SEO - How can I hide text for each graphic?
-
localserviceguide
- Posts: 8
- Joined: 09 Feb 07
- Trust:
20 Mar 07 1:45 pm
SEO - How can I hide text for each graphic?
Google does not recognise text in graphics. I would like to use a graphic for each of my links down the side of my home page. Would it be a bad thing to do if I had hidden text for each graphic? Or would the alt text be cached?
Any ideas of how I can get around this?
THANKS
Any ideas of how I can get around this?
THANKS
-
adrian - Posts: 1420
- Joined: 17 Jun 06
- Location: Canada
- Trust:
20 Mar 07 1:52 pm
localserviceguide wrote:Google does not recognise text in graphics. I would like to use a graphic for each of my links down the side of my home page. Would it be a bad thing to do if I had hidden text for each graphic? Or would the alt text be cached?
Any ideas of how I can get around this?
THANKS
If you mean using hidden text on the page - then certainly not, unless you want your site banned. ALT text is fine to use as GoogleBot reads ALT text. No keyword spamming them, just be descriptive.
Adrian
-
sean06 - Posts: 1401
- Joined: 16 Jun 06
- Location: Australia
- Trust:
20 Mar 07 1:53 pm
Why not just use text? Give your other pages a free link. Text can look fine if you do it properly.
Of course, if you want to make the site prettier, you can, but it won't be as helpful with the SE's.
Of course, if you want to make the site prettier, you can, but it won't be as helpful with the SE's.
-
Rudolf
- Posts: 76
- Joined: 17 Mar 07
- Location: The Netherlands
- Trust:
20 Mar 07 4:29 pm
You can use a trick though; apply the image to the background of the cell, and type text over it. The link should be attached to the text.
This account is managed by two persons; Maarten and Rudolf. You may find either of us posting individually with this account.
-
sean06 - Posts: 1401
- Joined: 16 Jun 06
- Location: Australia
- Trust:
20 Mar 07 5:18 pm
I'd be careful doing things like that Rudolf. If google finds out you're doing that, say goodbye to any rankings.
-
localserviceguide
- Posts: 8
- Joined: 09 Feb 07
- Trust:
20 Mar 07 5:29 pm
I thought it sounded like a good idea. Sorry to be a pain but can I ask why you think its such a bad idea?
I knew having hidden text was wrong.
The text would not be hidden, just a nice graphic behind it? I know nothing, all of your help is most appreciated!
:D
I knew having hidden text was wrong.
The text would not be hidden, just a nice graphic behind it? I know nothing, all of your help is most appreciated!
:D
-
adrian - Posts: 1420
- Joined: 17 Jun 06
- Location: Canada
- Trust:
20 Mar 07 7:31 pm
sean06 wrote:I'd be careful doing things like that Rudolf. If google finds out you're doing that, say goodbye to any rankings.
That is fine to do what he says. It's just making the image a background for the cell of the table.
Adrian
-
sean06 - Posts: 1401
- Joined: 16 Jun 06
- Location: Australia
- Trust:
21 Mar 07 2:01 am
Hmm, so he's not talking about tricking google by hiding some text?
-
adrian - Posts: 1420
- Joined: 17 Jun 06
- Location: Canada
- Trust:
21 Mar 07 2:11 am
sean06 wrote:Hmm, so he's not talking about tricking google by hiding some text?
Not from what I am understanding...
Making an image a background for a cell and writing over it is perfectly fine... but hiding the text is not.
Adrian
-
sean06 - Posts: 1401
- Joined: 16 Jun 06
- Location: Australia
- Trust:
21 Mar 07 2:29 am
Yeh true. I find it easier just to use text :)
-
Rudolf
- Posts: 76
- Joined: 17 Mar 07
- Location: The Netherlands
- Trust:
21 Mar 07 9:40 am
Rudolf wrote:You can use a trick though; apply the image to the background of the cell, and type text over it. The link should be attached to the text.
Yes, by "trick" I did not mean "fool Google". Good to have some confirmation on this "trick".
This account is managed by two persons; Maarten and Rudolf. You may find either of us posting individually with this account.
-
Amroch
- Posts: 46
- Joined: 08 Jan 07
- Trust:
21 Mar 07 7:55 pm
Using image as cell background is perfectly OK.
Another option is using CSS. Like the one below -
You can easily now use text on the image. With CSS you can create rollover navigation too. Cool and more importantly it's SEO friendly.
Amroch
Another option is using CSS. Like the one below -
- Code: Select all
#Layer1 {
background-image: url(image.jpg);
background-repeat: no-repeat;
}
You can easily now use text on the image. With CSS you can create rollover navigation too. Cool and more importantly it's SEO friendly.
Amroch
