SEO schema cleanup + blog index update
Removed 42 deprecated/restricted schema blocks across 21 files: - FAQPage removed from all commercial pages (restricted Aug 2023) - HowTo removed from all pages (rich results removed Sep 2023) - Compliance guide: author type fixed Organization->Person Blog index: - New article cards: ai-web-scraping-2026, web-scraping-lead-generation-uk - Stats updated: 55+ articles -> 57+, 2025 Content -> 2026 Content - Featured article date updated to March 2026 - Blog schema updated with new BlogPosting entries
This commit is contained in:
@@ -108,39 +108,7 @@ $breadcrumbs = [
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- FAQ Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What is competitive intelligence?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Competitive intelligence is the systematic collection, analysis, and application of information about competitors, market trends, and industry developments to inform strategic business decisions. It includes monitoring competitor activities, pricing strategies, product launches, marketing campaigns, and market positioning."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How much does competitive intelligence cost UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Competitive intelligence services in the UK typically range from £2,500 for a one-time competitor analysis report to £3,500-£10,000/month for ongoing strategic intelligence retainers. Project-based market research typically costs £5,000-£25,000 depending on scope and depth."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What data sources do you use for competitive intelligence?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We use a combination of publicly available sources including company websites, social media, press releases, job postings, patent filings, Companies House records, industry reports, review sites, and web data extraction. All data collection is ethical, legal, and GDPR compliant."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
|
||||
|
||||
@@ -578,38 +578,6 @@ https://competitor3.com/product"></textarea>
|
||||
|
||||
<?php include($_SERVER["DOCUMENT_ROOT"] . "/includes/footer.php"); ?>
|
||||
|
||||
<!-- FAQ Schema -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is e-commerce price scraping legal in the UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Yes, e-commerce price scraping is legal in the UK when conducted ethically and within legal boundaries. We comply with GDPR regulations, respect website terms of service, implement rate limiting, and follow all applicable laws including database rights and copyright regulations."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How accurate is your e-commerce price data?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We achieve 99.8% accuracy through multiple validation checks, error correction algorithms, and manual quality assurance. Our system includes automatic retry mechanisms for failed extractions and flags inconsistencies for human review to ensure data reliability."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Can you monitor Amazon and eBay prices?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Yes, we specialize in monitoring all major e-commerce platforms including Amazon UK (Buy Box prices, seller competition, FBA/FBM pricing) and eBay UK (auction prices, Buy It Now, seller reputation). We also monitor direct retailer websites and marketplace apps."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -111,39 +111,7 @@ $breadcrumbs = [
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- FAQ Schema for Featured Snippets -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How much does price monitoring cost UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Price monitoring services in the UK typically range from £299/month for starter plans (500 products) to £2,499+/month for enterprise solutions with unlimited products and real-time updates. Costs depend on the number of products tracked, update frequency, and required integrations."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How does automated price monitoring work?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Automated price monitoring uses web scraping technology to regularly check competitor websites and marketplaces for price changes. The system extracts product prices, availability, and promotions, then compares them against your pricing. Alerts are sent when significant changes occur, enabling rapid pricing responses."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is price monitoring legal in the UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Yes, price monitoring is legal in the UK when conducted properly. Monitoring publicly available pricing data is considered fair use. UK Data Services ensures all monitoring complies with website terms of service, GDPR, and UK competition law."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
|
||||
|
||||
@@ -108,40 +108,6 @@ $breadcrumbs = [
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- FAQ Schema for Featured Snippets -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "FAQPage",
|
||||
"mainEntity": [
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "How much do web scraping services cost in the UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Web scraping services in the UK typically cost from £500 for one-time projects to £750-£2,500+/month for recurring automated extraction. Pricing depends on data volume, website complexity, update frequency, and required data cleaning. Most projects receive a fixed-price quote within 24 hours."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "Is web scraping legal in the UK?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "Web scraping is generally legal in the UK when extracting publicly available data for legitimate purposes. UK Data Services ensures all projects comply with GDPR, the Computer Misuse Act, website terms of service, and UK copyright law. We only collect data that is publicly accessible and do not circumvent security measures."
|
||||
}
|
||||
},
|
||||
{
|
||||
"@type": "Question",
|
||||
"name": "What websites can you scrape?",
|
||||
"acceptedAnswer": {
|
||||
"@type": "Answer",
|
||||
"text": "We can extract data from virtually any website including e-commerce platforms, job boards, property portals, business directories, social media (within terms), government databases, and industry-specific sites. Our technology handles JavaScript-rendered content, login-required pages, and complex multi-page structures."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php include($_SERVER['DOCUMENT_ROOT'] . '/includes/breadcrumb-schema.php'); ?>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user