Results 1 to 4 of 4

Thread: textual tool script & SEO

  1. #1
    Join Date
    Feb 2005
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default textual tool script & SEO

    1) Script Title:
    Textual tooltip Script
    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm
    3) Describe problem:

    Hi all

    This is a problem so to speak, i was just looking at this script and wanted to use it on my site, but then i was wondering if there was a similar script or perhaps a way to work this script that would also help my SEO.

    theres a lot of info that can go into this script, but it would be perfect for me if it was also crawled by spiders.

    any ideas?
    thanks
    james

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The obvious solution is to use the title attribute of the <a> element to store the text:
    Code:
    <a
      title="Some tooltip"
      href="../dynamicindex1/index.html"
      onmouseover="changetext(this.title);"
    >
      Menus and Navigation Systems
    </a>
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Feb 2005
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi

    thanks for the reply but i just tested that idea, but unfortunetely it appears no different, spiders must not crawl <a> titles -

    any other ideas anyone?

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    There's not much else you can do, in that case. title is apt for the type of text stored here, since it provides additional information that supplements the link; if spiders choose to ignore it, then that's no problem of yours.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •