Skip to content

Commit

Permalink
Update robots.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
geekskai authored Oct 16, 2024
1 parent bd572d5 commit 1a57548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function robots(): MetadataRoute.Robots {
rules: {
userAgent: '*',
allow: '/',
disallow: '/*/feed.xml'
},
sitemap: `${siteMetadata.siteUrl}/sitemap.xml`,
host: siteMetadata.siteUrl,
Expand Down

0 comments on commit 1a57548

Please sign in to comment.