Complete UK spelling conversion and SEO optimization
This commit is contained in:
14
index.php
14
index.php
@@ -13,8 +13,8 @@ $page_description = "Leading UK provider of web scraping, data extraction, busin
|
||||
$canonical_url = "https://ukdataservices.co.uk/";
|
||||
$keywords = "web scraping UK, data extraction services, business intelligence, competitive analysis, price monitoring, data analytics, market research, web data mining";
|
||||
$author = "UK Data Services";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/og-image.jpg";
|
||||
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.jpg";
|
||||
$og_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png";
|
||||
$twitter_card_image = "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -22,8 +22,8 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.j
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><?php echo htmlspecialchars($page_title); ?></title>
|
||||
<meta name="description" content="We offer Web Scraping Services in UK. Our top rated website scraping services and data extraction services in the UK! We Provide Premier and Affordable Web Scraping Services!">
|
||||
<meta name="keywords" content="web scraping services, web scraping uk, web scraping services uk, data scraping uk">
|
||||
<meta name="description" content="<?php echo htmlspecialchars($page_description); ?>">
|
||||
<meta name="keywords" content="<?php echo htmlspecialchars($keywords); ?>">
|
||||
<meta name="author" content="<?php echo htmlspecialchars($author); ?>">
|
||||
<meta name="google-site-verification" content="la6e0_PDdHFkUn8NbHI-cMofozMcxtgrf73zwqKz6Ec" />
|
||||
<meta name="robots" content="index, follow">
|
||||
@@ -107,7 +107,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.j
|
||||
"@type": "Organization",
|
||||
"name": "UK Data Services",
|
||||
"url": "https://ukdataservices.co.uk",
|
||||
"logo": "https://ukdataservices.co.uk/assets/images/logo.png",
|
||||
"logo": "https://ukdataservices.co.uk/assets/images/ukds-main-logo.png",
|
||||
"description": "Professional web scraping and data analytics services in the UK",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
@@ -143,7 +143,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.j
|
||||
<div class="nav-menu" id="nav-menu">
|
||||
<a href="#home" class="nav-link">Home</a>
|
||||
<a href="#services" class="nav-link">Capabilities</a>
|
||||
<a href="case-studies.php" class="nav-link">Case Studies</a>
|
||||
<a href="project-types.php" class="nav-link">Project Types</a>
|
||||
<a href="about.php" class="nav-link">About</a>
|
||||
<a href="#contact" class="nav-link">Contact</a>
|
||||
<a href="quote.php" class="nav-link cta-button">Request Consultation</a>
|
||||
@@ -619,7 +619,7 @@ $twitter_card_image = "https://ukdataservices.co.uk/assets/images/twitter-card.j
|
||||
<h3>Company Information</h3>
|
||||
<ul>
|
||||
<li><a href="about.php">About UK Data Services</a></li>
|
||||
<li><a href="case-studies.php">Client Case Studies</a></li>
|
||||
<li><a href="project-types.php">Project Types</a></li>
|
||||
<li><a href="/#contact">Contact & Enquiries</a></li>
|
||||
<li><a href="quote.php">Request Consultation</a></li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user