I have long used CSS image replacement to do things like provide a plain text version of a graphical text treatment, or a company logo, or anything where an image is needed, but I want the text in the image to be available for spidering. Now, I'm concerned that it could be useless or harmful. Matt Cutts made some confusing remarks on this that were ambiguous at best: www.dailyblogtips.com/is-css-image-replacement-ok-for-seo/
Does anyone have the straight dope?
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
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Image Replacement And Seo
Started by
JayMcDonald
, Feb 15 2012 10:54 PM
6 replies to this topic
#1
Posted 15 February 2012 - 10:54 PM
#2
Posted 16 February 2012 - 09:40 AM
Two things here.
First, this is (IMO) a moving target.
As spammers utilise any technique in different ways constantly pushing the boundaries then the Algo settings will be adjusted to detect them.
Second, because it is a moving target, it is important to treat any Google hints as likely to time expire at some point.
Judge for yourself whether that is say 3 months. 6 months or a couple of years.
Now as the Matt Cutts quote in question is (I believe) from 2005, then it is highly likely that Google has changed it's position since then if only slightly.
First, this is (IMO) a moving target.
As spammers utilise any technique in different ways constantly pushing the boundaries then the Algo settings will be adjusted to detect them.
Second, because it is a moving target, it is important to treat any Google hints as likely to time expire at some point.
Judge for yourself whether that is say 3 months. 6 months or a couple of years.
Now as the Matt Cutts quote in question is (I believe) from 2005, then it is highly likely that Google has changed it's position since then if only slightly.
#3
Posted 16 February 2012 - 12:02 PM
So here's what I'm thinking: What if I take an approach that requires soem more markup and CSS, but doesn't use the -2000 margin... would this be any better, or just as iffy?
<div id="logo">
<div id="logoArt"></div>
<h1><a href="/">Company Name</a></h1>
</div>
...
div#logo {
display: block;
width: 151px;
height: 21px;
overflow: hidden;
}
div#logoArt {
display: block;
width: 151px;
height: 21px;
background: url(../images/header-logo.gif) top left no-repeat;
}
<div id="logo">
<div id="logoArt"></div>
<h1><a href="/">Company Name</a></h1>
</div>
...
div#logo {
display: block;
width: 151px;
height: 21px;
overflow: hidden;
}
div#logoArt {
display: block;
width: 151px;
height: 21px;
background: url(../images/header-logo.gif) top left no-repeat;
}
#4
Posted 16 February 2012 - 01:52 PM
As far as I can determine (meaning I would love to see a counter-example) Google doesn't index images used in CSS replacement. If you want the images to appear in Google Image Search, embed them directly in your HTML code. If you do NOT want the images to appear in Google Image Search, use CSS replacement.
#5
Posted 16 February 2012 - 02:55 PM
Michael,
I don't care if the image is indexed or not. I just want to make sure the text/link being replaced is.
I don't care if the image is indexed or not. I just want to make sure the text/link being replaced is.
#6
Posted 16 February 2012 - 06:07 PM
Personally, I have never really trusted a linked H1 to be given a clean bill of health..
I would be a bit concerned about that on it's own without the CSS image covering it up.
However, I do tend to play safe and not take any chances not even grey hat.
I would be a bit concerned about that on it's own without the CSS image covering it up.
However, I do tend to play safe and not take any chances not even grey hat.
#7
Posted 16 February 2012 - 08:09 PM
I think this is something you should test on a few secondary pages and see for yourself what you feel comfortable with. Search engines crawl CSS files and evaluate them. We know that because they have issued occasional warnings about what NOT to do with the files. But how much they analyze those files for ranking purposes is another issue altogether, I think, and it's not something I often look at. I would not feel comfortable offering an opinion on what would happen with the links.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users








