 |

03-14-2007, 02:41 PM
|
|
WebProWorld New Member
|
|
Join Date: Mar 2007
Posts: 9
|
|
Many, Many Index Pages On One Site
Hello all,
I have a client that would like an index page for each product they sell. I'll give you some examples.
This is what I recommend:
www.sample.com/products/bluewidgets.html or
www.sample.com/products/redwidgets.html
This is what they want:
www.sample.com/bluewidgets/index.html
www.sample.com/redwidgets/index.html
They would like to change it like this for all of their different products, so that means they will have somewhere around 200 index.html pages, but in different folders. I don't think this is a good idea. Can anyone give me some advice or evidence on how this could be a bad idea. The designer says this is something that he heard about at an SEO conference and I have never heard of anything like this. How would a search engine see all of these different index.html pages.
|

03-14-2007, 04:40 PM
|
 |
Moderator
|
|
Join Date: Aug 2004
Location: Playing with fire!
Posts: 2,674
|
|
Basically what this will do is when a visitor types in a partial URL such as www.sample.com/bluewidgets they will automatically be taken to the index.html page by default.
I don't know that it will do any real harm but I don't see it as providing any real benefit. If anything it dilutes what little strength the keywords have in the URL with "index".
Other than "hearing something" about it, was there anything the designer offered as a "plus" for structuring files in this way?
Dave
|

03-14-2007, 06:24 PM
|
|
WebProWorld Pro
|
|
Join Date: Oct 2003
Location: Phoenix, AZ
Posts: 133
|
|
Shorter URLs generally work better:
www.sample.com/bluewidgets/
www.sample.com/redwidgets/
They're still using an index.html page, because it's the default to load for a folder path, but it's omitted from the actual URL that the browser and search engine spiders see.
Be careful about using the URLs with and without the index.html at the end also or you'll dilute their SEO value. If you don't pick one URL and stick with it everywhere, you'll end up with duplicate pages/content, which the engines won't like.
|

03-14-2007, 08:45 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Jan 2004
Location: California
Posts: 315
|
|
Old School
Being a member of the Old School SEO club.....you know, before it died.... I always want to keyword my page names.
I would propbably use:
www.sample.com/widgets/bluewidgets.html
www.sample.com/widgets/redwidgets.html
this way the page name is the keyword.....and not just the path.
But SEO is dead...right?
|

03-14-2007, 08:45 PM
|
|
WebProWorld Veteran
|
|
Join Date: Dec 2005
Location: In Your Mind
Posts: 586
|
|
Quote:
|
Originally Posted by chowell
|
Better gas mileage??
Browsers open the page sooner??
How would they work better?
Quote:
|
Originally Posted by craigmn3
But SEO is dead...right?
|
Not for my clients and I
but if you can spread that rumor to the 99% of SEOs who cannot SEO a keyword term with 2,000 competing pages that would be cool!!!!
;->
|

03-14-2007, 09:01 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 6,986
|
|
An Accessibility/Usability and SEO Tip:
Domains should be 12 characters or less, and URLs should not be longer than 72 characters.
The reason is that you must focus on performance before preference and reduce the user's workload.
|

03-14-2007, 09:42 PM
|
 |
WebProWorld New Member
|
|
Join Date: Apr 2006
Location: Wisconsin Dells
Posts: 10
|
|
Matt Cutts and URL canonicalization
Hi,
Not that anyone necessarily cares that it is MAtt Cutts, but there was some basic discussion about URL Canonicalization on Matts blog.
http://www.mattcutts.com/blog/seo-ad...onicalization/
There is a WHOLE BUNCH of deeper issues around this topic that I do not have time to go into here.
- Russell Wright
|

03-14-2007, 10:18 PM
|
|
WebProWorld New Member
|
|
Join Date: May 2006
Location: Ireland
Posts: 2
|
|
Forget about it!
Who is telling who what to do?
While it can be done a number of effective ways, what is the point without a specific advantage?
|

03-14-2007, 10:25 PM
|
|
WebProWorld New Member
|
|
Join Date: May 2004
Location: Durango CO
Posts: 15
|
|
To my knowledge, using folders with index pages such as joessite.com/redwidgets and joessite/bluewidgets does not affect seo. However, as a marketing tool, it is clearer than joessite/products/redwidgets.html
~Nick
|

03-14-2007, 10:28 PM
|
|
WebProWorld New Member
|
|
Join Date: May 2004
Location: Durango CO
Posts: 15
|
|
My bad.
That should have been (of course):
joessite.com/bluewidgets
vs.
joessite.com/products/bluewidgets.html
~Nick
|

03-14-2007, 11:21 PM
|
 |
WebProWorld Veteran
|
|
Join Date: Aug 2003
Location: Singapore
Posts: 509
|
|
Quote:
|
Originally Posted by just-trying-to-help
|
You have a point too. But if you organise it under sub-folder for widgets, you can add other sub-folder like :
www.bestonlinewidgets.com/specialdeal/
www.bestonlinewidgets.com/newproduct/
etc.
Personally I prefer to organise with sub-folder instead of cluttering in the main folder. It is a matter of preference.
|

03-15-2007, 02:31 AM
|
|
WebProWorld New Member
|
|
Join Date: Jul 2004
Location: Tokyo
Posts: 13
|
|
Just use Apache rewrites
That's really simple to do. Look at what I've done on transpacificradio.com - that site's front-end has only 4 actual php flies and we use Apache rewrite rules to make all URLs look neat and clean. All content comes from the database and is spit out in one of three template pages.
In terms of both SEO and marketing, have neat and clean URLs is a huge advantage.
__________________
recognizedesign.com
Blogging design, marketing and identity from Tokyo.
|

03-15-2007, 04:01 AM
|
|
WebProWorld Pro
|
|
Join Date: Mar 2004
Location: Thailand
Posts: 103
|
|
Spammy?
This looks like a transparent attempt to spam the SE's with lots of tempting Index pages. There may be no actual harm in it, but as others have said here, it does dilute your keyword strength. I would advise your client to do their business and let you do yours.
There is no good reason that I can think of to try and fool the SE's like this, and it could backfire instead.
Why not name the files with the product name instead? This would strengthen your chances of getting listed high in the SERPS.
We actually had this discussion a few weeks back from someone else, didn't we? Perhaps you should go back and read the responses to that discussion too.
|

03-15-2007, 05:19 AM
|
|
WebProWorld New Member
|
|
Join Date: Dec 2006
Location: Bedford, UK
Posts: 10
|
|
Why use "bluewidget/index.html" rather than "bluewidget.html"?
What if you want to change from HTML to PHP, or ASP? If you link to "bluewidget" consistently, then the page rank should not be damaged when you change the technology for delivering pages.
Additionally, you avoid distracting the user with the irrelevancy of the delivery technology, if the SE shows the page name as the link reference you use. For example, "bluewidget.asp" is less attractive to users than "bluewidget". Not a lot, but a little - for example, I've encountered users who won't use pages with ".cfm" suffix, because they didn't have ColdFusion installed on their own systems. I've also come across people who insist that pages with ".htm" won't render properly, because it is a subset of "html". Users pick up strange ideas and you want to confuse them as little as possible.
However, there are some weaknesses to this technology independence. For example, Browsers may follow a URL to a directory, but bookmarking will cause the full URI to the file name to be recorded. Ideally, browser bookmarking should record the URL to which you were sent, not the URI that you wind up on, to allow for the best technology independent delivery. Most browser developers insist that this is barking mad, so don't expect to see changes to bookmarking any time soon.
OTOH, how fast do you mutate the site? Usually the point at which this becomes important is the point when you want to move from, say, ASP to PHP. In that case, a rewrite rule that delivers index.php or bluewidget.php instead of index.asp or bluewidget.asp works just as well - so long as you do remember to do the 301 or 302 (in this case, a 301 is the "right" answer as you permanently intend to move).
SEO? Dead? No... But it is now more properly a subset of information architecture. It is possible to deliver the same content and get one lot ranked and the other lot buried, just because of the way that you build the page, the site and the links. It's still SEO, just not the way it used to be.
Personally, given a choice, I'll pick a technology-neutral directory naming system and include a bunch of rewrites from "index.htm", "index.php", "index.asp", etc so that users end up on the right page, whatever they think the delivery technology is, and whatever got bookmarked in the dawn of time.
Cheers, JeremyC.
|

03-15-2007, 06:24 AM
|
 |
WebProWorld Member
|
|
Join Date: Mar 2005
Location: Bangladesh
Posts: 31
|
|
Re: Old School
Quote:
|
Originally Posted by craigmn3
|
URL names are one of the minor component for Search Engine Marketing. There are many things that are more important. If you search "Search Engines" in Google, you will find Google on the SERP. But, it does not have any text of "Search Engines" in their homepage or in the link.
However, for small sites (I mean fresh sites) small decisions are very essential. Therefore, I would also prefer keyword name for each page.
Rather than having all the products page in a single folder, you can cluster all the products in major categories as edhun suggested. That way you can come to the mid point where you have sacrificed a little and your client has sacrificed a little also.
Quote:
|
Originally Posted by craigmn3
But SEO is dead...right?
|
Old School SEO is actually not dead. It's in coma :-). But SEO is not dead. Rather it now has a new life. It just got more juvenile and more dynamic as well as more challenging. It created a new industry with lots of diversified professionals like: copywriters, bloggers, market researchers, online support & marketing staffs, etc. who necessarily don't have to know what html is. But, the old school SEO was limited only to webmasters.
|
|