Forum Moderators: open

Message Too Old, No Replies

Is this duplicate content?

Some help please!

         

yowza

2:26 am on Nov 25, 2003 (gmt 0)

10+ Year Member



I've asked this question here before, please help me out.

Google deep-crawled and indexed 70 pages with my temporary ip address. It also, later indexed the home page of my permanent address, after changing hosts.

Will Google penalize my site for duplicate content? How can I make it realize that the two addresses are the same site?

Thanks!

AjiNIMC

4:22 am on Nov 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



redirect it

aji

yowza

7:35 am on Nov 26, 2003 (gmt 0)

10+ Year Member



Could you please explain how? Something to do with DNS I'm sure, but the site will continue to be available with both the IP address and the domain name. I don't want the IP address indexed at all.

Will it be considered duplicate content?

Thanks!

bekyed

6:52 pm on Nov 26, 2003 (gmt 0)

10+ Year Member



Use a 301 redirect - see threads on how to do this.

Bek

shawn

9:42 pm on Nov 26, 2003 (gmt 0)

10+ Year Member



I have expeirenced a drop of my index since the florida update. It cant be found under any of the 5 or so keyword terms I had before.

My question is this:

I have a link from another site which is
[mydomain.com?reffer_name...]

Could Google consider this duplicate content?

Sould I be waiting until the next round of updates or could it also be that I am over optimized?

Shawn

yowza

10:32 pm on Nov 26, 2003 (gmt 0)

10+ Year Member



My redirect is not working. My .htaccess file looks like this.

ErrorDocument 400 /notfound.htm
ErrorDocument 403 /notfound.htm
ErrorDocument 404 /notfound.htm
ErrorDocument 500 /notfound.htm
ErrorDocument 501 /notfound.htm

Redirect 301 33.22.323.232/ [widgets.com...]

Why doesn't it redirect all requests for 33.22.323.232 to [widgets.com...] ?

Thanks!

bekyed

1:30 am on Nov 27, 2003 (gmt 0)

10+ Year Member



Yowza - are you using windows or unix?

Bek

yowza

1:57 am on Nov 27, 2003 (gmt 0)

10+ Year Member



using unix

thnx