Forum Moderators: open
We are thinking about balancing that. We would separate parameters with slashes and use dashes to cover spaces.
EXAMPLE:
www.mysite.com/list/departmentxyz/categoryxyz/1234-1234/xyx/the-name-of-my-widget.htm
Is it ok to have many slashes?
I appreciate your help.
Thanks
Is it ok to have many slashes?
The goal when rewriting URIs is to make the path as short as possible. Each slash represents a directory level to the spider. The more slashes present, the deeper the content looks. It will take a few crawls before most spiders will go beyond the third, fourth and fifth directory levels.
Note: The crawl depth is all relative to your internal linking structure.
You should do whatever you can to eliminate variables in the URI path. If you can hide some of those variables, that will help shorten the URI.
From experience a site structured like above took 4 months for endfile.htm to show up on Google...
Though that was probably because the only links to it were on level3
If one linked to endfile.htm from level1, say with a sitemap, would it index quicker?
I would think so... but anyone know for sure?
[edited by: pageoneresults at 5:25 pm (utc) on Feb. 20, 2004]
[edit reason] Delinked Example [/edit]
If one linked to endfile.htm from level1, say with a sitemap, would it index quicker?
My experience with this says yes, it will get indexed quicker and also obtain a higher PR.
I've also found that using a Featured Products menu (with rotating products) on level 1 pages is a great tool at getting deep content indexed. ;)
So, you guys are saying, instead of using slashes I should use slashes on mu URL?
So they look like this instead
http*//sitelevel1.com/level2-level3-endfile.htm
[edited by: pageoneresults at 5:25 pm (utc) on Feb. 20, 2004]
[edit reason] Delinked Example [/edit]
http*//www.mydomain.com/detail.htm?stylepkey=11994&style_id=365%20MAVCE1&dept_id=4&deptName=Specials&sub_id=113&subName=&detailName=03%20[snip]%20[snip]%20[snip]%20[snip]%20[snip]
You see? There are many parameters and we can't remove them, or it would cost a lot to make the company that programmed to change the way the site works.
So, I was thinking about separating parameters with slashes. But acording to what you said, would be better with dashes.
Any ideas? How would you do it?
Thanks A LOT!
[edited by: pageoneresults at 5:23 pm (utc) on Feb. 20, 2004]
[edit reason] Delinked Example [/edit]
How would you do it?
Personally I would change the structure of the cart/programming. That is an absolute mess that you have up there and will require someone with in depth experience in URI rewriting to achieve the desired results.
You've got 6 ampersands and 3 ids in that URI, that is pretty much the Kiss of Death.
The other factor to take into consideration is the user friendliness of the URI. Those long URI paths are not user friendly, even if they are rewritten.
Is there a difference if using more slashes or dashes when rewriting URLs to make them more SE friendly?
http*//sitelevel1.com/level2-level3-endfile.htm
Are you sure? Are we not talking about the URL and SEP? It was your use of hyphens above that inspired my question, and I was going to that because this forum had suggested that it was better for SEP. Sorry if I was off topic.