Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My website is at asp.net platform. I just want to change the title and display image at the results from search engine, such as Google and Yahoo etc. Please help me ,many thanks to you.
Posted
Comments
Sergey Alexandrovich Kryukov 10-Nov-15 0:23am    
What have you tried so far?
—SA
Member 11680079 30-Nov-15 3:39am    
I have tried to change the <title>(...)</title> tag of homePage html. But it doesn't work. I used BaiDu site administrator Tool to change the tile successfuly.But this is only work to BaiDu search engine.

1 solution

Starting from the comment on your question by Sergey, the main thing that you want to do is to remove the emblems of Google or Yahoo! from your website when a user uses their custom search bars.

That, is possible. You can simply remove the HTML code that renders their title and logo. Just open the HTML that is returned (because the title and logo HTML would be similar all the time) and alter those few elements. But I won't recommend it, as they may be providing you the service if (and only if) you display these two elements on your website.

1. The title of the provider. "Search provided by Google."
2. The logo of the provider. "Company Logo"

Google has the same policy for many services, including Google Maps. So, I may ask you to not do so or try to purchase a license to remove them, or use any other service.

Edit

The question content has entirely different meaning. What you need is opposite, you want to update the search results. That is not how it works. They are caches results, you do not expect Google to go on a long journey just to find your web results? Google caches the search indexes on their systems. That is where your previous title and logo is present.

To update it, you can either wait for a time period, lets say, a month. They will automatically update it.

If you cannot wait, then consider requesting them to update their cache or to update the logo and title being used. Even this method will take a day or two to process. Google and Yahoo! systems run on cache and to update it, it would take a while. :-)
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 30-Nov-15 3:45am    
My 5. No wonder someone down-voted it. I suspect it's due to the amazing attitude of this person (and many other), to think that every answer should pleases her/him. :-)
—SA
Member 11680079 30-Nov-15 4:00am    
HI Afzaal,
Thanks for your reply. I think you misunderstanding what I mean. Because the website content had been changed before 9-nov-15 by some business reasons. So previous tile ang image appearing in search engine results page must be changed for being compatible with new content.
Member 11680079 30-Nov-15 4:01am    
I used BaiDu site administrator Tool to change the tile successfuly.But this is only work to BaiDu search engine.
Afzaal Ahmad Zeeshan 30-Nov-15 5:07am    
That is because of system cache.

You should consider filing a request to their system to update the title and display picture.
Afzaal Ahmad Zeeshan 30-Nov-15 5:09am    
I have (anyways) updated the answer since your comment makes more sense than the content there.

Have a look.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900