mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-10-31 16:49:49 +01:00 
			
		
		
		
	fix: added opengraph tags
This commit is contained in:
		| @@ -30,12 +30,14 @@ const Layout: React.FC<Props> = ({ | ||||
|         <html lang="en" /> | ||||
|         <title>{title}</title> | ||||
|         <meta name="description" content={description} /> | ||||
|         <meta property="og:description" content={description} /> | ||||
|         <meta property="og:site_name" content={title} /> | ||||
|         <meta property="og:image" content={metaImageUrl} /> | ||||
|         <meta name="twitter:card" content="summary" /> | ||||
|         <meta name="twitter:title" content={title} /> | ||||
|         <meta name="twitter:description" content={description} /> | ||||
|         <meta name="twitter:image" content={metaImageUrl} /> | ||||
|         <meta property="twitter:site" content="@mastermindzh" /> | ||||
|         {noIndex && <meta name="robots" content="noindex" />} | ||||
|       </Helmet> | ||||
|       {children} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user