Logo on Google search engine
Solved
thalia
-
thalia -
thalia -
Hello,
My site "thaliavalerierepesse.fr" appears well in the Google search engine after a request for indexing in Google Search Console, but my logo does not appear. Why is that? I did it for a friend's site and it works, but his was in http when I added it before I switched his site to https.
Thank you for enlightening me.
My site "thaliavalerierepesse.fr" appears well in the Google search engine after a request for indexing in Google Search Console, but my logo does not appear. Why is that? I did it for a friend's site and it works, but his was in http when I added it before I switched his site to https.
Thank you for enlightening me.
5 answers
-
Hello
The logo (icon actually) needs to be defined in the index page of your site...<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
See you!
___________
If this response helped you, a little thumbs up would be great... If it's resolved, that's perfect.
Let him who has never opened a user manual throw the first mouse ;-)-
Hello,
Thank you very much, I had already found this snippet of code but since I am not working on my Visual Studio Code but on WordPress, I thought it wasn't the same method. Because the first time I installed an icon on WordPress for a friend it worked and the icon appears in the URL and Google search engine, but for mine, it doesn't work on Google search, although I have it in the URL bar. Isn't that strange? Is there another method for Divi WordPress?
-
-
Hello
When you talk about WordPress, are you referring to https://fr.wordpress.org/ (the self-hosted open-source software) or rather https://wordpress.com/fr (the ready-made site/blog hosting)?
For the self-hosted software, you need to access your admin panel, go to the dashboard, then configuration.
See an explanation on this site -> https://creer-un-site.com/wordpress-comment-ajouter-favicon/
As for the site hosting, I don't know....
But a search on the internet should give you some information
Cya
___________
If the answer helped you, a little thumbs up is great... Resolved is perfect.
Let those who have never opened a user manual throw the first mouse ;-)-
Thank you. I'm actually working on this article. But what they say is what I did for my friend with whom it worked, but for me it doesn't work. It's quite ironic. On one site, it doesn't appear anywhere even though I'm doing the same thing, and on my other site, it appears in the URL but not in the Google search engine, so it's not normal. I'm going to try to change and recreate a new favicon or the extension.
Have a good evening.
See you later.
-
-
When you talk about the logo that is displayed, what are you referring to?
The small icon to the left of the URL?
An image to the right of the site description?
Or on the right side, to the right of the listed results? -
and WHAT if we talked both simply and correctly???
Your "LOGO" is actually a "FAVICON":
https://fr.wikipedia.org/wiki/Favicon
1 - displays in the top bar = so that’s good
2 - I don’t see it on the left next to my site address in the listed search results (Google) = I need an explanation here.... a screenshot would be welcome :)
and... a little remark: "web developer" ... well, do you have similar questions???
just one simple thing, even simpler is possible:
using WordPress without customization or "homegrown" coding shows at least that ... one doesn’t know much, and take the time to do Ctrl + u to see your source code: it’s a mess with too many "whites"; for all the little details to work, everything must also be based on ultra clean foundations...
and... why make it complicated when it can be simple???<link rel="icon" href="https://thaliavalerierepesse.fr/wp-content/uploads/2022/04/cropped-logo-Tvr-favicon-32x32.jpg" sizes="32x32" />
<link rel="icon" href="https://thaliavalerierepesse.fr/wp-content/uploads/2022/04/cropped-logo-Tvr-favicon-192x192.jpg" sizes="192x192" />
<link rel="apple-touch-icon" href="https://thaliavalerierepesse.fr/wp-content/uploads/2022/04/cropped-logo-Tvr-favicon-180x180.jpg" />
<meta name="msapplication-TileImage" content="https://thaliavalerierepesse.fr/wp-content/uploads/2022/04/cropped-logo-Tvr-favicon-270x270.jpg" />
good luck :)
--
the 'www' is also made for communicating, sharing, and exchanging, right? Please be polite enough to respond to those who are trying to help you :) -
Hello,
Sorry for my late reply, but your message had gone to my spam.
Thank you for your explanations and comments. :)
Have a good day.