Really love the extension. Perhaps this is the right place to ask does this extension follow Google / Bings Site Names in Google search?.
For the life of me I can't seem to get my Website name to display in search results. I have the SEO plugin fully setup, sitemap done, web master tools done, bing webmaster tools and it's affecting search engine results.
Wanting to know if there is something I can do to update / change. The forums are less than 3 weeks old, however from checking search console there's been over 94 crawls done. So it's not an indexing issue as all the content is coming up if you search for domain.name
in search, rather than Website Name
for the keywords.
It's quite annoying... Any advice or help?
This is the crawled URL inspection from <head></head>
<script type="application/ld+json">[{"@context":"http:\/\/schema.org","@type":"WebPage","publisher":{"@type":"Organization","name":"Skidpad One | Global RC Drift Forum and Community","url":"https:\/\/skidpad.one","description":"Global RC Drift Community for Beginners and Competitors. You can find Builds, Setups, Guides and More","logo":"https:\/\/skidpad.one\/assets\/logo-jz1cishv.png"},"image":"https:\/\/skidpad.one\/assets\/site-image-03w9nf2t.png","description":"Global RC Drift Community for Beginners and Competitors. You can find Builds, Setups, Guides and More","url":"https:\/\/skidpad.one"},{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/skidpad.one\/","potentialAction":{"@type":"SearchAction","target":"https:\/\/skidpad.one\/?q={search_term_string}","query-input":"required name=search_term_string"}}]</script>
Checking what Google recommends vs the script being run in the extension seem a little different in terms of wording / terminology:
<html>
<head>
<title>Example: A Site about Examples</title>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Example Company",
"alternateName" : "EC",
"url" : "https://example.com/"
}
</script>
</head>
<body>
</body>
</html>