Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Sehr fix Google.www.abakus-internet-marketing.de/foren/ ... 46226.html - vor 2 Stunden gefunden -
via: https://www.seomoz.org/blog/matt-cutts-videos-take-2Matt: The way that Google defines cloaking is very specific. Cloaking is defined as “showing different content to users than you show to search engines.” targeting by itself is not cloaking under Google’s guidelines because you’re saying "Take the ip address. Oh, you're from Canada (or Germany, or whatever). We’ll show you this particular page."
The thing that will get you in trouble is if you treat Googlebot in some special way.
GeoIPEnable On
GeoIPDBFile /path/to/GeoIP.dat
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CA$
RewriteRule ^(.*)$ https://www.canada.com$1 [L]