phillypurge
26 Jul 2007, 10:06 AM
Hi everybody. I'm trying to incoporate some code into the main image on my home page for SEO purposes. Basically I have the following code for my logo on the home page:
<div id="pagecell1">
<img class="logo" src="newhome/images/logo2.jpg" alt="Philly Sports from Phillypurge.com" />
What I would like to do is somehow incorporate H1 and H2 tags with an a href tag, so that my website title is seen by the engine as an H1 tag.
I noticed one of my competitors utilized a banner for their main image and used this code. Therefore, when I looked at the cached text of their site the first thing google saw was their title, but as a header.
<h1 id="banner-header"><a href="http://www.suchandsuchsite.com/" accesskey="1">Their title</a></h1>
<h2 id="banner-description"></h2>
How can I do something similar to this by staying within the same format of a "pagecell"? Any help would be greatly appreciated! And, the website url of my site is www.phillypurge.com so you see where the logo is in relation to everything else. Thanks!
Dennis
<div id="pagecell1">
<img class="logo" src="newhome/images/logo2.jpg" alt="Philly Sports from Phillypurge.com" />
What I would like to do is somehow incorporate H1 and H2 tags with an a href tag, so that my website title is seen by the engine as an H1 tag.
I noticed one of my competitors utilized a banner for their main image and used this code. Therefore, when I looked at the cached text of their site the first thing google saw was their title, but as a header.
<h1 id="banner-header"><a href="http://www.suchandsuchsite.com/" accesskey="1">Their title</a></h1>
<h2 id="banner-description"></h2>
How can I do something similar to this by staying within the same format of a "pagecell"? Any help would be greatly appreciated! And, the website url of my site is www.phillypurge.com so you see where the logo is in relation to everything else. Thanks!
Dennis