fix logo for metatags
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s
This commit is contained in:
BIN
public/images/logo-full.webp
Normal file
BIN
public/images/logo-full.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -33,7 +33,7 @@ const canonicalUrl = canonical
|
|||||||
|
|
||||||
const ogImageUrl = ogImage
|
const ogImageUrl = ogImage
|
||||||
? ogImage.startsWith('http') ? ogImage : `${siteUrl}${ogImage}`
|
? ogImage.startsWith('http') ? ogImage : `${siteUrl}${ogImage}`
|
||||||
: `${siteUrl}/images/logo-vignette.svg`;
|
: `${siteUrl}/images/logo-full.webp`;
|
||||||
|
|
||||||
// JSON-LD LocalBusiness structured data
|
// JSON-LD LocalBusiness structured data
|
||||||
const structuredData = {
|
const structuredData = {
|
||||||
@@ -92,7 +92,7 @@ const structuredData = {
|
|||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="icon" type="image/png" href="/images/logo-vignette.svg" />
|
<link rel="icon" type="image/png" href="/favicon.svg" />
|
||||||
|
|
||||||
<!-- JSON-LD -->
|
<!-- JSON-LD -->
|
||||||
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />
|
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"titleTemplate": "%s | Cachet Peintres Décorateurs",
|
"titleTemplate": "%s | Cachet Peintres Décorateurs",
|
||||||
"defaultDescription": "Peintres décorateurs professionnels à Laval et sur la Rive-Nord. Peinture résidentielle et commerciale, décoration intérieure et extérieure. RBQ 5839 8736 01. Soumission gratuite.",
|
"defaultDescription": "Peintres décorateurs professionnels à Laval et sur la Rive-Nord. Peinture résidentielle et commerciale, décoration intérieure et extérieure. RBQ 5839 8736 01. Soumission gratuite.",
|
||||||
"keywords": "peintre Laval, peinture résidentielle Laval, peinture commerciale Rive-Nord, décoration intérieure Laval, peintres décorateurs Québec, peinture extérieure Laval, rénovation Rive-Nord, soumission peinture gratuite",
|
"keywords": "peintre Laval, peinture résidentielle Laval, peinture commerciale Rive-Nord, décoration intérieure Laval, peintres décorateurs Québec, peinture extérieure Laval, rénovation Rive-Nord, soumission peinture gratuite",
|
||||||
"ogImage": "/images/logo-vignette.svg",
|
"ogImage": "/images/logo-full.webp",
|
||||||
"twitterCard": "summary_large_image"
|
"twitterCard": "summary_large_image"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user