achat-maison-albi-fr/src/data_files/constants.ts

40 lines
1.4 KiB
TypeScript
Raw Normal View History

import ogImageSrc from "@images/social.png";
2024-03-27 16:57:42 -05:00
export const SITE = {
title: "ScrewFast",
tagline: "Top-quality Hardware Tools",
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.",
description_short: "ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs.",
url: "https://screwfast.uk",
author: "Emil Gulamov",
};
export const SEO = {
title: SITE.title,
description: SITE.description,
structuredData: {
"@context": "https://schema.org",
"@type": "WebPage",
inLanguage: "en-US",
"@id": SITE.url,
url: SITE.url,
name: SITE.title,
description: SITE.description,
isPartOf: {
"@type": "WebSite",
url: SITE.url,
name: SITE.title,
description: SITE.description,
},
},
};
export const OG = {
locale: "en_US",
type: "website",
url: SITE.url,
title: `${SITE.title}: : Hardware Tools & Construction Services`,
description: "Equip your projects with ScrewFast's top-quality hardware tools and expert construction services. Trusted by industry leaders, ScrewFast offers simplicity, affordability, and reliability. Experience the difference with user-centric design and cutting-edge tools. Start exploring now!",
image: ogImageSrc,
2024-03-27 16:57:42 -05:00
};