Forum Moderators: Robert Charlton & goodroi
Google Search relies on a variety of sources to identify the site name for a search result. To indicate your preferred site name, you can use structured data on your homepage to tell Google what the site name should be
|
<html>
<head>
<title>Example: A Site about Examples</title>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Example Company",
"alternateName" : "EC",
"url" : "https://example.com/"
}
</script>
</head>
<body>
</body>
</html>