Add structured data to enhance SEO

This commit is contained in:
Emil Gulamov 2024-03-24 17:28:23 +04:00
parent 72ac3a27e3
commit 831287db76
5 changed files with 85 additions and 7 deletions

View file

@ -7,10 +7,18 @@ const defaultProps = {
meta: "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs. Start exploring and contact our sales team for superior quality and reliability.", meta: "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs. Start exploring and contact our sales team for superior quality and reliability.",
structuredData: { structuredData: {
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "WebSite", "@type": "WebPage",
"name": "ScrewFast", "@id": "https://screwfast.uk",
"url": "https://screwfast.uk", "url": "https://screwfast.uk",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs. Start exploring and contact our sales team for superior quality and reliability.", "name": "ScrewFast | Top-quality Hardware Tools",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs.",
"isPartOf": {
"@type": "WebSite",
"url": "https://screwfast.uk",
"name": "ScrewFast",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs."
},
"inLanguage": "en-US"
}, },
}; };

View file

@ -29,7 +29,24 @@ const secondSubTitle: string =
"Stay up-to-date with the latest trends and developments in the construction industry with insights from ScrewFast's team of industry experts. "; "Stay up-to-date with the latest trends and developments in the construction industry with insights from ScrewFast's team of industry experts. ";
--- ---
<MainLayout title="Blog | ScrewFast"> <MainLayout
title="Blog | ScrewFast"
structuredData={{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://screwfast.uk/blog",
"url": "https://screwfast.uk/blog",
"name": "Blog | ScrewFast",
"description": "Stay up-to-date with the latest trends and developments in the construction industry with insights from ScrewFast's team of industry experts.",
"isPartOf": {
"@type": "WebSite",
"url": "https://screwfast.uk",
"name": "ScrewFast",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs."
},
"inLanguage": "en-US"
}}
>
<section <section
class="mx-auto max-w-[85rem] space-y-8 px-4 pt-16 sm:px-6 lg:px-8 2xl:max-w-full" class="mx-auto max-w-[85rem] space-y-8 px-4 pt-16 sm:px-6 lg:px-8 2xl:max-w-full"
> >

View file

@ -5,6 +5,25 @@ import ContactSection from "../components/sections/ContactSection.astro";
--- ---
<!--Utilizing MainLayout for the outer layout of the page, and defining meta for SEO purposes--> <!--Utilizing MainLayout for the outer layout of the page, and defining meta for SEO purposes-->
<MainLayout title="Contact | ScrewFast"> <MainLayout
title="Contact | ScrewFast"
structuredData={{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://screwfast.uk/contact",
"url": "https://screwfast.uk/contact",
"name": "Contact Us | ScrewFast",
"description":
"Have questions or want to discuss a project? Reach out, and let's craft the perfect solution with our tools and services.",
"isPartOf": {
"@type": "WebSite",
"url": "https://screwfast.uk",
"name": "ScrewFast",
"description":
"ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs.",
},
"inLanguage": "en-US"
}}
>
<ContactSection /> <ContactSection />
</MainLayout> </MainLayout>

View file

@ -59,7 +59,24 @@ const testimonials = [
]; ];
--- ---
<MainLayout title="Products | ScrewFast"> <MainLayout
title="Products | ScrewFast"
structuredData={{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://screwfast.uk/products",
"url": "https://screwfast.uk/products",
"name": "Hardware Tools | ScrewFast",
"description": "Explore the durability and precision of ScrewFast tools, designed for both professionals and enthusiasts.",
"isPartOf": {
"@type": "WebSite",
"url": "https://screwfast.uk",
"name": "ScrewFast",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs."
},
"inLanguage": "en-US"
}}
>
<div <div
class="mx-auto max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 2xl:max-w-full" class="mx-auto max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 2xl:max-w-full"
> >

View file

@ -92,7 +92,24 @@ const articles: Article[] = [
]; ];
--- ---
<MainLayout title="Services | ScrewFast"> <MainLayout
title="Services | ScrewFast"
structuredData={{
"@context": "https://schema.org",
"@type": "WebPage",
"@id": "https://screwfast.uk/services",
"url": "https://screwfast.uk/services",
"name": "Expert Consultation Services | ScrewFast",
"description": "Uniting expertise with your vision, ScrewFast provides exceptional service and comprehensive solutions in the hardware and construction industry, from consultation to project completion.",
"isPartOf": {
"@type": "WebSite",
"url": "https://screwfast.uk",
"name": "ScrewFast",
"description": "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs."
},
"inLanguage": "en-US"
}}
>
<!--MainSection is the introductory section of the page, it also contains a CTA button--> <!--MainSection is the introductory section of the page, it also contains a CTA button-->
<MainSection <MainSection
title="Uniting Expertise with Your Vision" title="Uniting Expertise with Your Vision"