Skip to content

Commit

Permalink
feat(seo): small seo improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 17, 2024
1 parent d792206 commit 960ef75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const metadata: Metadata = {
},
openGraph: {
...config.metadata,
siteName: config.metadata.title,
type: 'website',
url: '/',
emails: [
Expand Down
3 changes: 1 addition & 2 deletions src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { config } from 'global-config'
export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: '*',
allow: ['/', '/blog/post/*/thumbnail']
userAgent: '*'
},
sitemap: `${config.webserver.host}/sitemap.xml`
}
Expand Down

0 comments on commit 960ef75

Please sign in to comment.