Skip to content

Commit 8dbf51b

Browse files
committed
fix(seo): address review nitpicks
- Add trailing slash to JSON-LD url for consistency - Add /api/ to robots.txt disallow rules (defensive) - Remove /login from sitemap.xml (auth pages shouldn't be indexed)
1 parent 7563375 commit 8dbf51b

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"applicationCategory": "DeveloperApplication",
5353
"operatingSystem": "Web",
5454
"description": "Semantic code search powered by AI. Index your repos and search by meaning, not just keywords.",
55-
"url": "https://opencodeintel.com",
55+
"url": "https://opencodeintel.com/",
5656
"offers": {
5757
"@type": "Offer",
5858
"price": "0",

frontend/public/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Disallow: /dashboard
99
Disallow: /settings
1010
Disallow: /repos/
1111
Disallow: /callback
12+
Disallow: /api/
1213

1314
# Sitemap location
1415
Sitemap: https://opencodeintel.com/sitemap.xml

frontend/public/sitemap.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@
66
<changefreq>weekly</changefreq>
77
<priority>1.0</priority>
88
</url>
9-
<url>
10-
<loc>https://opencodeintel.com/login</loc>
11-
<lastmod>2026-02-17</lastmod>
12-
<changefreq>monthly</changefreq>
13-
<priority>0.5</priority>
14-
</url>
159
</urlset>

0 commit comments

Comments
 (0)