PDA

View Full Version : Concerning my main image on my site-help!



phillypurge
26 Jul 2007, 09: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

bjk2007
05 Aug 2007, 01:31 PM
I'm having a hard time understanding what you're trying to say, and that seems to be backed up by the fact that there haven't been any replies yet. Please clarify. What is the "pagecell" format, and what is stopping you from putting in a h1 tag?