Results 1 to 2 of 2

Thread: Ajax Tab Contents and search engines

  1. #1
    Join Date
    May 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ajax Tab Contents and search engines

    1) Script Title: AjaxTabs Content

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...axtabscontent/

    3) Describe problem: Would search engines parse the contents of the sub pages?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If you set it up like on the demo page, yes. For example, the content shown with:

    HTML Code:
    <a href="#" class="selected" rel="#default">Tab 1</a>
    is on your page, so it will be parsed. Content fetched via:

    HTML Code:
    <a href="external2.htm" rel="countrycontainer">Tab 2</a>
    appears to the spider as a normal link, as does:

    HTML Code:
    <a href="external4.htm" rel="#iframe">Tab 4</a>
    All will be indexed and/or parsed.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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