I uploaded a website online made in HTML, CSS and JavaScript (without any framework or library like React, Next…). I figured that when I search for the website on Google, the url is showing as the website name (look image here).
I followed Google rules at this link: https://developers.google.com/search/docs/appearance/site-names, I added the following meta tag inside the head section in the HTML file:
<meta property="og:site_name" content="Mini Gingembre">
I also have several h1 tags with "Mini Gingembre" as content but this is not showing as the site name on Google, URL instead.
How can it be possible that Google engine didn’t find any way to identify the real site name with all these infos?
2
Answers
did you add google config in you header?
https://developers.google.com/search/docs/appearance/site-names#how-site-names-in-google-search-are-created
You can’t make that url field use a string, its googles
name
url people see instead of a long untidy name.