Comment on WordPress Theme Development by Rachel.
Hi David,
I have tried to create a clickable logo for my Talian site while keeping the SEO strength of the logo in the header.
What I’ve learned is that most CSS tricks for logo in the header using a background logo and H1 with a display: none or indent=-9999, which is wrongful when it comes to search engine optimization.
The original Talian theme uses a clickable site name and was SEO friendly because it puts in h1 the blog name and also a paragraph with the site info.
My workaround for the logo was somewhat different, here is what I did:
On the header.php:
div class=”header_site_desc” h1 a href=” /”><img alt="” title=”Home” src=” /images/logo.png” /> /a> /h1 /div
And on the css.style file:
.header_site_desc { float: left; clear: left; } .header_site_desc h1 a { display: block; margin-top: -10px; } .header_site_desc a img { border: none; display: block; }
While, this way still doesn’t have the same SEO strengths as it was in the original theme, it puts the logo in an H1.
What do you think?
More Comments by Rachel
Responsive WordPress Theme Development
New WordPress Theme CSS SEO Layouts?
See:
Look at the two divs: articleInline runaroundLeft and shareTools where the div called articleBody wrapping these two.
I am still working on it. …
Continue Reading Performance WordPress Theme Development
Responsive WordPress Theme Development
Talian Theme Staggered 3 Column WordPress Layout
Hi David,
Just some words before –
I know how to put the 728 ad under the top navigation and main content area. That’s easy. It doesn’t perform like putting it under the post title – I have already checked it. …
Continue Reading Performance WordPress Theme Development
Responsive WordPress Theme Development
3 Column Talian WordPress Theme Layouts
I have some thoughts of changing the layout of the 3 column Talian theme wanting the right sidebar to be located 400-600 pixels down its current position while the central column takes this location (post-content / left post / post …
Continue Reading Performance WordPress Theme Development
Responsive WordPress Theme Development
Talian SEO Theme Header Logo Code
David,
Please delete this message after reading. [It’s just to show another good way of doing it.]
I managed to include the logo Plus the blog name in a single header.
I have decided to remove the blog info, which is less …
Continue Reading Performance WordPress Theme Development
Responsive WordPress Theme Development
Stallion Theme H1 Header
David,
You’ve improved my solution. But as you indicated, it has a SEO risk and that is why I was so hesitated and won’t go with this solution – I am too cautious when it come to Search Engines.
As for …
Continue Reading Performance WordPress Theme Development