./filename.html problem

Discussion in 'Search Engine Optimization' started by seoaddict, Mar 7, 2006.

  1. #1
    Hi friends,

    Have started working on websites which are existing from a long time and they have this kind of inside linking-../filename.html or../imagename.jpg,

    Does crawler ignore this kind of HTML coding? As per my knowledge the HTML tags should be www.sitename.com/filename.html instead of ../,
    Please guide me if I am wrong. As I prefer to mark site route instead of document in (properties toolbar) dreamweaver, while adding any link to any text or Image.

    In simple way I would like to ask you that what should our approach while linking.

    Regards
     
    seoaddict, Mar 7, 2006 IP
  2. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #2
    just do / without ..
     
    iatbm, Mar 7, 2006 IP
  3. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Always use the absolute url as this avoids any problems.

    Using /filename.html can work fine in most cases but can cause real problems for search engines.
     
    mad4, Mar 7, 2006 IP
  4. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #4
    Can you elaborate on this please ... i seen many sites with just / and no problems with SE i am really interested in this also
     
    iatbm, Mar 7, 2006 IP
  5. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I was looking at a site the other day (a directory run by a member of this forum) where instead of linking to the homepage from each page on the site there was a link like <a href="/">Home</a>

    This meant that google thought the site had 2 homepages and was giving each page a different PR.

    Google has big problems with urls for instance domain.com/index.htm can have different PR to domain.com and www.domain.com can have different as well.

    Also domain.com/directory is classed as a different page to domain.com/directory/

    Using absolute urls is a really easy way to solve all these problems with no drawbacks (except for a bit more typing).
     
    mad4, Mar 7, 2006 IP