Member since 2/13/2025
Achievements
Activity
Community guides | |
Community videos |
Questions | |
Total replies |
Recommended |
User activity chart
Post history
Reply to Questions about site names
Google Search Central•2/13/2025
Hello,
I am experiencing an issue with the site name in search results. I am hosting a website for free using Cloudflare, and while the site is successfully crawled and appears in search results, the displayed site name is "Cloudflare" instead of my intended name.
To resolve this, I added the following code to the main page, but it does not seem to have any effect:
html
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "xxxx 2025",
"alternateName" : "xxxx 2025",
"url" : "https://xxxx2025.pages.dev"
}
</script>
(Due to privacy concerns, I am unable to share the URL and name)
(Due to privacy concerns, I am unable to share the URL and name)
Is there any way to fix this issue and ensure that the correct site name is displayed in search results?
Thank you!