Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _includes/canonical.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{%- unless no_index -%}<link rel="canonical" href="https://www.completemarquees.co.uk{{ page.url }}" />
{% endunless -%}
2 changes: 1 addition & 1 deletion _includes/packages-body.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% include "html-head-open.html" %}
<title>Capri marquee hire Packages - complete marquees</title>
<meta name="description" content="Complete Marquees packages. Examples of our most popular packages Covering, Hampshire, Surrey and West Wessex. Capri Marquee hire, pagodas" />
<link rel="canonical" href="{{ canonical }}" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="Capri marquee hire Packages - complete marquees" />
<meta property="og:description" content="Complete Marquees packages. Examples of our most popular packages Covering, Hampshire, Surrey and West Wessex. Capri Marquee hire, pagodas" />
Expand Down
2 changes: 1 addition & 1 deletion _includes/sizes-prices-body.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% include "html-head-open.html" %}
<title>Sizes and Prices | Complete Marquees</title>
<meta name="description" content="Marquee hire prices for Capri and Pagoda marquees. Ideal for weddings, garden parties, and corporate events in Hampshire, Surrey &amp; Sussex." />
<link rel="canonical" href="{{ canonical }}" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="Sizes and Prices | Complete Marquees" />
<meta property="og:description" content="Marquee hire prices for Capri and Pagoda marquees. Ideal for weddings, garden parties, and corporate events in Hampshire, Surrey &amp; Sussex." />
Expand Down
1 change: 1 addition & 0 deletions _layouts/complete-marquees.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<title>{{ meta_title }} - Complete Marquees</title>
{% if meta_description %}<meta name="description" content="{{ meta_description }}" />{% endif %}
{% if no_index %}<meta name="robots" content="noindex, nofollow" />{% endif %}
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
{% include "head.html" %}
</head>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/location.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% include "html-head-open.html" %}
<title>{{ title_h }}</title>
<meta name="description" content="{{ meta_description_h }}" />
<link rel="canonical" href="./" />
{% include "canonical.html" %}
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="article" />
<meta property="og:title" content="{{ title_h }}" />
Expand Down
2 changes: 1 addition & 1 deletion _layouts/yoast-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% include "html-head-open.html" %}
<title>{{ title_h }}</title>
<meta name="description" content="{{ meta_description_h }}" />
<link rel="canonical" href="./" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="{{ title_h }}" />
<meta property="og:description" content="{{ meta_description_h }}" />
Expand Down
2 changes: 1 addition & 1 deletion client-testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% include "html-head-open.html" %}
<title>Complete Marquees Testimonials, Party Marquee Hire</title>
<meta name="description" content="client&#039;s testimonials for clomete marquees" />
<link rel="canonical" href="./" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="Complete Marquees Testimonials, Party Marquee Hire" />
<meta property="og:description" content="client&#039;s testimonials for clomete marquees" />
Expand Down
2 changes: 1 addition & 1 deletion contact-us.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% include "html-head-open.html" %}
<title>Complete Marquees contact us- capri marquee hire</title>
<meta name="description" content="Contact Complete Marquees on 01428751745. Capri marquee hire for any event in Hampshire, Surrey and West Sussex." />
<link rel="canonical" href="./" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="Complete Marquees contact us- capri marquee hire" />
<meta property="og:description" content="Contact Complete Marquees on 01428751745. Capri marquee hire for any event in Hampshire, Surrey and West Sussex." />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% include "html-head-open.html" %}
<title>Complete Marquees - Marquee Hire Surrey, Hampshire, sussex</title>
<meta name="description" content="Complete Marquees, Marquees for Weddings, Parties, Festivals, Birthdays and Social Events in Surrey, Hampshire, West Sussex" />
<link rel="canonical" href="./" />
{% include "canonical.html" %}
{% include "og-meta-static.html" %}
<meta property="og:title" content="Complete Marquees - Marquee Hire Surrey, Hampshire, sussex" />
<meta property="og:description" content="Complete Marquees, Marquees for Weddings, Parties, Festivals, Birthdays and Social Events in Surrey, Hampshire, West Sussex" />
Expand Down
2 changes: 1 addition & 1 deletion packages-capri-marquee-hire.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
permalink: "/packages-capri-marquee-hire/"
---
{% include "packages-body.html", canonical: "../packages/" %}
{% include "packages-body.html" %}
2 changes: 1 addition & 1 deletion packages.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
permalink: "/packages/"
---
{% include "packages-body.html", canonical: "./" %}
{% include "packages-body.html" %}
2 changes: 1 addition & 1 deletion sizes-prices-capri-marquees.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
permalink: "/sizes-prices-capri-marquees/"
---
{% include "sizes-prices-body.html", canonical: "../sizes-prices/" %}
{% include "sizes-prices-body.html" %}
2 changes: 1 addition & 1 deletion sizes-prices.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
redirect_from:
- /marquee-hire-prices
---
{% include "sizes-prices-body.html", canonical: "./" %}
{% include "sizes-prices-body.html" %}
Loading