-
Notifications
You must be signed in to change notification settings - Fork 4
Sitemap.xml + robots.txt + structured data #6
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededseoSearch engine optimizationSearch engine optimization
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdripsFunded via Drips NetworkFunded via Drips Networkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededseoSearch engine optimizationSearch engine optimization
Type
Fields
Give feedbackNo fields configured for issues without a type.
Labels:
Stellar Wave,seo,drips,help-wanted,good-first-issueTier: S (½–1 day)
Type: SEO
Context
The site has none of the standard SEO plumbing: no
sitemap.xml, norobots.txt, no JSON-LD structured data. We're currently invisible to crawlers beyond their default behavior.Scope
/public/robots.txt:vite-plugin-sitemapor roll your own — it's a 20-line script) that runs invite buildand emitsdist/sitemap.xml. Include/,/stellar(if #01 lands), and any other routes.index.html:Organizationschema with name, URL, logo, sameAs (GitHub, npm).SoftwareApplicationschema with applicationCategory, operatingSystem, etc.BreadcrumbListfor routed pages (once we have more than one).Acceptance criteria
robots.txtandsitemap.xmlpresent in build output.Why good-first-issue
Mechanical, standards-driven, no design decisions. Great way to learn the project's build setup.