-
Notifications
You must be signed in to change notification settings - Fork 1
[Web] SEO and metadata β OpenGraph, Twitter cards, sitemap, robots.txtΒ #6
Copy link
Copy link
Open
Description
π Description
Add proper SEO metadata, OpenGraph and Twitter card tags, a sitemap, and robots.txt to Alien Protocol Web. Each /@username resolver page should generate dynamic OG metadata so that links shared on social media show the username and linked address preview.
β Requirements
- Global
<head>meta: title, description, OG image, Twitter card - Dynamic OG metadata for
/@usernamepages:"@username | Alien Gateway"+ address preview sitemap.xmlgenerated at build time for static pagesrobots.txtallowing crawl of all public pages- OG image: generate per-username with the Alien Protocol logo +
@usernametext
π― Acceptance Criteria
- OG tags present on all pages (verify with OpenGraph debugger)
- Dynamic
/@usernamepages generate correct OG title and description -
sitemap.xmlreachable at/sitemap.xml -
robots.txtat/robots.txt - Lighthouse SEO score = 100
π Expected files to change/structure
src/app/layout.tsxorpages/_app.tsxβ global metasrc/app/[username]/page.tsxβ dynamic metapublic/robots.txtscripts/generate-sitemap.ts
πΏ Branch:
feat/web-seo-metadata| Priority: LOW | Difficulty: β easy
Reactions are currently unavailable