Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfukitchen authored Oct 24, 2024
1 parent 680847f commit 4af793a
Showing 1 changed file with 27 additions and 68 deletions.
95 changes: 27 additions & 68 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,74 +1,33 @@
<!DOCTYPE html>
<html lang="en-us">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142946305-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-142946305-1");
</script>

<!-- SEO Meta Tags -->
<title>Kungfu Kitchen - Authentic Chinese Restaurant in Reading | Traditional Dishes & Takeaway</title>
<meta name="description" content="Kungfu Kitchen is Reading's premier Chinese restaurant and takeaway, offering authentic traditional dishes from across China. Family-run establishment with dine-in, takeaway, and delivery options.">
<meta name="robots" content="index, follow">
<meta name="google-site-verification" content="oiaCj80TlvcH2txMtZT7Kw64hirfnNYXEWWTII79z5Q">

<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Kungfu Kitchen - Reading's Most Authentic Chinese Restaurant">
<meta property="og:description" content="Discover traditional Chinese dishes at Reading's best authentic Chinese restaurant. Family-run establishment offering dine-in, takeaway, and delivery.">
<meta property="og:image" content="https://kungfureading.co.uk/img/kungfu.png">
<meta property="og:type" content="restaurant">
<meta property="og:url" content="https://kungfureading.co.uk">

<!-- Preload Critical Resources -->
<link rel="preload" href="styles.css" as="style">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Roboto+Condensed:700" as="style">

<!-- Stylesheets -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Roboto+Condensed:700">
<link rel="shortcut icon" href="favicon.ico">

<!-- GA4 Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX', {
'anonymize_ip': true,
'cookie_flags': 'SameSite=None;Secure'
});
</script>

<!-- Hotjar Tracking Code -->
<script>
(function (h, o, t, j, a, r) {
h.hj = h.hj || function () {
(h.hj.q = h.hj.q || []).push(arguments)
};
h._hjSettings = {
hjid: 3313855,
hjsv: 6
};
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
// Configure privacy settings
window.hjSiteSettings = {
privacyPolicy: true,
cookieConsent: true
};
</script>

<!-- jQuery (single version) -->
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/jquery-csv/1.0.21/jquery.csv.min.js"></script>
</head>
<!-- Meta -->
<meta charset="utf-8" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
<meta content="width=device-width,initial-scale=1" name="viewport" />
<title>Kungfu Kitchen - Reading's Best Chinese Restaurant</title>
<meta
content="Kungfu Kitchen is Reading’s best Chinese restaurant and takeaway. Discover traditional dishes from across China. Download our menu, make a reservation, or order now"
name="description" />
<link href="styles.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i|Roboto+Condensed:700" rel="stylesheet" />
<link href="favicon.ico" rel="shortcut icon" />
<meta content="Kungfu Kitchen - Reading's Most Authentic Chinese Restaurant" property="og:title" />
<meta content="https://kungfureading.co.uk/img/kungfu.png" property="og:image"
alt="Kungfu Kitchen, Reading's most authentic Chinese restaurant" title="Kungfu Kitchen" />
</head>

<body>
<div class="container pt1 pb3">
Expand Down Expand Up @@ -568,4 +527,4 @@ <h1 class="inline-block vertical--bottom mb0 title" style="display: none">
</div>
</body>

</html>
</html>

0 comments on commit 4af793a

Please sign in to comment.