Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: using hover <a> portfolio and SEO page rank

  1. #1
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default using hover <a> portfolio and SEO page rank

    I've never blogged - hope I'm doing this right . . .

    Greetings from a CSS semi-beginner !

    I’ve been using the hover portfolio technique from dynamicdrive.com at http://www.graphicconnectionkc.com/portfolio/index.html
    for quite some time now, and have been very pleased with the technique.

    Question: Dreamweaver sees these as “broken” <a> tags - does Google?


    About 3 weeks ago Google threw my page-rank to the toilet by a 90% drop.

    I discovered some broken links on my index page due to cut-n-paste without paying enough attention to nested folder directory issues. I’m sure this was a MAJOR cause, but now I want be sure I have NO broken links that could hurt my page rank.

    Any thoughts on this technique and SEO?

  2. #2
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default using hover <a> portfolio and SEO page rank

    I've never blogged - hope I'm doing this right . . .

    Greetings from a CSS semi-beginner !

    I’ve been using the hover portfolio technique from dynamicdrive.com at http://www.graphicconnectionkc.com/portfolio/index.html
    for quite some time now, and have been very pleased with the technique.

    Question: Dreamweaver sees these as “broken” <a> tags - does Google?


    About 3 weeks ago Google threw my page-rank to the toilet by a 90% drop.

    I discovered some broken links on my index page due to cut-n-paste without paying enough attention to nested folder directory issues. I’m sure this was a MAJOR cause, but now I want be sure I have NO broken links that could hurt my page rank.

    Any thoughts on this technique and SEO?

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    If that is all you have then yes that is broken. A link is suppose to point somewhere and be closed

    Code:
    <a href="address" any other attributes you want>TEXT TO DISPLAY</a>
    If you want a more detailed description or if this isn't what your looking for put your code, a link, or more information.

  4. #4
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    My portfolio uses the <a> tags combined with <span> tags to operate. Example:

    Code:
    <a class="thumbnail" href="#thumb"><img src="../images/portfolio/brochures/brochure_thumbs/briarwood_thumb.gif" alt="Briarwood Apartments brochure thumbnail" width="38" height="72" border="0"/><span><img src="../images/portfolio/brochures/brochures_over/briarwood.gif" alt="Briarwood Apartments brochure" width="404" height="154"/></span></a>
    as one hovers over the thumbnail, a large image is revealed. But since they are not "real" links, I wonder if Google down-rates the page-rank of sites that use this technique.

  5. #5
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You don't need the span you could make a class, but to your question that shouldn't down rank your page, that is a valid link. If your looking for an answer of why your page decreased in rank you'd have to be more specific. I find it hard to believe your page rank dropped 90% though since Google only ranks on a 1-10 scale and 90% would mean you were at 10, which I've only seen Google at. Look at your logs and compare traffic levels see if they decreased also. If you want us to look at your code and see if we observe something that could be causing a decrease post a link or all the code. If you don't have logs over your traffic consider creating them or some free scripting like Google analyticals or try https://www.google.com/accounts/Serv...Fpli%3D1&hl=en

  6. #6
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks.

    It's Dreamweaver that says all of the thumb links are "broken" since they are only used to reveal the (previously hidden) larger image. I just wonder if the Google robots view it the same way.

    I was getting and average on 35 visitors/day, and finally got to a "1" rank of the "1-10"
    after much effort, and suddenly fell to about 3-4 visitor/day about 3 weeks ago.

  7. #7
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    This is just html? When is dreamweaver saying the link is broken I've never had dreamweaver tell me anything about a link try this and see what the result is.

    http://validator.w3.org/

  8. #8
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes - It's 100% valid XHTML and CSS (I'm real anal about valid code)
    That's what I like about this portfolio technique - no Flash or Java Script needed.

    Dreamweaver will check all of your site under SITE > Check Links Sitewide

    I have eliminated all the REAL broken links, but am not anxious to redo all of my portfolio pages using a different method, but if Google doesn't like it . . .

  9. #9
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I just found the original code that I adopted on the (this) site, it's at:

    http://www.dynamicdrive.com/style/cs...image-gallery/

  10. #10
    Join Date
    Nov 2009
    Location
    Kansas City
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default CSS Image gallery

    Sorry Guys - I'm trying this again (I've never posted on a blog before)
    I think I was just confusing the issue, although bluewalrus was trying to figure me out.

    The above link, from this site, when used:

    Dreamweaver flags the .thumb tags as "broken" links.

    I love the technique, but am wondering if Google sees them as "broken" too
    and hurting my page-rank?

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
  •