fix: remove corrupted HTML template injected into head by SEO script

This commit is contained in:
Peter Foster
2026-03-02 09:53:35 +00:00
parent 8fe2b9d210
commit e3a1610ade

View File

@@ -93,46 +93,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo
(function(c,l,a,r,i,t,y){ (function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.in y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
</head>
<body>
<header>
<!-- Existing navigation would go here -->
</header>
<main>
<section class="hero">
<h1>Professional Web Scraping & Data Extraction Services in the UK</h1>
<p>UK Data Services provides bespoke, scalable, and fully managed data scraping solutions. We transform unstructured web data into clean, accurate, and actionable datasets, delivered in the format you need. Focus on your business goals; let us handle the complexities of data collection.</p>
<a href="/contact" class="cta-button">Get a Free Quote</a>
</section>
<section class="use-cases">
<h2>Power Your Business with Web Data</h2>
<p>Our data extraction services support a wide range of strategic objectives across multiple industries:</p>
<ul>
<li><strong>Price Monitoring:</strong> Track competitor pricing and promotions in real-time.</li>
<li><strong>Market Research:</strong> Analyse market trends, sentiment, and customer feedback.</li>
<li><strong>Lead Generation:</strong> Build targeted prospect lists from public web sources.</li>
<li><strong>Competitor Analysis:</strong> Monitor competitor product catalogues, services, and online presence.</li>
<li><strong>Business Intelligence:</strong> Fuel your BI tools with fresh, reliable external data.</li>
</ul>
</section>
<section class="faq">
<h2>Frequently Asked Questions</h2>
<h3>What is a web scraping service?</h3>
<p>A web scraping service, like UK Data Services, automates the process of extracting large amounts of data from websites. Instead of manually copying data, we build and maintain custom software 'bots' to collect the specific information you need accurately and efficiently.</p>
<h3>Is web scraping legal in the UK?</h3>
<p>Yes, scraping publicly available data is legal in the UK. We operate with full GDPR compliance, ensuring that no personal data is collected without a lawful basis. Our service focuses on public, non-copyrighted business information.</p>
<h3>How much do your data scraping services cost?</h3>
<p>Pricing is project-based and depends on the complexity of the target websites, the volume of data, and the required update frequency. We provide a free, no-obligation quote tailored to your specific requirements. Contact us to discuss your project.</p>
</section>
</main>
<footer>
<!-- Existing footer would go here -->
</footer>
</body>
</html>sertBefore(t,y);
})(window, document, "clarity", "script", "CLARITY_PROJECT_ID"); })(window, document, "clarity", "script", "CLARITY_PROJECT_ID");
</script> </script>
--> -->