|
#1
|
|||
|
|||
|
Please help!
Hi,
I have created a heading image(the word heading as a image) and I am calling this heading image thru CSS, so there is no heading text in the source . For the crawlers I have put the same text (heading) inside the h1 tag and hide it using CSS, as you can see in the attached code file. My question is will it be good from the SEO perspective? -------------------------------------------------------------------------- <html> <head> <title>U</title> <style type="text/css"> <!-- h1 { background: url(heading.jpg) no-repeat left; height: 100px; width: 300px; margin: 0px; padding: 0px; text-indent: -1000px; } --> </style> </head> <body> <h1>Heading</h1> </body> </html> ----------------------------------------------------------------------------- Please reply soon! Thanks in advance, Maneet Puri |
|
#2
|
||||
|
||||
|
Re: Please help!
The impact of the keywords are still inside the h1 tag so you are just adding image for background you should be good
__________________
Grab a Halloween costume - marketing them can be fun too. |
|
#3
|
||||
|
||||
|
Re: Please help!
Smart code for bots and users. Unethical - Safe until a manual review
Best, Jag |
|
#4
|
|||
|
|||
|
Re: Please help!
Yes , it'll be good from the SEO perspective.But if the Css out of html will better
|
|
#5
|
|||
|
|||
|
Re: Please help!
thanks for your inputs.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|