Search Engine Optimization
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsSearch Engine StrategiesSearch Engine Optimization

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old May 6th, 2004, 10:40 AM
Graphic Nomad's Avatar
Graphic Nomad Graphic Nomad is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Detroit
Posts: 10 Graphic Nomad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via MSN to Graphic Nomad
Question Old pages, are they still being indexed?

Hi folks,

I was just looking at my site via ftp and realized I have a lot of pages on my server that aren't linked anywhere. Different pages that I never linked to because maybe I never used them or went with a different look during the design process..what ever.. My question is will these pages be indexed?

I have a bunch of pages that I wouldn't want being seen as I have been working hard to optimize the pages I currently have live. I'm just not sure. It would make sense to me that these pages aren't being indexed because they are not linked to, but I am not sure how the different spiders work when it comes to crawling a site.

I just did an orphan search with a utility I found online and it came back with a bunch of pages I created when I was originally developing my site. That's why I was asking.

Reply With Quote
  #2  
Old May 6th, 2004, 11:12 AM
stinkoman's Avatar
stinkoman stinkoman is offline
pixel commando
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Location: Highland Park, NJ
Posts: 285 stinkoman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 6 m 47 sec
Reputation Power: 6
Send a message via AIM to stinkoman
Quote:
Originally Posted by Graphic Nomad
Hi folks,

I was just looking at my site via ftp and realized I have a lot of pages on my server that aren't linked anywhere. Different pages that I never linked to because maybe I never used them or went with a different look during the design process..what ever.. My question is will these pages be indexed?

I have a bunch of pages that I wouldn't want being seen as I have been working hard to optimize the pages I currently have live. I'm just not sure. It would make sense to me that these pages aren't being indexed because they are not linked to, but I am not sure how the different spiders work when it comes to crawling a site.

I just did an orphan search with a utility I found online and it came back with a bunch of pages I created when I was originally developing my site. That's why I was asking.



There are two ways they could be indexed; if you had them live at any time and they were crawled search engines know they exist and might crawl them periodicly even if you no longer link to them. This happened to a few sites I know of, back when florida hit, and they stopped linking to their "link.html" pages but didn't take them off the server.

Second, and less likely is a way through referals that frankly I don't totally understand, but there's a post here about it.

-Greg
__________________
new jersey web design guess you can't google bomb a site in the sandbox...

Reply With Quote
  #3  
Old May 6th, 2004, 11:15 AM
pk_synths's Avatar
pk_synths pk_synths is offline
Contributing User
SEO Chat Specialist (4000 - 4499 posts)
 
Join Date: May 2003
Location: Chicago
Posts: 4,109 pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 5 Days 17 h 45 m 3 sec
Reputation Power: 12
Send a message via AIM to pk_synths Send a message via Yahoo to pk_synths
They can be indexed if they used to live. Just do a 301 redirect on your old pages to your homepage and they will be out of the index in a month or so.

Google has said they can find orphan pages so if you really dont want them to be found do the redirect.
__________________
-PK

Litigation Support

Reply With Quote
  #4  
Old May 6th, 2004, 11:17 AM
Graphic Nomad's Avatar
Graphic Nomad Graphic Nomad is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Detroit
Posts: 10 Graphic Nomad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via MSN to Graphic Nomad
Thumbs up

Actually this site was indexed while I was building it as there was a site that was up before the one I created. I'm thinking I should take those down. In the meantime I will set up redirects for those pages.

Thanks for the input guys.

Last edited by Graphic Nomad : May 6th, 2004 at 11:23 AM.

Reply With Quote
  #5  
Old May 6th, 2004, 12:05 PM
Graphic Nomad's Avatar
Graphic Nomad Graphic Nomad is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Apr 2004
Location: Detroit
Posts: 10 Graphic Nomad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via MSN to Graphic Nomad
Exclamation

I'm having some probs setting up this 301 redirect. It seems easy enough, but it doesn't appear to do what it is intended to. It's not redirecting..Rather the same orphan pages are showing up. This is my first time setting up an .htaccess file. I'm not sure if I am doing it right.

here is my code --> redirect 301 asd.htm http://www.realgreen.com/index.htm

I found a tute here for this http://www.tamingthebeast.net/artic...01-redirect.htm

It looks easy enough, but it doesn't appear to be working yet.

Reply With Quote
  #6  
Old May 7th, 2004, 03:09 PM
pk_synths's Avatar
pk_synths pk_synths is offline
Contributing User
SEO Chat Specialist (4000 - 4499 posts)
 
Join Date: May 2003
Location: Chicago
Posts: 4,109 pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level)pk_synths User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 5 Days 17 h 45 m 3 sec
Reputation Power: 12
Send a message via AIM to pk_synths Send a message via Yahoo to pk_synths
try:

redirect 301 /asd.htm http://www.realgreen.com/index.htm

Make sure the .htaccess has no extension on it as most progrs like notepad add one.

Reply With Quote
Reply

Viewing: SEO Chat ForumsSearch Engine StrategiesSearch Engine Optimization > Old pages, are they still being indexed?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT