AEO audit fixes: JSON-LD, OG/Twitter, security headers, expanded pages#130
Merged
Conversation
Add Organization + WebSite JSON-LD to the root layout and SoftwareApplication JSON-LD to the homepage. Add metadataBase, OpenGraph, Twitter Card, keywords and title template. Split the homepage into a server wrapper (page.jsx, exports metadata) and a client component (home-content.jsx) so it can carry a canonical URL, and add a "How it works" list + audience statement. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Set HSTS, X-Content-Type-Options, X-Frame-Options, CSP frame-ancestors, Referrer-Policy and Permissions-Policy on all responses via next.config headers(). Intentionally no restrictive script/style CSP (would break inline styles, Next bootstrap, crawlproof + Supabase) and camera/mic are left unrestricted since the app has encrypted calls. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Expand /about (mission, differentiators, team), /security (algorithms, zero-knowledge architecture, why post-quantum, responsible disclosure) and /premium (free-vs-Premium pricing table). Add a /faq page with FAQPage JSON-LD. Unify contact emails to @qrypt.chat, add per-page title/canonical metadata to legal pages, and link FAQ from the footer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Enrich BlogPosting JSON-LD (publisher, description, dateModified) and give blog images descriptive alt text. Add lastModified to all static sitemap routes and include /faq and /encryption-test. Link FAQ + pricing from llms.txt and add llms-full.txt for RAG ingestion. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
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.
Applies the union of findings from the 13-engine AEO audit (P1→P3), grouped into 4 commits.
Structured data / metadata
metadataBase, OpenGraph + Twitter Card (/banner.png), keywords, title template.Security headers (
next.config.js)X-Content-Type-Options: nosniff,X-Frame-Options: SAMEORIGIN, CSPframe-ancestors 'self', Referrer-Policy, Permissions-Policy.Content
/about,/security,/premium(free-vs-Premium pricing table)./faqpage with FAQPage JSON-LD.Crawl hygiene
lastModified+ added/faqand/encryption-test.@qrypt.chat; FAQ in footer;llms.txtupdated + newllms-full.txt.Deliberately skipped
getFullYear()), security.txt (already present), DNS SPF/DMARC/DKIM/CAA (registrar-level, not code), broken.onion/Bluesky links (Tor unreachable from crawlers / data value to verify).Notes
/api/auth/key-backup(needs realsupabaseUrlat build; supplied by Railway) is unrelated to these changes.🤖 Generated with Claude Code