Skip to content

Commit

Permalink
update seo and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
tautastic committed Oct 7, 2024
1 parent 3940fb8 commit 9d21522
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 9 additions & 1 deletion apps/web/next-seo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ export default {
rel: "manifest",
href: "/manifest.webmanifest",
},
{
rel: "robots",
href: "/robots.txt",
},
{
rel: "sitemap",
href: "/sitemap.xml",
},
],
openGraph: {
site_name: "LTX",
url: "https://ltx.st/",
url: "https://ltx.st",
type: "website",
locale: "en_IE",
images: [
Expand Down
6 changes: 0 additions & 6 deletions apps/web/src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ export default function sitemap(): MetadataRoute.Sitemap {
changeFrequency: "yearly",
priority: 0.8,
},
{
url: "https://ltx.st/create",
lastModified: new Date(),
changeFrequency: "monthly",
priority: 0.8,
},
{
url: "https://ltx.st/about/privacy",
lastModified: new Date(),
Expand Down

0 comments on commit 9d21522

Please sign in to comment.