Add Description Blogger -


i wonder how add blog description in template specific location.

<data:blog.description /> 

returns nothing. how description of blog?

it may helps you..

<meta expr:content='data:blog.metadescription' itemprop='description'/> <b:else/> <!-- show if meta description post page not active--> <meta expr:content='data:blog.pagename + &quot; - &quot; customized meta description here .&quot;' name='description'/> </b:if> 

Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -