#1  
Old 04-06-2005
kutklose kutklose is offline
Member
 
Join Date: Nov 2004
Posts: 7
kutklose is on a distinguished road
Dynamic to Static indexing Problems

I recently mod_rewrote my dynamic content to static. MSN Search has managed to index the static pages. Google has dropped all the old dynamic pages but have not yet indexed the new static urls. Same for Yahoo. My question, will Google and Yahoo index the static urls or is ther a trick to bypass this problem. I'm aware of that people have posted about the same problem but I havent been able to find a good answer.

Thanks in advance.
Reply With Quote
  #2  
Old 04-18-2005
kassad kassad is offline
Member
 
Join Date: Apr 2005
Posts: 5
kassad is on a distinguished road
same for me
Reply With Quote
  #3  
Old 04-18-2005
seomike seomike is offline
M·d_Rewrite Guru
 
Join Date: Jun 2004
Location: Dallas, Texas but forever a Floridian!
Posts: 626
seomike is a splendid one to beholdseomike is a splendid one to beholdseomike is a splendid one to beholdseomike is a splendid one to beholdseomike is a splendid one to beholdseomike is a splendid one to beholdseomike is a splendid one to behold
Take a look at tip 1 (301 redirect old dynamic urls to new static urls)

http://forums.searchenginewatch.com/...ead.php?t=3925

Mod's aren't a definite gaurantee to get reindexed. If you have a new url structure with tons of subdomains like site.com/this/is/my/new/mod/rewrite/1 then you'll need to rethink your structure because you'll need some hefty page scores to push a spider that deep.

If you've just bearly kicked your mod rewrite then just wait a bit the new urls can take a while to get picked up.
Reply With Quote
  #4  
Old 04-18-2005
kassad kassad is offline
Member
 
Join Date: Apr 2005
Posts: 5
kassad is on a distinguished road
ah ok thx a lot
Reply With Quote
  #5  
Old 04-20-2005
kutklose kutklose is offline
Member
 
Join Date: Nov 2004
Posts: 7
kutklose is on a distinguished road
Thanks for the answer.
The old dynamic links look for instance like
www.domain.com/menues.php?head=27
and the equivalent static is
http://www.domain.com/category/index.html

For instance take a look at the following; that is how business.com has it.

http://www.business.com/directory/finance/

As for me, I have it like http://www.business.com/directory/finance/index.html
and same goes for all the other categories. I run a similar service like business.com. Somebody suggested that I get read of the index.html. How does the 301 work in this case?
Reply With Quote
  #6  
Old 04-20-2005
PhilC PhilC is offline
Member
 
Join Date: Oct 2004
Location: UK
Posts: 1,689
PhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud of
It makes no difference to a 301 as long as it redirects to the right version. You have to remember that ....../ and ....../index.html are 2 different URLs and are rightly seen as 2 different URLs by the engines. Whichever version you choose, stick to it for all links, including the 301s.
Reply With Quote
  #7  
Old 04-21-2005
kutklose kutklose is offline
Member
 
Join Date: Nov 2004
Posts: 7
kutklose is on a distinguished road
Quote:
Originally Posted by PhilC
It makes no difference to a 301 as long as it redirects to the right version. You have to remember that ....../ and ....../index.html are 2 different URLs and are rightly seen as 2 different URLs by the engines. Whichever version you choose, stick to it for all links, including the 301s.
The old dynamic links www.domain.com/menues.php?head=13 is redirected to the mod_rewriten static http://www.domain.com/category/
since the "category" can have many under pages, I have choose solution like http://www.domain.com/category/page1.html and son on, should I have those links like http://www.domain.com/category/page1/ or??
Reply With Quote
  #8  
Old 04-21-2005
PhilC PhilC is offline
Member
 
Join Date: Oct 2004
Location: UK
Posts: 1,689
PhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud of
There is no need to make a directory URL for every page. If a category has sub-pages, put them in the category directory:- ...../category/page1.html
Reply With Quote
  #9  
Old 04-24-2005
kutklose kutklose is offline
Member
 
Join Date: Nov 2004
Posts: 7
kutklose is on a distinguished road
Is it enough to redirect the old dynamic links with 301 to the new static link.? and how long can it take before they are crawled?

Thanks
Reply With Quote
  #10  
Old 04-24-2005
Mikkel deMib Svendsen's Avatar
Mikkel deMib Svendsen Mikkel deMib Svendsen is offline
 
Join Date: Jun 2004
Location: Copenhagen, Denmark
Posts: 1,576
Mikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud ofMikkel deMib Svendsen has much to be proud of
Quote:
how long can it take before they are crawled?
From a few days to weeks or months depending on how many pages you have, how popular your website is, what kind of other (even minor) indexing barriers there might be and not the least how well your internal and external linking is to those new pages. In other words, there are so many variables that it's very hard to guess the exact time it will take for your site specifically
Reply With Quote
  #11  
Old 04-25-2005
kutklose kutklose is offline
Member
 
Join Date: Nov 2004
Posts: 7
kutklose is on a distinguished road
Thanks alot for your time and advice.

I noticed that Yahoo has started indexing the new static links. However, it has indexed them like: www.domain.com/cat but he desitination links that are mod_rewritten look like www.domain.com/cat/. In other words, when you click on www.domain.com/cat, it does not take you to www.domain.com/cat/. But msn.com has indexed them like www.domain.com/cat and they are linked to www.domain.com/cat/.

If i take www.business.com and an example, yahoo has indexed www.business.com/cat and when you click on the indexed link, it takes you to the right link which would be in this case, www.business.com/cat/ which is probally is rewritten also.

Any ideas on how to overcome that porblem with yahoo?
Reply With Quote
  #12  
Old 04-25-2005
PhilC PhilC is offline
Member
 
Join Date: Oct 2004
Location: UK
Posts: 1,689
PhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud of
It's normal for Yahoo! to leave the trailing slash off even though it's wrong. What normally happens with Apache servers is that the server gets the browser to request again with the trailing slash included. But you are intercepting the requests so you need to accommodate it in your request handling - not just for Yahoo!, but for every time a request is made without the trailing slash.
Reply With Quote
  #13  
Old 04-26-2005
Andy1969 Andy1969 is offline
Member
 
Join Date: Feb 2005
Location: Leeds
Posts: 46
Andy1969 is on a distinguished road
Ok I've been trying out quite successfully an asp mod rewrite for my product pages but want to know why my dynamic pages are not being indexed as I don't think the mod rewrite is necessary for the products I want indexing.

e.g. dynamic link
www.mydomain.com/item/product.asp?ProdNo.=1234

mod rewrite

www.mydomain.com/modrw/cool/1234_coolitem.html

Now the actual mod rewrite has been very successful and Google has been lapping up these pages, however I still want to know why the other dynamic pages are not getting indexed (the ones I havent re-written yet). Some of the dynamic pages are linked to from pages with a PR5.

The dynamic and the html pages are exactly the same when it comes to tags, copy, code (i.e. view source), so anyone have any ideas for me please?...it's sending me mad!!
Reply With Quote
  #14  
Old 04-26-2005
PhilC PhilC is offline
Member
 
Join Date: Oct 2004
Location: UK
Posts: 1,689
PhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud of
Unless the dynamic URLs have too many name/value pairs, and as long as the links to them are crawlable, there is no reason why they shouldn't be spidered.
Reply With Quote
  #15  
Old 04-26-2005
Andy1969 Andy1969 is offline
Member
 
Join Date: Feb 2005
Location: Leeds
Posts: 46
Andy1969 is on a distinguished road
Sorry Phil I don't understand 'name/value pairs'?

Thanks

Andy
Reply With Quote
  #16  
Old 04-26-2005
PhilC PhilC is offline
Member
 
Join Date: Oct 2004
Location: UK
Posts: 1,689
PhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud ofPhilC has much to be proud of
Name/value pairs are item=value. E.g:-

page.asp?item1=value1&item2=value2&item3=value3

That has 3 name/value pairs. People think it is advisable to keep them down to 3 pairs or less in a URL, although it is not a hard and fast rule.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Forum Jump


All times are GMT -4. The time now is 08:54 AM.