xml - How to add Blogger tags inside meta tags in HTML -
Well, I have a Blogger Template tag which is called But it fails due to XML and XHTML platforms. I thought about using PHP for that but the platform (Blogger blogspot) does not support PHP and clearly the use of the script is not big, no ideas crawlers will not crawl them. Now I need a solution to dynamically add to the template using the data tag and it should also be crawlable. Note: Adding a meta tag manually to each post is not large, but will not be noticeable how long it will be within the HTML template, besides it is not productive for 1000 positions, Apart from everything there is a data tag and all the way I get involved inside the meta tag. Many thanks in advance Try & lt; Data: post.title / & gt; which posts directly to the server via post and I want to include it as a meta description for which I tried to do something like this
& lt; Meta name = 'description' content = 'data: post.title' / & gt;
Comments
Post a Comment