[ Video Sharing CMS v4 ] Language and google bot problem

Started by x5000x,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

x5000xTopic starter

Alex,

I got 3,000 of these errors in Google webmaster tools showing they are 404 not found.
Google bot fetches video URL OK but adds this weird language thing after it:

   
video//&list=10&clang=en&clang=es&clang=es&clang=en&clang=es&clang=es&clang=en&clang=es&clang=en&clang=en&clang=es&clang=es&clang=es&clang=es&clang=en

or

   
video/1069/metalica-300/&clang=es&clang=es&clang=en&clang=es&clang=en&clang=en&clang=es

Any suggestion how to fix this.
phpvibe 3.6

Thanks!
  •  

x5000xTopic starter

  •  

PHPVibe A.

I don't know, it probably picked a bad link, as you can see there is no video id or title in the link...

porncome

I had similar problems all my sites. What could be the solution? Is it possible to disallow robots.txt file command? What should be the command? it seems many errors in my webmaster tools on my page.


http://www.sikeyim.com/kategori/yapay-sikli-fotolar/71/&clang=en&clang=en&clang=en&clang=en&clang=tr&clang=tr&clang=tr&clang=en&clang=en
  •  

Marius P.

You can drop an no-index when &clang is present.

if(_get('clang')) {
echo '<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">';
}


in tpl.globals.php
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)