Fix SEO and accessibility issues in production build
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 11m20s

- Change 'Hosted in the EU' from h3 to h2 for proper heading hierarchy
- Add FAQ structured data (JSON-LD) for rich search results
- Remove onclick attributes from copy buttons (event listeners in app.js)

These changes were previously applied to templates/pages/ but missing
from public/src/ which is used by the Docker build. All changes now
applied to correct source files and built.
This commit is contained in:
DocFast Dev 2026-02-21 19:03:39 +00:00
parent 4aeac959c3
commit b476b0bd4e
7 changed files with 134 additions and 143 deletions

View file

@ -36,7 +36,7 @@
"name": "Does DocFast support Markdown to PDF?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, DocFast supports converting Markdown to PDF through the /v1/convert/markdown endpoint. Simply send your Markdown content and receive a beautifully formatted PDF with full styling support."
"text": "Yes, DocFast supports converting Markdown to PDF through the /v1/convert/markdown endpoint. Simply send your Markdown content and receive a beautifully formatted PDF."
}
},
{
@ -44,7 +44,7 @@
"name": "Where is DocFast hosted?",
"acceptedAnswer": {
"@type": "Answer",
"text": "DocFast is hosted exclusively in the European Union, specifically in Hetzner's Nuremberg, Germany datacenter. All data processing happens within EU borders and is fully GDPR compliant."
"text": "DocFast is hosted exclusively in the EU, in Hetzner's Nuremberg, Germany datacenter. All data processing happens within EU borders and is fully GDPR compliant."
}
},
{
@ -52,15 +52,15 @@
"name": "How much does DocFast cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "DocFast Pro costs €9 per month and includes unlimited PDF generation, all conversion endpoints, built-in templates, no watermarks, and priority email support."
"text": "DocFast Pro costs €9 per month and includes unlimited PDF generation, all conversion endpoints, built-in templates, and priority email support."
}
},
{
"@type": "Question",
"name": "Do you have SDKs for Node.js and Python?",
"name": "Do you have official SDKs?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, DocFast provides official SDKs for both Node.js and Python. You can also use the REST API directly with curl or any HTTP client in your preferred language."
"text": "Yes, DocFast provides official SDKs for Node.js, Python, Go, PHP, and Laravel. You can also use the REST API directly with curl or any HTTP client."
}
}
]