Skip to content

Commit df2675b

Browse files
roncodesclaude
andcommitted
chore(seo): drop /trial and /download from footer and sitemap
Both routes are incomplete or placeholder content (/trial uses PlaceholderPage explicitly, /download has thin content not ready for public traffic). Surfacing them in the footer + sitemap promotes thin-content URLs into the crawl, which hurts overall site quality signals. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dab5f6b commit df2675b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/app/sitemap.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const STATIC_ROUTES: StaticEntry[] = [
3737
{ path: '/', changeFrequency: 'weekly', priority: 1.0 },
3838
{ path: '/product', changeFrequency: 'monthly', priority: 0.9 },
3939
{ path: '/pricing', changeFrequency: 'monthly', priority: 0.9 },
40-
{ path: '/download', changeFrequency: 'monthly', priority: 0.8 },
41-
{ path: '/trial', changeFrequency: 'monthly', priority: 0.8 },
4240
{ path: '/changelog', changeFrequency: 'weekly', priority: 0.6 },
4341
{ path: '/blog', changeFrequency: 'weekly', priority: 0.7 },
4442
{ path: '/partners', changeFrequency: 'monthly', priority: 0.6 },

src/components/layout/footer.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ const FOOTER_LINKS = [
115115
{ label: 'Commercial License', href: '/licensing/commercial' },
116116
{ label: 'Contact Sales', href: '/contact/sales' },
117117
{ label: 'Pricing', href: '/pricing' },
118-
{ label: 'Start Free Trial', href: '/trial' },
119-
{ label: 'Download', href: '/download' },
120118
{ label: 'Terms of Service', href: '/terms' },
121119
{ label: 'Privacy Policy', href: '/privacy' },
122120
],

0 commit comments

Comments
 (0)