PDA

View Full Version : How to redirect Search Engine Frinedly / Adsense Friendly


chintansoni
03-04-2006, 09:15 AM
hey frnds,
I want to ask you both about Google Search Engine and Google AdSense…. I am little bit confused about safe redirect methods to use. I am buying 1 domain and I’ll need it to redirect permanently to my other website. So I want to ask you about “Which redirect method will be safe for both Search Engine and for Google Ad sense?” …

As Google AdSense Policies clearly says that we can not use Sneaky Redirect for generating traffic. can any1 explain me what exactly is Sneaky Redirect? And I don’t want to break any rules/policies in any way.

Domain which I am buying will be permanently redirected to another website. And that another website will having google AdSense. I am having Apache Server; please suggest me good method from which I can be sure that I am not violating any google AdSense policy.

I am very fretful about my AdSense A/c and I don’t want it to get disable in any way…Please advice me.

please tell me from follwing 7 methods which is safe? and if I am redirecting which "Which reffer will be shown in my google analytics?"

in .htaccess 1. RedirectMatch

1. permanent ^(.*)$ DomainName
2. RedirectMatch 301 ^(.*)$ DomainName
3. Redirect 301 /old-file.htm DomainName/new-file.htm
4. RedirectMatch permanent ^/directory_name DomainName
5. RedirectMatch permanent \.file_type$ DomainName
6. RedirectMatch 301 ^/directory_name DomainName
7. RedirectMatch 301 \.file_type$ DomainName

Beginner
03-09-2006, 07:28 PM
You shouldn't use any form of client side redirects. So your server side redirects will work.

Sneaky redirects tend to automatically whisk users from keyword rich pages (often text heavy and dull) to better looking pages. In the worse case, code is used to redirect people straight through AdSense and force a click.

Just 301 from one site to the other and you'll be fine.