skeptik228
Newbie
- Oct 27, 2025
- 1
- 0
Help me figure out how to cloak properly so I don't get caught by Google's filter.
Here's how I thought I'd do it. Create two pages, page1 and page2. One will have SEO text, and the other will have the text I need. Then, use a redirect for Googlebot to make the substitution. But is this the right way to do it? Or is there another way that is simpler and more reliable?
Here's how I thought I'd do it. Create two pages, page1 and page2. One will have SEO text, and the other will have the text I need. Then, use a redirect for Googlebot to make the substitution. But is this the right way to do it? Or is there another way that is simpler and more reliable?
Apache config:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (Googlebot) [NC]
RewriteRule ^$ /googlebot/ [R=301,L]