[SEO] Implement Comprehensive SEO with Open Graph, Structured Data, Sitemap, and Metadata - #31
Merged
Conversation
…ta, sitemap, and metadata - Add generateMetadata helper with title template and base URL - Update layout with Open Graph and Twitter Card tags - Create sitemap with static routes and priorities - Create robots.txt with production rules - Add JSON-LD structured data (WebApplication, Organization, BreadcrumbList) - Add per-page metadata for all routes - Create og-image.png placeholder
…itemap, and metadata - Create src/lib/seo/metadata.ts with generateMetadata helper - Add Open Graph and Twitter Card tags to layout metadata - Create app/sitemap.ts with static routes - Create app/robots.ts with crawler rules - Create src/lib/seo/json-ld.ts with structured data schemas - Add per-page metadata to all routes - Fix package.json and package-lock.json for Linux CI compatibility Closes EquipChain#23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements comprehensive SEO for the EquipChain frontend dashboard, including Open Graph tags, Twitter Cards, structured data (JSON-LD), sitemap generation, robots.txt, per-page metadata, and an Open Graph image placeholder.
Closes #23
Changes
Metadata Infrastructure
Structured Data (JSON-LD)
Per-Page Metadata
Sitemap & Robots
Assets
Verification
pm run build\ passes successfully