feat: add BaseHead component with SEO tags, analytics, and client transitions
This commit is contained in:
parent
fef2a6a62d
commit
1bf2f17d64
|
|
@ -33,6 +33,7 @@ const canonicalURL = new URL(url || Astro.url.pathname, Astro.site);
|
|||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
<meta name="telegram:channel" content="@CentroRPJ" />
|
||||
|
||||
{imageUrl && <meta property="og:image" content={imageUrl} />}
|
||||
<meta property="og:image:width" content="1200" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue