Copy and paste my schema generator for building companies and you will have exactly what I use for my clients. Fill in the data and click generate.
It comprehensive so it will take you some time. For something simpler you can just use Yoast built in Schema. But if you do fill this out it will give you the same competitive edge just like in my SEO service for construction companies I do on the side.
Once you fill out the below form and hit Generate it will create a schema following the below example.
Schema Example
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph":
[
{
"@type": "WebSite",
"@id": "https://homepage.co.uk/#website",
"name": "Building company name",
"url": "https://homepage.co.uk",
"inLanguage": "en-GB"
},
{
"@type": "HomeAndConstructionBusiness",
"@id": "https://homepage.co.uk/#company",
"name": "Building company name",
"url": "https://homepage.co.uk"
},
{
"@type": "Organization",
"@id": "https://homepage.co.uk/#organization",
"name": "Building company name",
"url": "https://homepage.co.uk"
}
]
}
</script>