H1 Tags with Location
-
Hi Everyone,
I have a question about trying to get location information into title tags without having it look spammy. What I've been trying is something like this:
h1 { font-size:18px; }
.h1_sub { font-size:10px; }
Why Choose My Company
Minnesota Website Design | Minneapolis Web Development
I'm not sure if that is a good thing to do or not as everything is inside the h1 tag and visible to the engines however it makes it less prominent on the page and gives a better layout. You can see it at www.mltgroup.com/company.php
Thanks
-
This is how your h1 looks like:
<h1>
<cufon class="cufon cufon-canvas" alt="Why " style="width: 41px; height: 22px;"><canvas width="54" height="21" style="width: 54px; height: 21px; top: 1px; left: 0px;">canvas><cufontext>cufon><cufon class="cufon cufon-canvas" alt="Choose " style="width: 66px; height: 22px;"><cufon class="cufon cufon-canvas" alt="MLT " style="width: 41px; height: 22px;"><cufon class="cufon cufon-canvas" alt="Group " style="width: 54px; height: 22px;"><cufon class="cufon cufon-canvas" alt="- " style="width: 14px; height: 22px;"><cufon class="cufon cufon-canvas" alt="Creative " style="width: 72px; height: 22px;"><cufon class="cufon cufon-canvas" alt="Solutions" style="width: 75px; height: 22px;"><br><span class="h1_sub"><cufon class="cufon cufon-canvas" alt="Minnesota " style="width: 60px; height: 14px;"><cufon class="cufon cufon-canvas" alt="Advertising " style="width: 64px; height: 14px;"><cufon class="cufon cufon-canvas" alt="Agency " style="width: 44px; height: 14px;"><cufon class="cufon cufon-canvas" alt="| " style="width: 7px; height: 14px;"><cufon class="cufon cufon-canvas" alt="Minneapolis " style="width: 69px; height: 14px;"><cufon class="cufon cufon-canvas" alt="Marketing " style="width: 59px; height: 14px;"><cufon class="cufon cufon-canvas" alt="Firm" style="width: 25px; height: 14px;">span>h1>I suggest going for:<title>Web Design Minnessota | Web Development Minnessota</title># Minnessota based web design & web development agency then start your paragraph with Our web design & development agency is based in Minnessota...I still don't know the main keyword you are targeting :)Just an idea... you can create your own variations... just make h1 => TEXTand not <cufon class="cufon cufon-canvas" alt="Choose " style="width: 66px; height: 22px;">
-
Cufon is a font sifr used to emulate non-web safe fonts on the web. All of these classes and span wrapped around the H1 are being added on page load. If you actually review the source code you can see that is not what the search engines would see when crawling the page.
In regards to stuffing content into the H1, i wouldn't stress over it to much. As long as your targeted keywords show up in the title/meta and a few times on the page you will be all set. Cater your site to the user not the search engines.
Good luck!