Manual doorway redirect - Wich is best?

suportxd

Regular Member
Joined
Jun 27, 2015
Messages
318
Reaction score
123
Hello,

i have domain with good history, and i want make doorway from her.

I use wordpress, and i will make post's manualy. Each post = different redirect

Now, i'm thinking about redirect. I found a few methods, and i want hear your opinion wich is the best.



1. Meta

I will put on every post :

<meta http-equiv="refresh" content="0;url=http://domain.com">

Very simple, but i think i won't rank if i will doing that way.



2. Javascript

I will put on every post :

<script language="javascript"><!-- location.href="domain.com" //--> </script>

or

<script language="javascript"><!-- location.replace("url")//--> </script>


I'm using wordpress, and javascript in post doesn't work for me. I want put in each post different redirect, so until now, i can't find plugin wich can help me with this.


3. 301 redirect


4. Big "Accept cookies" popup wich can't be closed

I build popup with big button "Accept cookies" wich redirect visitor. This may be working, but i want automatic redirect



5. Your idea?

I really need help with this guys, i can pay for some lines of code wich help me redirect visitors from serp. By the way, my english is on low level, sorry for my grammar.
 
Thank you!

But when i make post ( domain1.com/article1 ) .. make him indexed ( via webmaster tools > fetch as google ), they will not droping position when is redirect on it?... Google will read my redirect, how long i will rank with 301,302 and 307 redir? Have you experience with that?
 
Back
Top