Add server-rendered content and noscript fallback to /quote page
- Add ~300 words of SEO-friendly content before the form: - How the quote process works (24-hour response) - What to include in request (data sources, fields, format) - Trust signals (500+ projects, GDPR compliant) - Transparent pricing (projects from £500) - Add noscript fallback with contact details for users without JS: - Email: hello@ukdataservices.co.uk - Instructions on what info to include Fixes issue where JS-disabled visitors saw only a title with no form or contact info.
This commit is contained in:
43
quote.php
43
quote.php
@@ -499,7 +499,50 @@ $breadcrumbs = [
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<!-- Server-rendered content for SEO and no-JS fallback -->
|
||||||
|
<section class="quote-intro" style="padding: 40px 0; background: #fff;">
|
||||||
|
<div class="container" style="max-width: 900px; margin: 0 auto; padding: 0 20px;">
|
||||||
|
<h2 style="font-size: 1.8rem; margin-bottom: 20px; color: #1a1a1a;">How Our Quote Process Works</h2>
|
||||||
|
|
||||||
|
<p style="font-size: 1.1rem; line-height: 1.7; margin-bottom: 16px;">
|
||||||
|
Getting a quote from UK Data Services is straightforward and commitment-free. Simply tell us about your data requirements using the form below, and our team will review your project within 24 hours. You'll receive a detailed proposal outlining our recommended approach, timeline, and transparent pricing—no hidden fees or surprises.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 style="font-size: 1.3rem; margin: 24px 0 12px; color: #1a1a1a;">What to Include in Your Request</h3>
|
||||||
|
<p style="font-size: 1.05rem; line-height: 1.7; margin-bottom: 16px;">
|
||||||
|
The more detail you provide, the more accurate our quote will be. Consider including: the websites or data sources you need to extract from, the specific data fields you require, how often you need the data updated, your preferred output format (CSV, JSON, database, API), and any compliance requirements. Don't worry if you're unsure about technical details—we're happy to advise during our free consultation call.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 style="font-size: 1.3rem; margin: 24px 0 12px; color: #1a1a1a;">Why Choose UK Data Services?</h3>
|
||||||
|
<p style="font-size: 1.05rem; line-height: 1.7; margin-bottom: 16px;">
|
||||||
|
With over 500 successful projects delivered, we've helped businesses across the UK transform their operations with accurate, actionable data. We're fully GDPR compliant and take data security seriously—your information is handled with the utmost care and never shared with third parties. Our clients range from startups to enterprise organisations, and we tailor every solution to your specific needs.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 style="font-size: 1.3rem; margin: 24px 0 12px; color: #1a1a1a;">Transparent Pricing</h3>
|
||||||
|
<p style="font-size: 1.05rem; line-height: 1.7; margin-bottom: 24px;">
|
||||||
|
Projects typically start from £500 for straightforward data extraction tasks, with larger enterprise solutions priced according to complexity and scale. We provide fixed-price quotes wherever possible so you know exactly what to expect. There's no obligation—receive your quote and take the time you need to decide.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<noscript>
|
||||||
|
<div style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 24px; margin: 24px 0;">
|
||||||
|
<h3 style="color: #856404; margin: 0 0 12px 0; font-size: 1.2rem;">JavaScript Required for Online Form</h3>
|
||||||
|
<p style="margin: 0 0 16px 0; color: #856404; line-height: 1.6;">
|
||||||
|
Our interactive quote form requires JavaScript to function. If you're unable to enable JavaScript, please contact us directly:
|
||||||
|
</p>
|
||||||
|
<ul style="margin: 0; padding-left: 20px; color: #856404; line-height: 1.8;">
|
||||||
|
<li><strong>Email:</strong> <a href="mailto:hello@ukdataservices.co.uk" style="color: #0056b3;">hello@ukdataservices.co.uk</a></li>
|
||||||
|
<li><strong>Phone:</strong> Available on request</li>
|
||||||
|
</ul>
|
||||||
|
<p style="margin: 16px 0 0 0; color: #856404; line-height: 1.6;">
|
||||||
|
Include your name, email, company (if applicable), and a description of your data requirements. We'll respond within 24 hours with a detailed proposal.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</noscript>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Quote Form -->
|
<!-- Quote Form -->
|
||||||
|
|
||||||
<section class="quote-form-section">
|
<section class="quote-form-section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="quote-page-layout">
|
<div class="quote-page-layout">
|
||||||
|
|||||||
Reference in New Issue
Block a user