ss_website/app/robots.js

10 lines
187 B
JavaScript
Raw Permalink Normal View History

2024-05-16 05:19:03 +00:00
export default function robots() {
return {
rules: {
userAgent: '*',
allow: '/',
disallow: '',
},
sitemap: 'https://simplysyncedllc.com/sitemap.xml',
}
}