i have problem that the logo beside website text not change when search in google
in next js this is the _document.tsx and the image exists in public folder but it still take the last logo and not change to the neew one
<Html dir={dir}> <Head> <meta property="og:image" content={
https://ghrafy.com/favicon.ico`} />
{/* <link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/> */}
<link rel="preconnect" href="https://fonts.googleapis.com"/>
<link rel="preconnect" href="https://fonts.gstatic.com"/>
<link href="https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:[email protected]&display=swap" rel="stylesheet"/>
</Head>
<body>
<Main />
<NextScript />
</body>
</Html>`
New contributor
Hussain Alasdy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.