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 January 14th, 2004, 07:07 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
Word ID on URLs. How bad?

I am facing a major issue here.
I am already tring to get rid of regular expressions and spaces on the dynamic pages of this site.
Now I found out that google doesn't like the word ID also cause it may look like a session ID.
What is ID is just part of a longer parameter like dept_id or sub_id???

Also, how long can a URL be to still be SE friendly.

This website I am talking about has LONG URLs, plus SPACES, plus SYMBOLS, plus word ID.
It seems like completely SE unfriendly.

Check it out:
detail.htm?stylepkey=11049&style_id=030%20COMBB0&dept_id=3&deptName=Parts&sub_id=50&subName=Campagnolo%20Parts&lprice=42.98&hprice=42.98

First I just wanted to have a ASAPI rewrite to replaces ?, &, = and spaces by -

Would that be enough?

We also have the problem of the product prices that have dots in it, and also the word ID in some of the paremeters...

Any ideas?

Thanks

Reply With Quote
  #2  
Old January 14th, 2004, 08:40 PM
relaxzoolander's Avatar
relaxzoolander relaxzoolander is offline
web designer
SEO Chat Frequenter (2500 - 2999 posts)
 
Join Date: Aug 2003
Location: designing a web site in columbus ohio
Posts: 2,993 relaxzoolander User rank is Private First Class (20 - 50 Reputation Level)relaxzoolander User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 3 h 49 m 3 sec
Reputation Power: 8
Post

dots are not an issue with google.
dots are good mmkay.


as far as the word 'id'...
if your url includes 'part_id'...and if google goes by the same rules that it uses in all searches...then it wont find 'id' in 'part_id'...but it will find 'id' in 'part-id'...the '_' is seen as a character....the '-' is seen as a space separating words.
[disclaimer: unless its got a special rule looking for the word 'id' in urls.]
but then wouldnt if find 'id' in 'steroid' and other words like that.

Last edited by relaxzoolander : January 14th, 2004 at 08:46 PM.

Reply With Quote
  #3  
Old January 14th, 2004, 08:53 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
good point

Reply With Quote
  #4  
Old January 15th, 2004, 12:12 AM
Toasted Toasted is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2003
Posts: 135 Toasted User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
The number of parameters you've got there is probably a bigger issue... google generally suggests to keep url's to 2 paramaters, if you're lucky url's with up to 4 or so *may* get indexed... but when there's 8 like in the example here, I think googlebot (and other spiders) will just look at it and go... um... no

I'd look into mod_rewrite (or IIS equivilant if you're not using apache) and rewrite your urls so that each paramater is displayed as a directory etc. I don't think you'll have too much luck otherwise.

Reply With Quote
  #5  
Old January 15th, 2004, 12:08 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
I was thinking of using dashes "-".
You think "/" are better?
Thanks

Reply With Quote
  #6  
Old January 15th, 2004, 02:00 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
I won't be able to get rid of all spaces. There are spaces on dept names and product names.
I can't replace the spaces by dashes "-" in those cases. The names come from the database, if I put dashes in there, the product names will be displayed with the dashes on the site.
So Product Name XYX will be displayed
Product-Name-XYZ...

Any ideas of how to work around that?

Reply With Quote
  #7  
Old February 2nd, 2004, 04:57 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
How is a mod-rewrite done for IIS servers? IS it also with a .htaccess file?
Thanks

Reply With Quote
  #8  
Old February 2nd, 2004, 05:07 PM
leedslad73 leedslad73 is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: Leeds, England
Posts: 487 leedslad73 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 5 m 26 sec
Reputation Power: 6
Quote:
Originally Posted by skuba
How is a mod-rewrite done for IIS servers? IS it also with a .htaccess file?
Thanks


I'm just in the process of moving to a dynamic website, ie. PHP and MySql and are looking at Mod Rewrite. Do you host your own site, or does a company do it for you?

Reply With Quote
  #9  
Old February 2nd, 2004, 05:11 PM
skuba skuba is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 20 skuba User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 30 sec
Reputation Power: 0
I work and have several sites. The one I need to do a rewrite, and by the way I found out the name (ASAPI rewirte), is hosted on the company that developed the site.
I just manage this one.

Look for mod_rewrite on the web.

Reply With Quote
Reply

Viewing: SEO Chat ForumsSearch Engine StrategiesSearch Engine Optimization > Word ID on URLs. How bad?


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 2 hosted by Hostway
Stay green...Green IT