SEO: update meta titles/descriptions based on GSC data; fix quote page layout

This commit is contained in:
Peter Foster
2026-02-27 09:16:24 +00:00
parent d1e5371f39
commit 40203587c9
6 changed files with 25 additions and 35 deletions

View File

@@ -498,6 +498,8 @@ $breadcrumbs = [
<section class="quote-form-section">
<div class="container">
<!-- Trust Badges Section -->
<div style="background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:30px;text-align:center;">
<div style="display:flex;justify-content:center;gap:30px;flex-wrap:wrap;align-items:center;">
@@ -519,24 +521,7 @@ $breadcrumbs = [
</div>
</div>
<!-- What Happens Next Timeline -->
<div style="background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:25px;margin-bottom:30px;">
<h3 style="margin:0 0 20px 0;font-size:1.1em;color:#1a1a2e;">📋 What Happens After You Submit</h3>
<div style="display:flex;flex-direction:column;gap:15px;">
<div style="display:flex;gap:15px;align-items:flex-start;">
<div style="background:#0066cc;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;">1</div>
<div><strong>Within 2 hours:</strong> We review your requirements and confirm receipt</div>
</div>
<div style="display:flex;gap:15px;align-items:flex-start;">
<div style="background:#0066cc;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;">2</div>
<div><strong>Within 24 hours:</strong> You receive a detailed proposal with fixed pricing</div>
</div>
<div style="display:flex;gap:15px;align-items:flex-start;">
<div style="background:#0066cc;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;">3</div>
<div><strong>Free consultation:</strong> 30-min call to discuss your project (optional)</div>
</div>
</div>
</div>
<div class="container">
<div class="quote-page-layout">
@@ -683,31 +668,38 @@ $breadcrumbs = [
</div>
</aside>
</div>
</div>
<div class="container">
<!-- FAQ Section -->
<div class="quote-faq-section" style="margin-top:40px;">
<div class="quote-faq-section" style="margin-top:40px;margin-bottom:40px;">
<h3 style="margin:0 0 20px 0;color:#1a1a2e;">❓ Common Questions</h3>
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
<summary style="cursor:pointer;font-weight:600;color:#333;">How much does web scraping cost?</summary>
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Projects typically range from £500 for simple one-time extractions to £5,000+ for complex ongoing data pipelines. We provide fixed-price quotes with no hidden fees. <a href="/tools/cost-calculator">Try our cost calculator</a> for an instant estimate.</p>
</details>
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
<summary style="cursor:pointer;font-weight:600;color:#333;">How long does a typical project take?</summary>
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Simple projects: 3-5 days. Complex multi-source projects: 2-4 weeks. We'll give you a specific timeline in your proposal.</p>
</details>
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
<summary style="cursor:pointer;font-weight:600;color:#333;">Is web scraping legal?</summary>
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Yes, when done correctly. We ensure full compliance with GDPR, DPA 2018, and respect robots.txt. Read our <a href="/blog/articles/web-scraping-compliance-uk-guide">complete legal guide</a>.</p>
</details>
<details style="border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;padding:15px;">
<summary style="cursor:pointer;font-weight:600;color:#333;">What format will I receive the data in?</summary>
<p style="margin:15px 0 0 0;color:#666;line-height:1.6;">Your choice: CSV, Excel, JSON, or direct API/database delivery. We can also integrate with your existing systems.</p>
</details>
</div>
</div>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
@@ -734,8 +726,6 @@ $breadcrumbs = [
}
</script>
</div>
</div>
</section>
</main>