Which Site Structure is Better for my Site ?

Discussion in 'Search Engine Optimization' started by spiritfly, Oct 31, 2008.

  1. #1
    I have bought and installed a new script for software downloads with a big database, and by default(as I bought the script) currently I have the following structure:

    mydomain.com/categoryA/ (or B,C,D..) - which lists all of the programs for the particular category A,B,C,D...

    mydomain.com/company1/ (2,3,4...) - which lists all of the programs by the particular company 1,2,3,4...

    Till here this is good. But the program details page doesn't belong into any company or category folder:

    mydomain.com/program_name_a.html (b,c, etc..)

    This is all accomplished by htaccess of course.

    Now the question is, whether this is ok for search englines, or should the program.html belong to at least one or both company and category something like this:

    mydomain.com/categoryA/program_name_b.html

    OR

    mydomain.com/company1/program_name_b.html

    OOR Maybe Even:

    mydomain.com/categoryA/company1/program_name_b.html

    ??

    Most Probably the later cases are better for SEO, but does it make that much of a difference? Should I leave it like the way it is now, or should I try to change it to some case I have mentioned?
     
    spiritfly, Oct 31, 2008 IP
  2. dunker

    dunker Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I have a question. Will your URL actually look like ".../company1/..." or will it look like ".../nike-shoes/..."?

    If it will look like ".../company1/...", so you will be able to get the ID from URL with .htaccess regex (something like ".../company(0-9)+/", then I think you can omit it.

    If your URL actually contains a URL-friendly name of the company (like ".../nike-shoes/..:"), then I would put some extra work into that and try to achieve that kind of URLs.

    I hope you know what I mean.
     
    dunker, Oct 31, 2008 IP
  3. monfis

    monfis Well-Known Member

    Messages:
    1,476
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    160
    #3
    If you want your site top of google, forget about your sript, use it but "behind the scene" and place a few pages, just pure old fshioned "hand made" pages on top level of your site, then add the sript pages on second level with as many links you want from top level.
     
    monfis, Oct 31, 2008 IP
  4. seodilip

    seodilip Active Member

    Messages:
    697
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #4
    In my opinion mydomain.com/categoryA/company1/program-name-b.html is good.
     
    seodilip, Oct 31, 2008 IP
  5. spiritfly

    spiritfly Well-Known Member

    Messages:
    469
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #5
    no it actually looks like "/nike-shoes/" thanks for pointing that out and sorry that I didn't clarify. Also the program_name.html contains the company as a keyword.

    what I meant by company1,2,3, categoryA,B,C.. and program_nameA.html those are the actual names of the companies, categories and programs accordingly.

    May sound like a nice suggestion, but my main domain page is dynamic so I'm afraid I cannot touch that :(

    Currently it is like:

    mydomain.com/company1 - which lists all of the programnames.html

    mydomain.com/categoryA - which lists all of the programnames.html

    mydomain.com.programnameA.html

    So should I change my structure then?
     
    spiritfly, Nov 1, 2008 IP