Skip to content

feat: add SEO basics and www redirect#1

Merged
neonwatty merged 6 commits intomainfrom
feat/seo-and-www-redirect
Apr 5, 2026
Merged

feat: add SEO basics and www redirect#1
neonwatty merged 6 commits intomainfrom
feat/seo-and-www-redirect

Conversation

@neonwatty
Copy link
Copy Markdown
Contributor

Summary

  • Add sitemap.xml with all 10 routes for search engine indexing
  • Add robots.txt allowing all crawlers with sitemap reference
  • Add OpenGraph + Twitter Card meta tags for social sharing
  • Add 301 redirect from www.bugdrop.devbugdrop.dev via next.config.ts

Test plan

- Add sitemap.ts with all 10 routes
- Add robots.ts allowing all crawlers
- Add OpenGraph and Twitter meta tags to root layout
- Add www.bugdrop.dev → bugdrop.dev 301 redirect in next.config.ts
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

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

Project Deployment Actions Updated (UTC)
bugdrop-web Ready Ready Preview, Comment Apr 5, 2026 1:45pm

Request Review

- Add neonwatty profile link alongside mean-weasel org
- Add repo links: API, Landing Page, Widget Demo
- Link to bugdrop, bugdrop-web, and bugdrop-widget-test repos
Old neonwatty.github.io/feedback-widget-test/ returns 404 after
repo transfer. Updated to mean-weasel.github.io/bugdrop-widget-test/.
next lint is not a valid subcommand in Next.js 16 — it treats
"lint" as a project directory. Use npx eslint . instead.
next build already runs type checking. Standalone tsc --noEmit fails
because .next/types aren't generated until build runs.
@next/mdx, @mdx-js/loader, @mdx-js/react, and @types/mdx were
installed locally but never committed, causing CI build failures.
@neonwatty neonwatty merged commit 178dc9f into main Apr 5, 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.

1 participant