Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/>
<meta
property="og:image"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border-no-bg.png"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border.png"
/>

<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -49,21 +49,22 @@
/>
<meta
name="twitter:image"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border-no-bg.png"
content="https://chrisert.pt/chrisert-logo-with-footer-and-border.png"
/>

<link
rel="icon"
type="image/png"
href="/chrisert-logo-with-footer-and-border-no-bg.png"
/>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Chrisert" />
<link rel="manifest" href="/site.webmanifest" />

<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Chrisert - Especialistas em ETICS e Isolamento Térmico",
"image": "https://chrisert.pt/chrisert-logo-with-footer-and-border-no-bg.png",
"image": "https://chrisert.pt/chrisert-logo-with-footer-and-border.png",
"url": "https://chrisert.pt/",
"telephone": "+351932741391",
"priceRange": "$$",
Expand Down
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added public/chrisert-logo-with-footer-and-border.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Chrisert",
"short_name": "Chrisert",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added public/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/SEO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SEO = ({
const defaultKeywords =
"ETICS, Capoto, isolamento térmico, remodelações, acabamentos, construção, eficiência energética, Portugal continental, Águeda";
const defaultImage =
"https://raw.githubusercontent.com/fernandotonacoder/chrisert/main/public/chrisert-logo-with-footer-and-border-no-bg.png";
"https://raw.githubusercontent.com/fernandotonacoder/chrisert/main/public/chrisert-logo-with-footer-and-border.png";

const fullTitle = title
? `${title} | ${siteName}`
Expand Down