I can’t change the site name, I tried adding a tag
<meta property="og:site_name" content="sitename">
tried schema.org
<head>
<script type="application/ld+json">
{JSON.stringify({
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://sitename.com",
"name": "sitename",
"description": "description",
"image": "https://sitename.com/logo_small.png",
})}
</script>
<link rel="canonical" href="https://sitename.com"/>
</head>
none of this helped, instead of the site name it just shows a link to it
it’s about displaying the site name as it appears as you type, example:
enter image description here
for example, here the site name is displayed correctly (X Twitter), in my case a link is displayed instead of the name (as if in the case of Twitter it was displayed (https://twitter.com/instagram)