10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
export default function robots() {
|
|
return {
|
|
rules: {
|
|
userAgent: '*',
|
|
allow: '/',
|
|
disallow: '/iklan/',
|
|
},
|
|
sitemap: 'https://rumahjo.com/sitemap.xml',
|
|
}
|
|
} |