SEO & accessibility: OG tags, robots.txt, sitemap, OG image, aria labels, focus trap, keyboard nav
Some checks failed
Deploy to Production / Deploy to Server (push) Has been cancelled

This commit is contained in:
OpenClaw 2026-02-16 08:27:25 +00:00
parent ed273430c7
commit 4833edf44c
6 changed files with 88 additions and 16 deletions

13
public/og-image.svg Normal file
View file

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
<rect width="1200" height="630" fill="#0b0d11"/>
<rect x="0" y="0" width="1200" height="630" fill="url(#glow)" opacity="0.3"/>
<defs>
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#34d399" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#0b0d11" stop-opacity="0"/>
</radialGradient>
</defs>
<text x="600" y="270" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="80" font-weight="800" fill="#e4e7ed">⚡ Doc<tspan fill="#34d399">Fast</tspan></text>
<text x="600" y="370" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="36" font-weight="400" fill="#7a8194">HTML &amp; Markdown to PDF API</text>
<rect x="400" y="420" width="400" height="4" rx="2" fill="#34d399" opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 910 B