H1,H2 tag, SEO and google Adwords
I have no idea how adding H1 to the webpage helps SEO but I am required to make my company website support SEO, and I am using Joomla 2.5. As many people say, h1 should only be used once on each page. I foolow steps by Joomla document to add a static text in php for page title. So I think now I just need to add
<h1> <?php some code to get page title
</h1>
Is that enough for SEO support ?
Yea it is enough. Also you can use the other levels of heading tag to represent the sub-titles or the sub-pages.