Supplemental Question

Discussion in 'Google' started by bacanze, Jan 14, 2007.

  1. #1
    Hi

    I am just wondering if I should link to all my pages within my such as:

    www.site.com/page.html for all the pages, rather than

    page.html

    would this help as i read an article which says

    'Because Google indexes URLs, not pages. And though those URLS point to the same page, Google will treat them as unique addresses in the Interweb.'
     
    bacanze, Jan 14, 2007 IP
  2. Matts

    Matts Berserker

    Messages:
    195
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Read this as if it was published by Pravda:

    http://www.mattcutts.com/blog/infrastructure-status-january-2007/

    Summary: Good Inbound links, Good Unique Content [but remember computers are doing this so what it means to be good unique compelling content might be hard to determine. My database programming background makes me say good compelling content means unique pictures, words, lots of words, and having the right words about what G considers the focus of a site.]

    If your page.html is also the directory index, then you should use the google webmasters site to tell them which of those two is the page you want indexed.

    Matt
     
    Matts, Jan 14, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I read anything, but I am unable to draw a conclusion, yes or no?
     
    bacanze, Jan 14, 2007 IP
  4. adwordaffiliate

    adwordaffiliate Active Member

    Messages:
    760
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Your link structure won't matter as the web browser will parse the www.yoursite.com to the front of the link regardless....
     
    adwordaffiliate, Jan 14, 2007 IP
  5. bhopkins

    bhopkins Banned

    Messages:
    133
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    One way to emliminate the doubt here is to build a site map with all your pages in it and then submit that to Google.

    Bruce
     
    bhopkins, Jan 14, 2007 IP
  6. thegypsy

    thegypsy Peon

    Messages:
    1,348
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I wouldn't get too panicky over it... but if you have the oportunity.. use the full one
     
    thegypsy, Jan 14, 2007 IP
  7. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #7
    It makes no big difference using either absolute / relative path :)
     
    KC TAN, Jan 15, 2007 IP
    mjewel likes this.
  8. hhheng

    hhheng Banned

    Messages:
    2,633
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It's better to use the www.siteurl.com/page.htm, at least it will help you during designing. Whether it's SEO friendly I'm not sure, but from own experience of web design, I prefer the absolute url. Also save some most popular pages, and you will see that all are using like www.siteurl.com/page.htm
     
    hhheng, Jan 15, 2007 IP
  9. Matts

    Matts Berserker

    Messages:
    195
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #9
    I totally misunderstood your question, and thought you were talking about the Google Supplemental problem, which relates to links.

    Anyhow, I prefer to code according to the http spec (see http request) , which says all urls are absolute, so I would code as http://www.site.com/page.htm. The browsers will to a nice job of fixing the href and put your site there if you do a relative link, but they are really correcting the html to conform with the http rules. BTW: the same is true for these two links:
    http://www.site.com
    http://www.site.com/

    The latter is the proper form, and the former is corrected by the web browser before submission to the server. Watch your url in the nav bar, and look at the access logs to see it happening.

    As for as SEO goes, I believe this also helps because if you just look at the raw html stripped of tags the site will be in there too.
     
    Matts, Jan 20, 2007 IP