Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Replacing H1 with a Header Image? (http://forum.bytesforall.com/showthread.php?t=11737)

Rafastram Dec 14, 2010 08:55 PM

Replacing H1 with a Header Image?
 
It is an SEO tactic that if you want only a header image instead of displaying the title and tagline, you can use "alt" text instead and Google will count it as <h1>.

Code:

<h1>
  <a href="http://example.com">
    <img src="header.png" alt="Your Site Name" />
  </a>
</h1>

How would I implement all the parts (the h1, the link, the image, and the alternate text) in an SEO friendly way in Atahualpa?

lmilesw Dec 14, 2010 08:59 PM

You could put code like that in the Configure Header Area box or you could add a new widget area or areas in that box and add that code to a text widget.


All times are GMT -6. The time now is 10:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.