feat(seo): add SEO/GEO optimization for AI search visibility#120
Merged
feat(seo): add SEO/GEO optimization for AI search visibility#120
Conversation
- Add canonical, Open Graph, Twitter Card meta tags - Add SoftwareApplication JSON-LD schema - Add robots.txt with AI crawler permissions - Add llms.txt for AI search engines - Add sitemap.xml - Improve meta description for better CTR
Contributor
📊 Test Coverage Report
Coverage measured by |
Contributor
📦 PR Build Artifacts
|
dev01lay2
approved these changes
Mar 13, 2026
Collaborator
dev01lay2
left a comment
There was a problem hiding this comment.
PR #120 Review — SEO/GEO Optimization
CI: 10/10 green.
Clean, well-structured SEO additions:
- Meta tags — canonical URL, Open Graph, Twitter Card all correct
- Structured Data —
SoftwareApplicationschema is valid and comprehensive (correct@type,operatingSystem,offerswith price=0) llms.txt— good coverage of features, FAQ format works well for AI search groundingrobots.txt— explicit Allow for major AI crawlers,Content-Signalheader is a nice forward-looking touch (ai-train=nowhile allowingai-input=yes)sitemap.xml— minimal and correct
NBS: og-image.png is referenced in the OG/Twitter meta tags but isn't included in this PR. Make sure to add it before deploying or the social previews will be broken.
LGTM ✅
| <!-- Canonical --> | ||
| <link rel="canonical" href="https://clawpal.xyz/"> | ||
|
|
||
| <!-- Open Graph --> |
Collaborator
There was a problem hiding this comment.
NBS: og-image.png is referenced here but not included in this PR. Social preview cards will show a broken image until it's added.
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
Add comprehensive SEO and GEO (Generative Engine Optimization) improvements to make ClawPal discoverable by both traditional search engines and AI search engines (ChatGPT, Claude, Perplexity, Gemini).
Changes
index.html
New Files
GEO Impact
Next Steps (separate PRs)