GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Whats more SEO friendly for forwarding domains? (https://gfy.com/showthread.php?t=542645)

FreakinWebmaster 11-21-2005 02:04 AM

Whats more SEO friendly for forwarding domains?
 
I have domain www.domain1.com and domain2.com


I use domain1.com but want the traffic from domain2.com to be for the site domain1.com


Is it better to use a dns to forward the domain? have a mirror site? or use an html page to say "click to see the site"?


whats better for google?

FreakinWebmaster 11-21-2005 02:44 AM

bump for me

SmokeyTheBear 11-21-2005 02:47 AM

Your question is a little unclear..

Better for what ..

If you forward the one site to the other it will either just be combined or not be read, so it wont help anything..

Your prob better off just using the "click here"

SmokeyTheBear 11-21-2005 02:48 AM

That way you can optimize one domain for one set of keywords and the other domain for another set

FreakinWebmaster 11-21-2005 02:56 AM

yeah I am kinda tired.. after I wrote it I was like huh? hehe


I just have a domain called mountainvalley and another called amountainvalley



amountainvalley is the real name. I want to know what is best for google. Is creating an exact mirror of the site for mountainvalley grounds for banning or doing a click here page to view the site or java script to just do a forward (this I believe is the worst route)


Hope this is clear...

fallenmuffin 11-21-2005 03:04 AM

Do NOT duplicate the page that will get you penalized/banned for duplicate content.

Have a single php file on domain.com and domain2.com named index.php and inside do a proper 301...
PHP Code:

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain1.com");
exit(); 


marttali 11-21-2005 05:05 AM

301 one to the other

lakroze 11-21-2005 05:18 AM

Quote:

Originally Posted by fallenmuffin
Do NOT duplicate the page that will get you penalized/banned for duplicate content.

Have a single php file on domain.com and domain2.com named index.php and inside do a proper 301...
PHP Code:

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain1.com");
exit(); 


nice decision btw...

Brujah 11-21-2005 05:21 AM

It's probably better to develop both seperately and use one as a feeder for SEO purposes.. If not for developing, and it has existing traffic then do a 301 Redirect.

woj 11-21-2005 06:22 AM

probably use .htaccess to 301 redirect all pages of 1 domain to the other...

MGPspots 11-21-2005 06:26 AM

yep definitely use 301 redirect

anything else could be viewed by G as spam


All times are GMT -7. The time now is 02:41 AM.

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