-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f60458
commit 519b6fb
Showing
18 changed files
with
905 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
<html class="no-js" lang="en-NZ"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>STM Roofing limited</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
<!-- Place favicon.ico in the root directory --> | ||
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title> | ||
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed."> | ||
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing"> | ||
<link rel="canonical" href="https://www.stmroofing.co.nz"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand"> | ||
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed."> | ||
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png"> | ||
<meta property="og:url" content="https://www.stmroofing.co.nz"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
|
||
<!-- CSS here --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/animate.min.css"> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
@@ -21,6 +27,46 @@ | |
<link rel="stylesheet" href="css/default.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/responsive.css"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "STM Roofing Limited", | ||
"image": "https://www.stmroofing.co.nz/img/logo.png", | ||
"@id": "https://www.stmroofing.co.nz", | ||
"url": "https://www.stmroofing.co.nz", | ||
"telephone": "+64123456789", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "123 Main Street", | ||
"addressLocality": "Auckland", | ||
"postalCode": "1010", | ||
"addressCountry": "NZ" | ||
}, | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": -36.8485, | ||
"longitude": 174.7633 | ||
}, | ||
"openingHoursSpecification": { | ||
"@type": "OpeningHoursSpecification", | ||
"dayOfWeek": [ | ||
"Monday", | ||
"Tuesday", | ||
"Wednesday", | ||
"Thursday", | ||
"Friday" | ||
], | ||
"opens": "08:00", | ||
"closes": "17:00" | ||
}, | ||
"sameAs": [ | ||
"https://www.facebook.com/stmroofing", | ||
"https://www.instagram.com/stmroofing" | ||
] | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<!-- header --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
<html class="no-js" lang="en-NZ"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>STM Roofing limited</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
<!-- Place favicon.ico in the root directory --> | ||
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title> | ||
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed."> | ||
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing"> | ||
<link rel="canonical" href="https://www.stmroofing.co.nz"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand"> | ||
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed."> | ||
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png"> | ||
<meta property="og:url" content="https://www.stmroofing.co.nz"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
|
||
<!-- CSS here --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/animate.min.css"> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
@@ -21,6 +27,46 @@ | |
<link rel="stylesheet" href="css/default.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/responsive.css"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "STM Roofing Limited", | ||
"image": "https://www.stmroofing.co.nz/img/logo.png", | ||
"@id": "https://www.stmroofing.co.nz", | ||
"url": "https://www.stmroofing.co.nz", | ||
"telephone": "+64123456789", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "123 Main Street", | ||
"addressLocality": "Auckland", | ||
"postalCode": "1010", | ||
"addressCountry": "NZ" | ||
}, | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": -36.8485, | ||
"longitude": 174.7633 | ||
}, | ||
"openingHoursSpecification": { | ||
"@type": "OpeningHoursSpecification", | ||
"dayOfWeek": [ | ||
"Monday", | ||
"Tuesday", | ||
"Wednesday", | ||
"Thursday", | ||
"Friday" | ||
], | ||
"opens": "08:00", | ||
"closes": "17:00" | ||
}, | ||
"sameAs": [ | ||
"https://www.facebook.com/stmroofing", | ||
"https://www.instagram.com/stmroofing" | ||
] | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<!-- header --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,21 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
<html class="no-js" lang="en-NZ"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>STM Roofing limited | ||
</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
<!-- Place favicon.ico in the root directory --> | ||
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title> | ||
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed."> | ||
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing"> | ||
<link rel="canonical" href="https://www.stmroofing.co.nz"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand"> | ||
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed."> | ||
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png"> | ||
<meta property="og:url" content="https://www.stmroofing.co.nz"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
|
||
<!-- CSS here --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/animate.min.css"> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
@@ -22,6 +27,46 @@ | |
<link rel="stylesheet" href="css/default.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/responsive.css"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "STM Roofing Limited", | ||
"image": "https://www.stmroofing.co.nz/img/logo.png", | ||
"@id": "https://www.stmroofing.co.nz", | ||
"url": "https://www.stmroofing.co.nz", | ||
"telephone": "+64123456789", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "123 Main Street", | ||
"addressLocality": "Auckland", | ||
"postalCode": "1010", | ||
"addressCountry": "NZ" | ||
}, | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": -36.8485, | ||
"longitude": 174.7633 | ||
}, | ||
"openingHoursSpecification": { | ||
"@type": "OpeningHoursSpecification", | ||
"dayOfWeek": [ | ||
"Monday", | ||
"Tuesday", | ||
"Wednesday", | ||
"Thursday", | ||
"Friday" | ||
], | ||
"opens": "08:00", | ||
"closes": "17:00" | ||
}, | ||
"sameAs": [ | ||
"https://www.facebook.com/stmroofing", | ||
"https://www.instagram.com/stmroofing" | ||
] | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<!-- header --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
<html class="no-js" lang="en-NZ"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>STM Roofing limited</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
<!-- Place favicon.ico in the root directory --> | ||
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title> | ||
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed."> | ||
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing"> | ||
<link rel="canonical" href="https://www.stmroofing.co.nz"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand"> | ||
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed."> | ||
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png"> | ||
<meta property="og:url" content="https://www.stmroofing.co.nz"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
|
||
<!-- CSS here --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/animate.min.css"> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
@@ -21,6 +27,46 @@ | |
<link rel="stylesheet" href="css/default.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/responsive.css"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "STM Roofing Limited", | ||
"image": "https://www.stmroofing.co.nz/img/logo.png", | ||
"@id": "https://www.stmroofing.co.nz", | ||
"url": "https://www.stmroofing.co.nz", | ||
"telephone": "+64123456789", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "123 Main Street", | ||
"addressLocality": "Auckland", | ||
"postalCode": "1010", | ||
"addressCountry": "NZ" | ||
}, | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": -36.8485, | ||
"longitude": 174.7633 | ||
}, | ||
"openingHoursSpecification": { | ||
"@type": "OpeningHoursSpecification", | ||
"dayOfWeek": [ | ||
"Monday", | ||
"Tuesday", | ||
"Wednesday", | ||
"Thursday", | ||
"Friday" | ||
], | ||
"opens": "08:00", | ||
"closes": "17:00" | ||
}, | ||
"sameAs": [ | ||
"https://www.facebook.com/stmroofing", | ||
"https://www.instagram.com/stmroofing" | ||
] | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<!-- header --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<!doctype html> | ||
<html class="no-js" lang="zxx"> | ||
<html class="no-js" lang="en-NZ"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<title>STM Roofing limited</title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
<!-- Place favicon.ico in the root directory --> | ||
<title>STM Roofing Limited | Professional Roofing Services in New Zealand</title> | ||
<meta name="description" content="STM Roofing Limited offers expert roofing construction and repair services across New Zealand. Quality workmanship, competitive prices, and customer satisfaction guaranteed."> | ||
<meta name="keywords" content="roofing, construction, New Zealand, roof repair, roof installation, STM Roofing"> | ||
<link rel="canonical" href="https://www.stmroofing.co.nz"> | ||
<meta name="robots" content="index, follow"> | ||
<meta property="og:title" content="STM Roofing Limited | Professional Roofing Services in New Zealand"> | ||
<meta property="og:description" content="Expert roofing construction and repair services across New Zealand. Quality workmanship and customer satisfaction guaranteed."> | ||
<meta property="og:image" content="https://www.stmroofing.co.nz/img/logo.png"> | ||
<meta property="og:url" content="https://www.stmroofing.co.nz"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico"> | ||
|
||
<!-- CSS here --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> | ||
<link rel="stylesheet" href="css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="css/animate.min.css"> | ||
<link rel="stylesheet" href="css/magnific-popup.css"> | ||
|
@@ -21,6 +27,46 @@ | |
<link rel="stylesheet" href="css/default.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
<link rel="stylesheet" href="css/responsive.css"> | ||
|
||
<script type="application/ld+json"> | ||
{ | ||
"@context": "https://schema.org", | ||
"@type": "LocalBusiness", | ||
"name": "STM Roofing Limited", | ||
"image": "https://www.stmroofing.co.nz/img/logo.png", | ||
"@id": "https://www.stmroofing.co.nz", | ||
"url": "https://www.stmroofing.co.nz", | ||
"telephone": "+64123456789", | ||
"address": { | ||
"@type": "PostalAddress", | ||
"streetAddress": "123 Main Street", | ||
"addressLocality": "Auckland", | ||
"postalCode": "1010", | ||
"addressCountry": "NZ" | ||
}, | ||
"geo": { | ||
"@type": "GeoCoordinates", | ||
"latitude": -36.8485, | ||
"longitude": 174.7633 | ||
}, | ||
"openingHoursSpecification": { | ||
"@type": "OpeningHoursSpecification", | ||
"dayOfWeek": [ | ||
"Monday", | ||
"Tuesday", | ||
"Wednesday", | ||
"Thursday", | ||
"Friday" | ||
], | ||
"opens": "08:00", | ||
"closes": "17:00" | ||
}, | ||
"sameAs": [ | ||
"https://www.facebook.com/stmroofing", | ||
"https://www.instagram.com/stmroofing" | ||
] | ||
} | ||
</script> | ||
</head> | ||
<body> | ||
<!-- header --> | ||
|
Oops, something went wrong.