Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
Style Tags And Display:none
#1
Posted 24 September 2007 - 09:47 PM
Thanks!
Webstream
#2
Posted 25 September 2007 - 01:11 AM
As a general rule such text will be a ranking factor just as if it appeared on the page, which makes sense considering there are many sites that use this css element to make certain blocks able to be toggled visible or invisible. And that's really the trick for the search engines. They would need to be able to see if there is such a visible trigger that real people can use to make the content visible. Which is easier said than done when you're trying to decipher it within the automated nature of their algorithms.
#3
Posted 25 September 2007 - 06:41 PM
#4
Posted 25 September 2007 - 07:56 PM
Not that I have any proof one way or the other since I've never even bothered to look.
#5
Posted 25 September 2007 - 08:13 PM
#6
Posted 26 September 2007 - 05:52 PM
I've got nothing to hide so no point.
#7
Posted 27 September 2007 - 03:01 PM
#8
Posted 27 September 2007 - 06:17 PM
#9
Posted 27 September 2007 - 06:53 PM
What your logs would show for a visual user agent is;
a page request from a given IP (may have a referer) and also requests for;
favicon.ico
associated .css files(s)
associated .js files(s)
any images called from the page.
All requested by the same IP & session ID over a short timeframe (2-3 seconds), even items that are cached will be requested.
IF you see a request for a .css file without a preceding page request then it is likely to be a validator UA, if there is a referer it has to be a link that has been clicked.
For a SE bot page request, ONLY the page will be requested, NO external files will be requested.
#10
Posted 11 October 2007 - 11:00 AM
So can I use the display: none technique to replace header text with graphics and still have google pick it up?
i have heard from some SEO people never to use display: none.
I noticed the css zen garden technique of using background images to replace header tags:
<h2><span>Header Text</span></h2>
then set the h2 tag to display a background image with the graphic header and set the h2 span to display: none.
If I am really concerned about search engines picking up the contents of that h2 tag should I avoid this technique?
If I really want a graphic header should I use the <img src.... alt="Header Text" /> instead?
I have read on this forum that google only takes into the account an img alt attribute if the img is in an anchor tag.
Would it work to just link that header image to the current page? like <a href=""><img src.... alt="header" /></a>
Thanks everyone, i've been a long time reader here, this is my first post.
-Borkow
#11
Posted 11 October 2007 - 12:17 PM
<h2><span>Header Text</span></h2>
then set the h2 tag to display a background image with the graphic header and set the h2 span to display: none.
My understanding is that Google et al. can index the text in this example just fine (can't find citations from the forums atm though).
Another option to achieve the image-replacement effect, without having an extraneous <span> tag is to leverage overflow:hidden.
combined with css like
should also work. I used this extensively in a single-sitting conversion exercise a while back (http://chronicle.thr...om/revised.html)
I know the display:none issue has been kicked around a couple times, but I was wondering if anybody here has done tests with overflow:hidden ? I'd expect it to be similarly unaffected, but there's nothing like data to inform an opinion.
Chris
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









