fix(landing): BUG-045 — Pro tier says Unlimited instead of 10,000 PDFs
Some checks failed
Deploy to Production / Deploy to Server (push) Failing after 22s

The Pro tier has no limit in code (unlimited). Fixed landing page copy
and JSON-LD structured data to match.
This commit is contained in:
DocFast Bot 2026-02-16 16:07:26 +00:00
parent b1135edcca
commit d7b0a0eaa6
4 changed files with 54 additions and 9 deletions

View file

@ -2,4 +2,7 @@
<urlset xmlns="http://www.sitemapns.org/schemas/sitemap/0.9">
<url><loc>https://docfast.dev/</loc><lastmod>2026-02-16</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url>
<url><loc>https://docfast.dev/docs</loc><lastmod>2026-02-16</lastmod><changefreq>weekly</changefreq><priority>0.8</priority></url>
<url><loc>https://docfast.dev/impressum</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
<url><loc>https://docfast.dev/privacy</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
<url><loc>https://docfast.dev/terms</loc><lastmod>2026-02-16</lastmod><changefreq>monthly</changefreq><priority>0.3</priority></url>
</urlset>