Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yes, both URLs are viewed as separate. The best way in this situation is to notify the search engines that the <code>?tab=1</code> url is a duplicate by using the rel="canonical" attribute within the link tag.</p> <p>Google's Webmaster Blog has an article on how to use it: <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" rel="nofollow">http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html</a></p> <p>However, if the content on <code>?tab=1</code> is actually unique, you might have a different problem on your hands. </p> <p>Say your site is about cars, and your <code>foo.html</code> page is about Porches. If <code>?tab=1</code> is about the special alloy rims that come standard with the Porche, a searcher looking for "<em>special alloy rims</em>" will land on your <code>foo.html</code> page, then not find any information about the rims because it's hidden behind the tab, and then bounce. This is not a good user experience and could potentially impact your conversions.</p> <p>What you might want to consider is telling the search engines how to crawl and index your javascript tab appropriately.</p> <p>Google has instructions on how to make AJAX pages crawlable: <strong>code.google.com/web/ajaxcrawling/docs/getting-started.html</strong></p> <p>This way your content gets crawled and indexed correctly, and users arrive at your site will see what they were searching for. </p> <p><strong>note:</strong> AJAX crawling is currently specific to Google. It's not clear whether Bing/Yahoo is or will be supporting this proposed solution.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload