Mobile app version of vmapp.org
Login or Join
Kristi941

: Different result on Google search and browser A site is using one of my clients' registered trademark to get a good rank on Google search. When I search with that keyword I find that site

@Kristi941

Posted in: #GoogleSearch #Seo #Trademark

A site is using one of my clients' registered trademark to get a good rank on Google search. When I search with that keyword I find that site on top of the search result but when I check that page with my browser and read the page source the keyword is not there!

Recently we told that website admin to remove it and they told us that they've removed it. I requested support at Google to remove that page from cache but Google told us that the cached pages could not be removed because the content, "-----------" is still active on the pages.

I need help to start how to find this content on that page.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

2 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

The keyword could be in a hidden div. Here is a command line that I use to download a page and search it for a keyword. In this example it is searching for the keyword domain on example.com/
curl -s -L -A 'Googlebot/2.1 (+http://www.google.com/bot.html)' 'http://example.com/' | grep 'domain'


You could also use your browser's view-source feature and search that.

10% popularity Vote Up Vote Down


 

@Lee4591628

If you don't see the offending keyword in the page source but Google does, they might be serving different content to Google & crawlers than they are to human users & browsers.

Try loading the page with web-sniffer.net/ and set 'Googlebot' as the User Agent. Look through the page source you get back for any phrases that might not show through your browser. This will help you see if they're doing any dodgy (which it sounds like they already are).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme