0

I have created one paged site and it has a lot of <div> blocks with unique IDs. When I click links that has reference to these IDs my borwsers address line will show this:

my.example.com/index.html#my_id

Do search engines detect this?

unor
  • 92,415
  • 26
  • 211
  • 360
Mr.D
  • 7,353
  • 13
  • 60
  • 119
  • `#` is a mark for a [fragment](http://en.wikipedia.org/wiki/Fragment_identifier). A fragment is used to start the page at different locations in the browser window. Fragments are indexed as the same resource than the URL without fragment. However Google uses a special *hash bang* (`#!`) to circumvent this problem. See: [Hash Symbols in URLs and SEO](https://www.oho.com/blog/explained-60-seconds-hash-symbols-urls-and-seo) – mins Apr 16 '15 at 06:23
  • so I need to add to my href this `` or `
    ` ?
    – Mr.D Apr 16 '15 at 06:51
  • What do you want to achieve? – unor Apr 16 '15 at 10:23
  • I wanted my `
    ` elements with ids trackable on search engines.
    – Mr.D Apr 16 '15 at 10:27

0 Answers0