feat(seo): complete docs Organization sameAs (cross-property entity consistency)#887
Merged
Conversation
The docs site-wide Organization JSON-LD listed 7 sameAs profiles while the keploy.io landing Organization lists 13. Aligns them so all three web properties (landing, blog, docs) resolve to one consistent Keploy entity for AI answer engines — cross-property sameAs is the primary entity-disambiguation signal LLMs use. Adds the verified authority/review profiles already live on landing: Discord, community, VS Code Marketplace, Chrome Web Store, Crunchbase, AWS Marketplace. All values mirrored verbatim from the live landing Organization node; no new/unverified claims. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Neha Gupta <gneha21@yahoo.in>
Contributor
There was a problem hiding this comment.
Pull request overview
Aligns the docs site’s Organization JSON-LD sameAs links with the live keploy.io landing page so search/AI systems resolve a single consistent Keploy entity across properties.
Changes:
- Adds additional verified
Organization.sameAsURLs (Discord, community, VS Code Marketplace, Chrome Web Store, Crunchbase, AWS Marketplace). - Keeps the change strictly additive within the existing JSON-LD Organization block in
headTags.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
slayerjain
approved these changes
Jul 11, 2026
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.
What & why
The docs site-wide
OrganizationJSON-LD (docusaurus.config.jsheadTags) listed 7sameAsprofiles while thekeploy.iolandingOrganizationlists 13. This aligns them so landing, blog, and docs all resolve to one consistent Keploy entity for AI answer engines — cross-propertysameAsis the primary entity-disambiguation signal LLMs use.Change (additive,
docusaurus.config.js)Adds the verified authority/review profiles already live on landing:
All values mirrored verbatim from the live landing Organization node — no new/unverified claims.
Scope / safety
Organization.sameAsarray. The openseo/audit-fixesdocs PR does not touch this block (verified) — no conflict.node --check docusaurus.config.jspasses.Audit mapping
Pixis GEO audit — entity/E-E-A-T lever (cross-property entity consistency); complements the blog Organization enrichment PR.
🤖 Generated with Claude Code