Skip to content

feat: add sitemap and robots.txt for SEO (#397)#474

Merged
Olowodarey merged 1 commit intoArena1X:mainfrom
khanavi272-spec:feature/sitemap-robots-397
Mar 29, 2026
Merged

feat: add sitemap and robots.txt for SEO (#397)#474
Olowodarey merged 1 commit intoArena1X:mainfrom
khanavi272-spec:feature/sitemap-robots-397

Conversation

@khanavi272-spec
Copy link
Copy Markdown
Contributor

🚀 Overview

Added SEO essentials by implementing a dynamic sitemap and robots.txt configuration.

✅ Changes Made

  • Created sitemap.ts using Next.js MetadataRoute
  • Included key application routes in sitemap
  • Added robots.txt with proper crawl rules
  • Blocked sensitive routes like /api and /admin
  • Linked sitemap in robots.txt

🧪 Testing

  • Verified sitemap at /sitemap.xml
  • Verified robots.txt at /robots.txt
  • Confirmed correct structure and accessibility

📈 Impact

  • Improves search engine indexing
  • Enhances SEO visibility
  • Provides better crawl control for bots

🔗 Issue

Closes #397

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
insight-arena-4rll Ready Ready Preview, Comment Mar 29, 2026 6:34am

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@khanavi272-spec Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Olowodarey Olowodarey merged commit dcf041e into Arena1X:main Mar 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Frontend] Add Sitemap and Robots.txt

2 participants