feat: better metadata, robots, and sitemap; simplify layout w/ AnimatedTitle and I18nProvider components
This commit is contained in:
parent
a37938e8c7
commit
5dc930bcbb
5 changed files with 136 additions and 57 deletions
9
app/robots.ts
Normal file
9
app/robots.ts
Normal file
|
@ -0,0 +1,9 @@
|
|||
import type { MetadataRoute } from 'next'
|
||||
|
||||
export const robots: MetadataRoute.Robots = {
|
||||
rules: {
|
||||
userAgent: '*',
|
||||
allow: '/',
|
||||
},
|
||||
sitemap: 'https://aidxn.cc/sitemap.xml',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue