Add SEO structured data and global meta tags
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- Avg merge
- 5h 41m
- Merged PRs (30d)
- 5
Description
Problem
The Docs site (docs.turbodocx.com) is missing standard SEO configuration that the marketing site already has:
- No JSON-LD structured data (Organization, WebSite schemas)
- No global
metadataarray inthemeConfig(site-wide OG/Twitter defaults) - No default OG image for pages that don't specify one
- No site-wide description fallback
Individual pages have description and keywords via frontmatter, but there's no structured data or social sharing defaults.
What to add
-
themeConfig.metadata— global meta tags:og:site_name: TurboDocx Documentationog:image: default OG image (1200x630)twitter:card: summary_large_imagetwitter:site: @turbodocx
-
headTagsin config root — JSON-LD scripts:Organizationschema (name, url, logo)WebSiteschema with SearchAction (for sitelinks search box)
-
Audit all doc pages for description length (150-160 chars target). Several may be too long like the bulk sending page was (249 chars → fixed).
Reference
- Docusaurus SEO docs
- Dotcom site
lib/schema.tsfor consistent org/rating data
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Docs site's Docusaurus configuration, locating themeConfig and the config-root headTags, then review all documentation pages for description lengths. Use the Docusaurus SEO docs and the listed dotcom schema reference before adding the requested global metadata and JSON-LD schemas. Done means the four defaults, Organization and WebSite SearchAction data, and page descriptions meet the stated targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100