Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content
This commit is contained in:
@@ -7,10 +7,10 @@ $article_title = "How to Bypass CAPTCHAs in Web Scraping (2024)";
|
||||
$article_description = "Stuck on CAPTCHAs? Our guide covers advanced techniques for handling reCAPTCHA, including IP rotation, proxy services, and solver APIs for successful sc...";
|
||||
$article_keywords = "CAPTCHA handling, web scraping CAPTCHAs, CAPTCHA bypass, automated CAPTCHA solving, web scraping ethics, CAPTCHA services";
|
||||
$article_author = "Michael Thompson";
|
||||
$canonical_url = "https://ukdataservices.co.uk/blog/articles/handling-captchas-scraping";
|
||||
$canonical_url = "https://ukaiautomation.co.uk/blog/articles/handling-captchas-scraping";
|
||||
$article_published = "2025-05-05T09:00:00+00:00";
|
||||
$article_modified = "2025-05-05T09:00:00+00:00";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-social-card.png";
|
||||
$og_image = "https://ukaiautomation.co.uk/assets/images/ukds-social-card.png";
|
||||
$read_time = 8;
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
@@ -18,7 +18,7 @@ $read_time = 8;
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo htmlspecialchars($article_title); ?> | UK Data Services Blog</title>
|
||||
<title><?php echo htmlspecialchars($article_title); ?> | UK AI Automation Blog</title>
|
||||
<meta name="description" content="<?php echo htmlspecialchars($article_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($article_keywords); ?>">
|
||||
<meta name="author" content="<?php echo htmlspecialchars($article_author); ?>">
|
||||
@@ -76,15 +76,15 @@ $read_time = 8;
|
||||
"image": "<?php echo htmlspecialchars($og_image); ?>",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk"
|
||||
"name": "UK AI Automation",
|
||||
"url": "https://ukaiautomation.co.uk"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"name": "UK AI Automation",
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png"
|
||||
"url": "https://ukaiautomation.co.uk/assets/images/ukds-main-logo.png"
|
||||
}
|
||||
},
|
||||
"datePublished": "<?php echo $article_published; ?>",
|
||||
@@ -589,7 +589,7 @@ def scrape_with_captcha_logging(url):
|
||||
|
||||
<div class="article-cta">
|
||||
<h3>Professional CAPTCHA Handling Solutions</h3>
|
||||
<p>UK Data Services provides compliant web scraping solutions that handle CAPTCHAs professionally while respecting website terms and legal requirements.</p>
|
||||
<p>UK AI Automation provides compliant web scraping solutions that handle CAPTCHAs professionally while respecting website terms and legal requirements.</p>
|
||||
<a href="/quote" class="btn btn-primary">Get Expert Consultation</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -624,9 +624,9 @@ def scrape_with_captcha_logging(url):
|
||||
<div class="footer-content">
|
||||
<div class="footer-section">
|
||||
<div class="footer-logo">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK Data Services" loading="lazy">
|
||||
<img loading="lazy" src="../../assets/images/logo-white.svg" alt="UK AI Automation" loading="lazy">
|
||||
</div>
|
||||
<p>Enterprise data intelligence solutions for modern British business.</p>
|
||||
<p>Enterprise AI automation services for legal and consultancy firms.</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-section">
|
||||
@@ -652,12 +652,12 @@ def scrape_with_captcha_logging(url):
|
||||
</div>
|
||||
|
||||
<div class="footer-bottom">
|
||||
<p>© <?php echo date('Y'); ?> UK Data Services. All rights reserved.</p>
|
||||
<p>© <?php echo date('Y'); ?> UK AI Automation. All rights reserved.</p>
|
||||
<div class="social-links">
|
||||
<a href="https://linkedin.com/company/uk-data-services" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<a href="https://linkedin.com/company/ukaiautomation" aria-label="LinkedIn" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="LinkedIn" loading="lazy">
|
||||
</a>
|
||||
<a href="https://twitter.com/ukdataservices" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<a href="https://twitter.com/ukaiautomation" aria-label="Twitter" rel="noopener" target="_blank">
|
||||
<img loading="lazy" src="../../assets/images/ukds-social-card.png" alt="Twitter" loading="lazy">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user