How to put a unique meta data on each blog post?
hi,
how can put a unique seo meta data on each blog post?... there's seo meta data section can post post title , post description it's not working... doesn't show on site when checking source code.
is there way this?
thanks,
hernan
you going have add bc tags output meta data on blog post layout. can find layout in bc under site manager > module templates > blog layout > blog post details layout. if prefer edit layout via ftp can find layout in /layouts/blog/post.html
in layout add {tag_blogpostmetadescription} , {tag_blogpostmetatitle} need them.. typically it's in head element:
<title>{tag_blogpostmetatitle}</title> <meta content="{tag_blogpostmetadescription}" name="description" />
you can use number of tags available blog post layout-- can see under "blogs: post.html" at http://helpx.adobe.com/business-catalyst/kb/tags---quick-reference.html#id_32612
while you're editing blog post detail layout add other metadata facebook open graph meta information too, <meta name="og:title" content="{tag_blogpostmetatitle}" />
bc made update blog engine lets add open graph or other meta data blog post detail layout. info blog changes see bc blog post @ http://www.businesscatalyst.com/bc-blog/april-system-update
More discussions in Business Catalyst
adobe
Comments
Post a Comment