Parent pages:
  1. Home
  2. Blog
  3. Link to home page of site

Link to home page of site

Link to home page of site should look as:

<a href="/">…</a>

…and noway should point to a file, e.g.:

  • <a href="/index.htm">…</a>
  • <a href="/index.php">…</a>
  • <a href="/index.aspx">…</a>

Otherwise, site will have two identical home pages — the one that is shown in browser’s location bar when user has typed-in website’s domain name (http://example.com/), and second one where user goes to by clicking “home”-page link placed on site pages (http://example.com/index.php).