Homepage H1 issue
On the Homepage (all of the other pages are fine) the H1 title is the logo (which is an image). How do we get search engines to find an H1 title? There must be some way to get around this problem. Can we get the H1 to be pulled from a "fancy title" just like it does on the other pages? Right now, this is what the SEO Analysis Tool shows for our Homepage (http://backgroundinfousa.f17.us):
h1-Tag(s)
- This tag contains an image, but no text.
Comments
we are not sure if you know or not, but h1 don`t need to be as text always. Sometimes it can be image what is more natural and we noticed that google much this kind of h1 tags much more. As we see, you have uploaded logo but forgot about alt tag (this is right place to show text for h1 as image). This text should be setup in Settings > General section where is "Site title" field. Just type this text here and this text will be setup for logo as alt text.
Hope this will help you a lot
Here... img tag is used for showing logo & text is used in 'alt' tag. which is not considered as 'h1' tag.
Your Code is ....
----------------------------------
<div class="logo">
<h1><a title="..." href="..." id="logo"><img alt="..." src="..." class="logo-main scale-with-grid"></a></h1>
</div>
----------------------------------
This problem can be resolved if.... logo is used via css.... to be applied on anchor tag and text is used inside anchor rather alt.
If code is altered as for home page as....
------------------------------------
<div class="logo">
<h1><a href="..." class="..." title="....</a></h1>
</div>
------------------------------------
It's not a tough task, And I think You can implement it in your next updates.
Thanks for understanding!
As earlier also I've raised points.... this is excellent for design functionality.... but lacks at SEO & Blog point. Even changes are not too big to make this theme SEO compatible...
But don't understand why you experts are adamant in accepting these changes.
See the result... and its not Ignorable at all.
https://drive.google.com/file/d/0B7vplfd4wMJUbnhPZnl5U3RtZUE/view?usp=sharing
Great theme by the way. Just curious.