Showing posts with label blogger. Show all posts
Showing posts with label blogger. Show all posts

Remove footer credit link from free blogger template


There are a lot of blogger template sellers on the internet which provides free and premium blogger template at very cheap cost. When you purchase their template than that template will not contain any credit link. These template sellers also provide most of the free blogger template with Non-removable credit link. So that, when you try to remove credit link from their template, your blog will automatically redirect to their website. This is because they added some JavaScript into their templates. by other side, When you undo the changes and keep their original credit of their template then its works good. I think most of you trying to remove credit link but you are not successful, if you are one of them no need to wait more. Because here i have written this article and share the method that you can remove footer credit link from free blogger template.

Steps to Remove Footer Credit Link

1. First Go to blogger.com
2. Login to your Blogger Profile and select your blog
3. Now go to Dashboard >Theme>Edit HTML
4. Go to footerand find the credit links which you need to remove/hide. You will find something like copyright,credit or designed etc (see example picture below).

Convert Free Blogger Template into Premium

5. Add the following line with original copyright ID (see example picture below)
style=”visibility: hidden”

6. Finally, Save your template. You are done.


Conclusion: If this article is useful to Remove footer credit link from free blogger template or 
Convert Free Blogger Template into Premium, Make sure you share it through all social networks.

How to Add Meta Tags to Blogger Template

Add Meta Tags

Add Meta Tags to Blogger Template

Adding Seo meta tags its easily and its good healthy for your blog. When you start your blog your goal is to get many many qualified traffic to your blog, But your goal will not be achieve if your blog is not Search Engine Friendly, So that in this case you need to make sure your blog is fully Search Engine Optimized and add meta tags to your blogger template will be easily people to reach your site through Searching on Search Engine like Google,Bing,yahoo etc. Just follow few simple steps to add meta tags to blogger template.

Must read: How to Backup Your Blogger Template

Steps to Add Meta Tags to Blogger Template

Before make any changes Backup Your Blogger Template

1. Go to blogger Dashboard > Design > Edit Html and search for <head>
2. Then delete every thing from <head> to <b:skin><![CDATA[
3. Copy and Paste below code after <head>


<b:include data='blog' name='all-head-content'/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> - <data:blog.title/></title>
    </b:if>
    <meta content='Your Blog Description here!' name='description'/>
    <meta content='Your Keywords here!' name='keywords'/>
    <meta content='Author Name here!' name='Author'/>
    <meta content='Author Email Address here!' name='Email'/>
    <meta content='document' name='resource-type'/>
    <meta content='all' name='audience'/>
    <meta content='general' name='rating'/>
    <meta content='all' name='robots'/>
    <meta content='index, follow' name='robots'/>
    <meta content='id' name='language'/>
    <meta content='id' name='geo.country'/>
    <meta content='global' name='distribution'/>
    <meta content='1 days' name='revisit-after'/>
    <meta content='Indonesia' name='geo.placename'/>

Please add your own Description, Title, Keywords.

Blog Description : Write your blog description
Blog Keywords : Write the keywords of your blog
Blog Author : Write the author's name (your name)
Email Address : Write your Email address

4. Save your Template. You are done!!!


Conclusion: If this article is useful to Add Meta Tags to Blogger Template, Make sure you share it through all social networks.