GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Looking for safe way to forward hits (https://gfy.com/showthread.php?t=945887)

HerPimp 12-30-2009 08:58 AM

Looking for safe way to forward hits
 
I have many old pages that are indexed but do not convert. I would like to keep the search listing for the pages but move the traffic to another page.

What solution can you recommend?


Thanks for your help.:playboy:food-smil10

Dating Port 12-31-2009 09:27 AM

An htaccess redirect

Dating Port 12-31-2009 09:30 AM

Email me and I'll explain.
admin[at]datingport.co.uk

Not a normal redirect. ;)

lacuna 01-02-2010 08:51 PM

Quote:

Originally Posted by Dating Port (Post 16697767)
An htaccess redirect

:thumbsup

Dating Port 01-03-2010 10:27 AM

A normal htaccess redirect will affect how the SE's view and list your pages. You have to create a folder with it's own htaccess file in it and point all your outgoing links to that folder. The page remains the same with the exception of the outlinks (no follow works with this to stop the SE's from hitting your redirects).

Example:

Say IO created a folder called GFY.
htaccess file inside should read:

Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com

Your page links you want to redirect should point to http://yoursite.com/GFY/

You can also take advantage of this page by turning it into a country sort at the same time by using this code instead of the previous example:

RewriteEngine On
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(RU|PL)$
RewriteRule ^(.*)$ http://whateversite.com [L]
Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com


Hope this works for you.

daniel_webcams 01-05-2010 08:06 AM

Quote:

Originally Posted by Dating Port (Post 16697767)
An htaccess redirect

make sure not to redirect SE bots also... you should check if its a surfer first...

HerPimp 01-12-2010 07:00 AM

Quote:

Originally Posted by daniel_webcams (Post 16711404)
make sure not to redirect SE bots also... you should check if its a surfer first...

Will the spiders recognize the server response?

HerPimp 01-12-2010 07:15 AM

Quote:

Originally Posted by Dating Port (Post 16704421)
A normal htaccess redirect will affect how the SE's view and list your pages. You have to create a folder with it's own htaccess file in it and point all your outgoing links to that folder. The page remains the same with the exception of the outlinks (no follow works with this to stop the SE's from hitting your redirects).

Example:

Say IO created a folder called GFY.
htaccess file inside should read:

Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com

Your page links you want to redirect should point to http://yoursite.com/GFY/

You can also take advantage of this page by turning it into a country sort at the same time by using this code instead of the previous example:

RewriteEngine On
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^(RU|PL)$
RewriteRule ^(.*)$ http://whateversite.com [L]
Redirect 301 http://yoursite.com/GFY/index.htm http://whateversite.com


Hope this works for you.

Thanks for the tip!

Drop the new .htaccess file in the folder with nice search engine listing. Add "no follow" to meta tags and it should be a clean redirect?


All times are GMT -7. The time now is 03:59 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc