Online Loans - Personal Loans - Credit Cards UK - Personal Loans - Mortgage

PDA

View Full Version : text to google and image to user.


3dcgmodel
Sep 12th 2007, 2:55 am
Which of the following is an acceptable way to show HTML text to google while creating a graphical image to display to users?


CSS image replacement - create a rule in the CSS file that replaces the text with an image based on a given class

User-agent based cloaking - show search engine agents text and browser agents the image

CSS layers - show the text on a layer underneath the image atop

IP-based Cloaking - show search engine IPs the text and other IPs the image

coolnikin
Sep 12th 2007, 3:07 am
CSS layers - show the text on a layer underneath the image atop

stOx
Sep 12th 2007, 3:41 am
Just use an alt attribute on the image, Thats what its for.
It's a bad idea to intentionally show one thing to your users and another to google.

3dcgmodel
Sep 12th 2007, 3:49 am
Correct Answer: CSS image replacement - create a rule in the CSS file that replaces the text with an image based on a given class

The only method that's approved by search engines is to use CSS image replacement with the exact copy in both the image and the HTML text.


how to use CSS image replacement ? anyone give me sample? thanks.

Sphinks
Sep 12th 2007, 4:33 am
I don't think is good to show one thing to google bot and another think to users.
You could be banned for this practice by Google.

IEmailer.com
Sep 12th 2007, 12:55 pm
go with the google bot and other bots cloaking using an updated list of bots ip address.

jimkarter
Sep 12th 2007, 2:27 pm
If we go strictly with Google guidelines, good will not like it.. but the best way to go for it would surely be CSS layers.