diff --git a/src/components/Meta.astro b/src/components/Meta.astro index 2896a24..d642a37 100644 --- a/src/components/Meta.astro +++ b/src/components/Meta.astro @@ -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.", structuredData: { "@context": "https://schema.org", - "@type": "WebSite", - "name": "ScrewFast", + "@type": "WebPage", + "@id": "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" }, }; diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index b66ce74..75f598e 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -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. "; --- - +
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index efff4d7..aa4c782 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -5,6 +5,25 @@ import ContactSection from "../components/sections/ContactSection.astro"; --- - + diff --git a/src/pages/products/index.astro b/src/pages/products/index.astro index 2ce725c..3001cf9 100644 --- a/src/pages/products/index.astro +++ b/src/pages/products/index.astro @@ -59,7 +59,24 @@ const testimonials = [ ]; --- - +
diff --git a/src/pages/services.astro b/src/pages/services.astro index acea630..dea44fa 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -92,7 +92,24 @@ const articles: Article[] = [ ]; --- - +