Blogger Post Title ah H1 Tag Thlak Dan

Blogger Post Ttile ah H1 Tag Hman Dan

SEO hmasawn theih nan chuan On-Page SEO kha kan hre theuh tawh ang. Newbies Bloggers tam takin kan hriat loh thin Header Tags (H1, H2, H3 tags) hi diklo leh kim changlo takin blogger theme/template ah alo insiam thin a. Chumai nilo, blogger built-in theme ah pawh hian Title tags hi SEO anilo thin em em. Then khat ah chuan tih sual vanga SEO tha tak title neilo te kan ni leh hlawm a. Custom theme ah pawh hian SEO meta tags hi dik vaklo hian alo awm thin bawk. Chung ah chuan optimizes/hmasawn leh tha thei ang bera siam that hi a ngai thin. H1 tag hi Blog title ah ani a, Post title hi h3 tag ani deiha, tun ah chuan Blog title leh Post titles chu H1 tags kan hmang a nga, Post title h3 tag chu h1 ah kan thlak ang.
Related: (SEO) Search Engine Optimization Awmzia
A awmzia ah chuan H1 tag hi search engine ten anlo index ber kha ania, H1 hi H2, H3, H4, H5 tags .. ten a hnung an rawn zui leh chauh a. Search engine ah keywords chu kan ziak luta, kan zawnga, H1 tags ah keywords kanlo hman nen a in ang chuan search results ah chuan alo lang mai ani. Chuvangin, a pawimawh ber H1 tags chu posts titles ah kan hmang zel theih chuan kan posts ho chu search results ah mite zawng hmuh theih bik alo ni dawn ani. Chu tak chu kan tum ber ani dawna, SEO hmasawn dan (SEO Optimization Post Title) ani.

A nih dan phung ah chuan Blogger blog default theme ah hian:
  • h1 tag: Blog Title. Mahse, Logo Image kan hmang chuan h1 tag hi a bo leh nghal bawk.
  • h2 tag: Sideber Titles
  • h3 tag: Post Titles leh Subheadings!
Kan hmuh ang hian H1 tag chu Blog title chauh ah assign ani a. Chu pawh Logo Image kan hmang chuan H1 tag chu a bo ta hmak. Post Titles chu H3 tag ah daih a assign ta deih sia. Chuvangin, H3 Tag Post title chu sidebar title aiin a inngai pawimawhlo tihna ani ta.

SEO tha tak nitur chuan heng header tags hi siam rem a ngai dawn ani. Kan siam rem dan tur chu:
  • h1 tag: Blog Title, Post Title. Post hran theuh leh static pages title ber chu H1 ani tawh ang.
  • h2: Post title ani tho ang, mahse Homepage leh Label Pages ah anih kawp bawk ang. Pages zawng zawng ah Sidebar title ani bawk ang.
  • h3 tag: Subheadings title chauh ani tawh ang.
Awle, kan hriat thiam chu ka ring tawha. Post title chu h3 tag anih chuan zawn hmuh harsa ani ang. Post title ber chu <h1>Post Title</h1> tiin a inthlak vek tawh ang. Henga kan siam rem chuan Post title atang chuan search engine ah zawng hmuh awlsam ani tawh anga, a chhanchu post title ber kha H1 tag ani tawh avangin search crawlers chuan alo index in, alo ngai pawimawh ber tawh ang.
Related: Blogger Sitemap or Table of Contents Siam Dan
He tutorial ah hian header tags awmna thlak mai ni lovin, schema microdata tags a tel anga, chu chuan search bots lam ah hma ati sawn nasa bik anga, site data sctructure pawh fuh thlap turin a siam nghal ang.

Blogspot Post Title ah H1 Tag Pek Dan

1. Dashboard atang chuan 'Theme' > 'Edit HTML' ah click la

2. Ctrl+F hmangin a hnuaia code hi zawng rawh
class='post hentry'
A hnuaia code ang tur hi ani ang (a hnuaia code anga i zawn chuan i hmu mailo ang, a chuanga code ang hian zawnla i hmu awlsam ang)
<div class='post hentry'>
3. I hmuh vel ah a hnuaia code nen hian thlak (replace) ang che.
<div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
<meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
4. A hnuaia code ang deuh hi zawng leh rawh, (Ctrl+F hmanga zawn chi nilo ang)
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h3>
</b:if>
Note: Theme hman a zirin i hmulo mai thei.
(OR) I hmu theilo anih chuan a hnuaia code hi zawng leh rawh
<b:if cond='data:post.title'>
<h3 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'>
<a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</h3>
</b:if>
(OR) A chunga code pahnih te i hmuh loh chuan a hnuaia code ang hi zawng leh rawh
<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
5. A chunga code pakhat khat i hmuh chuan a hnuaia code nen hian thlak (replace) rawh.
<b:if cond='data:post.title'>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<h2 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>

<b:elseif cond='data:blog.pageType == &quot;archive&quot;'/>
<h2 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>

<b:else/>
<h1 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<data:post.title/>
<b:else/>
<b:if cond='data:post.url'>
<data:post.title/>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
</b:if>
7. Blog Theme chu 'Save' la, a zo ani mai.

Note: Mahni theme hman nen in millo pawh a awm mai theia, chuvangin enchhin (preview) zel la, title awmna te, blog title te alo insawn em, a danglam em tih enchhin zel ang che.

Chuvangin, post titles te color leh a landan chu alo danglam theih vangin tlema siam rem ala ngai thei a. Heng hian siam rem ang che:

1. HTML editor atang tho khan a hnuaia code hi zawng rawh
]]></b:skin>
2. I hmuh vel ah ]]></b:skin> chung (above) ah a hnuai code hi Copy la/ Paste rawh.
.post h2 a,.post h2 a:visited, .post h1{
display:block;
text-decoration:none;
color:#242729;
font-family:arial;
font-size:27px;
line-height:36px}

.post h2 a:hover{
color:#828282;
text-decoration:none}
3. Theme chu 'Save' leh ang che.

color:#242729; = Title Color
color:#828282; = Title Color when Mouse Hovering Color
Related: Blogger Tan Searh Engine Optimization Hmasawn Dan
H1 Tag Post title ani tawh nge la nilo kan en dawn chuan:
1. Post title chu select vek la, 'View Selection Source' ah click la, New Tab in a rawn lang ang.

h1 tag post title en dan
h1 tag post title view source

<h1> title </h1> inkar ah a awm tur ani.

Henga siam theih a, fuh thlapa kan siam theih chuan SEO lam ah hman kan sawn anga, seach engine ah rank sang neih theihna chance ani bawk. Diklo emaw, harsatna kan neih chuan comment lam ah kanlo hnut chhiah dawn ania. Hei hi SEO tha thei ang ber tura a thiamte siam ani. Header tags hi a pawimawh bawk sia, H1 tags hi blog title leh posts title ah kan vuah theih chuan kan hlawkpui viau ka beisei.
Previous Post
Next Post

post written by:

0 comments: