IPB

Welcome Guest ( Log In | Register )

[faq] H1..h3 Tags In Your Page Tags.

This topic is about [faq] H1..h3 Tags In Your Page Tags., the author, makensis, wrote about: If you want see site tags include , , specifity tags read more.. 1. First: LOOK & FEEL -> Edit your template HTML: skin_mseo -> taglist Replace: CODE<span style="float:left">&n ... To read more just scroll down

 
Reply to this topicStart new topic
[faq] H1..h3 Tags In Your Page Tags.
makensis
post May 25 2008, 12:24 PM
Post #1


Member
**

Group: Members
Posts: 17
Joined: 1-January 08
Member No.: 127



If you want see site tags include <h1>, <h2>, <h3> specifity tags read more..

1. First:
LOOK & FEEL -> Edit your template HTML: skin_mseo -> taglist

Replace:
CODE
<span style="float:left">&nbsp;<a href="{$this->ipsclass->vars['board_url']}?automodule=minerva&CODE=showTaglist&tag=$tag" title="Click here to view all other tags for : $tag" >$tag</a>,</span>

This:
CODE
<div style="margin-left:auto;margin-right:auto;width:70%;line-height: 25px;" align="centre" class="makensis">
<foreach="$data as $row">
<if="$row['size']==10"><a href="{$this->ipsclass->vars['board_url']}?automodule=minerva&CODE=showTaglist&tag={$row['key']}" title=" {$row['key']}">{$row['key']}</a></if>
<if="$row['size']==11"><h3><a href="{$this->ipsclass->vars['board_url']}?automodule=minerva&CODE=showTaglist&tag={$row['key']}" title=" {$row['key']}">{$row['key']}</a></h3></if>
<if="$row['size']==12"><h2><a href="{$this->ipsclass->vars['board_url']}?automodule=minerva&CODE=showTaglist&tag={$row['key']}" title=" {$row['key']}">{$row['key']}</a></h2></if>
<if="$row['size']==13 OR $row['size']==14"><h1><a href="{$this->ipsclass->vars['board_url']}?automodule=minerva&CODE=showTaglist&tag={$row['key']}" title=" {$row['key']}">{$row['key']}</a></h1></if>
</foreach>
</div>


2. Go to Components, Minerva SEO and Tag Settings:
Change:
Minimum Tag Font size: 10 (it's only number no font!)
Maximum Tag Font size: 14

3. Go to Look & Feel, next: Edit css Advanced Mode and search this:

CODE
* Set up IPB table
* ========================================
*/

Below this paste:
CODE
.makensis h1{font:normal 17px Tahoma, Verdana, sans-serif;color:#6A6A6A;}
.makensis h2{font:normal 15px Tahoma, Verdana, sans-serif;color:#6A6A6A;}
.makensis h3{font:normal 13px Tahoma, Verdana, sans-serif;color:#6A6A6A;}
.makensis h1,.makensis h2,.makensis h3{display:inline;color:#6A6A6A;}

Now u have SEO friendly Page!
Go to the top of the page
 
+Quote Post

Fast ReplyReply to this topicStart new topic
Tags
 seo faq


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 12th October 2008 - 10:54 AM