mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 22:37:29 +00:00
feat(web): og:image, /pricing + FAQ schema, llms-full.txt, GitHub nav
More AEO audit fixes (the content-independent quick wins): - Generated 1200x630 OpenGraph/Twitter card (app/opengraph-image.tsx); drop the SVG fallback and use summary_large_image. - /pricing page with question-style headings and FAQPage JSON-LD; clarifies the spec/tooling is free and implementation is $250/week. - /llms-full.txt — full markdown of the curated docs concatenated for large-context RAG ingestion. - GitHub link added to both navs (SPA rail + SiteShell) and Pricing nav item; /pricing added to the sitemap. Verified in a running build: og image renders as PNG and is referenced in head; /pricing serves FAQ + schema; /llms-full.txt concatenates docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
fb20fd2e99
commit
74abf8985f
7 changed files with 176 additions and 4 deletions
|
|
@ -128,8 +128,10 @@ export function renderPageMarkup(): string {
|
|||
<a href="/docs">Docs</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/openspec">OpenSpec</a>
|
||||
<a href="/pricing">Pricing</a>
|
||||
<a href="/hire-us">Hire Us</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="https://github.com/profullstack/logicsrc" target="_blank" rel="noreferrer">GitHub ↗</a>
|
||||
<a href="/terms">Terms</a>
|
||||
<a href="/privacy">Privacy</a>
|
||||
<a href="#reference">Reference</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue