Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
Signed-off-by: Code World <129636562+Smootheconstruction@users.noreply.github.com>
  • Loading branch information
Smootheconstruction authored Sep 24, 2024
1 parent b46be9b commit 65ca494
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,30 @@
<meta name=generator content="Smoothe Construction v1.0">
<meta name="keyword" content="painting, drywall, remodeling, renovation, plumbing handyman services">

<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "LocalBusiness",
"name": "",
"image": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "United States of America"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Thursday", "Wednesday", "Friday", "Saturday", "Sunday"],
"opens": "09:00",
"closes": "18:00"
}
]
}
</script>


<!-- Favicon
================================================== -->
Expand Down Expand Up @@ -196,30 +220,6 @@ <h1 class="banner-title">Contact</h1>
</div><!-- Banner text end -->
</div><!-- Banner area end -->

<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "LocalBusiness",
"name": "",
"image": "",
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"addressCountry": "United States of America"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Thursday", "Wednesday", "Friday", "Saturday", "Sunday"],
"opens": "09:00",
"closes": "18:00"
}
]
}
</script>

<section id="main-container" class="main-container">
<div class="container">

Expand Down

0 comments on commit 65ca494

Please sign in to comment.