Posts

Showing posts with the label meta tag insertion

You need Meta Tags, Always Use Them

After the title you need to edit the html (geez edit the html im a noob!) yes you are but you need this to do things very easy just backup the file. In the design tab click edit html below is my html <head>     <meta content='Title of your blog' name='title'/>      <meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>     <b:if cond='data:blog.isMobile'>       <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>     <b:else/>       <meta content='width=1100' name='viewport'/>     </b:if>     <b:include data='blog' name='all-head-content'/>     <title><data:blog.pageTitle/></title>    <meta content='the description of your site' name='description'/>     <meta co...