Submit Your Article Forum Rules

Results 1 to 7 of 7

Thread: Quick Advice - CSS - SEO Class

  1. #1
    Junior Member
    Join Date
    Apr 2008
    Posts
    3

    Quick Advice - CSS - SEO Class

    All:

    The pages in my site all include the following in the body:

    <h2class="seo">Software vendor negotiations,IT RFI,IT RFP.<ahref="http://www.technologybuyersadvocate.com">wwwTechnologyBuyersAdvocate.com</a></h2>

    The CSS for the "seo" class defines the class such that it is not visible on a given page:

    .seo { position : absolute ; left : -100px ; top : -100px ; right : 0 ;}


    Question: Does this technique violate Google's no hidden text or links rule? Does it matter that the invisibility is accomplished in the style sheet and not within the HTML on the page itself?

    You can view the full page source code (minus the style sheet) at www.TechnologyBuyersAdvocate.com.

    Thanks in advance for your input.

  2. #2
    Senior Member tamecrow's Avatar
    Join Date
    Aug 2007
    Posts
    329

    Re: Quick Advice - CSS - SEO Class

    There's evidence that Google has been downloading stylesheets so I'd certainly urge caution. If you feel the need to ask whether it's constituted as hidden text, there's clearly some ambiguity. Presuming this CSS makes the H2 disappear off the page, 100 pixels to the left an 100 pixels from the top, I'd avoid this.

  3. #3
    WebProWorld MVP Peter (IMC)'s Avatar
    Join Date
    Dec 2003
    Posts
    1,483

    Re: Quick Advice - CSS - SEO Class

    Why would you want to hide that h2?

    You´re hiding it, aren't you? So how do you think a search engine likes that? The technique used has no effect on the intention.

    And by the way, if you put the same h2 in all your pages,... that's not very smart.
    FREE SEO ! Really? YES! All you have to do is implement it!
    Follow me on Twitter PeterIMC

  4. #4
    Junior Member
    Join Date
    Apr 2008
    Posts
    3

    Re: Quick Advice - CSS - SEO Class

    Thanks for your comments.

    I have removed this hidden text/link. The seo class (and corresponding page placeholder) were part of a CSS template I used. I never would have known or thought of this technique on my own.

    Thanks again.

    Demiglaz

  5. #5
    WebProWorld MVP incrediblehelp's Avatar
    Join Date
    Jan 2004
    Posts
    7,567

    Re: Quick Advice - CSS - SEO Class

    Hidden links are a BAD idea.

  6. #6
    WebProWorld MVP Dubbya's Avatar
    Join Date
    Nov 2006
    Location
    Steinbach, Manitoba
    Posts
    1,323

    Re: Quick Advice - CSS - SEO Class

    The SE's are smart enough to realize that the coordinates are outside the displayed area of the page and that technique has been employed for a while now. These pages end up being flagged for review, so take that to mean whatever you like.

    Google's Matt Cutts has this to say about using CSS to hide text:
    "I don’t recommend that people use CSS to hide text"
    Source:
    SEO Mistakes: Unwise comments

  7. #7
    Junior Member
    Join Date
    Apr 2008
    Posts
    3

    Re: Quick Advice - CSS - SEO Class

    Thanks, Dubbya, for the very specific authority on this. The stuff is now gone.

    Ask and ye shall learn!

    Thanks again.

    Demiglaz

Similar Threads

  1. I need a Ban IP Address 101 Class
    By getmea in forum IT Discussion Forum
    Replies: 4
    Last Post: 02-24-2010, 02:04 AM
  2. adding "span class" tag in DW - not just "class" tag
    By johnnygphotography in forum Graphics & Design Discussion Forum
    Replies: 2
    Last Post: 08-12-2008, 04:50 PM
  3. Graduate seeking quick career advice!
    By the_undergraduate in forum Graphics & Design Discussion Forum
    Replies: 24
    Last Post: 05-19-2008, 01:08 PM
  4. looking for a search class for php
    By steve0 in forum Web Programming Discussion Forum
    Replies: 2
    Last Post: 05-04-2007, 05:27 PM
  5. Mail class
    By stonecoldjk in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 04-15-2005, 11:58 AM

Posting Permissions

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