+ Reply to Thread
Results 1 to 3 of 3

Thread: Internal link questions

  1. #1
    Join Date
    Jan 2007
    Location
    Poconos of Pennsylvania
    Posts
    416

    Default Internal link questions

    I understand the importance of, when assigning a link to buttons for your home page use www(dot)homepage.com rather than www(dot)hompepage.com/index.html to prevent duplicates.

    What about the buttons for the other pages? Is there any reason to use http://www(dot)homepage.com/communities.html verse using simply /communities.html as the link?

    Will using the latter create dupicate content the same way it would for the home page senario?

    I hope this question makes sense. Sorry i it doesn't.
    Dave Kovaleski REALTOR
    Pocono Pennsylvania Real Estate Agent
    Pocono Real Estate
    Hideout Real Estate
    Lake Wallenpaupack Real Estate

  2. #2
    Join Date
    May 2004
    Location
    Tampa Bay
    Posts
    2,669

    Default Re: Internal link questions

    The short answer... no. Using the relative path (/communities.html) will resolve to exactly the same url (no duplicates) and allows you to run everything on your local server before loading it.
    OverlyReal.com - The best little real estate directory on the planet!

  3. #3
    Join Date
    Jun 2007
    Posts
    15

    Default Re: Internal link questions

    But remember that running relative paths are only good if everything is in the same directory. In other words if you place a link that is on a page in the "news/" directory to a page in your web root, you will need to place a global URL such as "http://www(.)my site(.)com/contact.html". This is especially important if you utilize a blog or a CMS that doesn't have static URLs.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts