Tuesday, 18 January 2022

How to Add SEO Pack Plugin in Your Blogger Blog

You can add this best plugin in your blogspot blog to improve the ranking of your website on all Major Search Engines such as Google, Bing, Yahoo etc. Without doing a proper Search Engine Optimization no one can get ranked on Search Engines, it is useless to start a blog without doing any SEO.

All Plugin Features
  1. Add Meta Tags in Your Blogger Blog.
  2. Show Post Title First In Search Results
  3. SEO Optimize Blogger Comments
  4. Search Engine Optimized Blogger Labels
  5. Search Engine Optimized Blogger Archives
  6. Optimize Post Title Using H2 Tag
  7. Verify Google, Bing and Alexa by verification code – NEW
  8. Add an SEO Friendly Robots.txt File
  9. Convert Title Tags into Dynamic Title Tags
  10. Facebook and Twitter Profile Compatible – NEW
  11. Allow Bots to crawl your site on daily basis
  12. Google + Author Profile Picture Compatible
  13. Helps you in Getting High USA Traffic

1. Login to your Blogger Dashboard

2. Click on Template, here you will see Edit HTML button so click on it
How to Add SEO Pack Plugin in Your Blogger Blog
3. Now in template coding structure search for <head>
4. After searching <head>, paste the below whole piece of code just below <head>


<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>
<b:if cond=’data:blog.metaDescription != &quot;&quot;’>
<meta expr:content=’data:blog.metaDescription’ name=’description’/>
</b:if>
<b:if cond=’data:blog.pageType == &quot;archive&quot;’>
<meta content=’noindex, nofollow’ name=’robots’/>
<b:else/>
<b:if cond=’data:blog.pageType == &quot;index&quot;’>
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta expr:content=’data:blog.title’ name=’keywords’/>
<meta content=’index, follow’ name=’robots’/>
</b:if>
<b:else/>
<b:if cond=’data:blog.pageTitle != data:blog.title’>
<meta expr:content=’data:blog.pageName’ name=’keywords’/>
</b:if>
</b:if>
<meta content=’GOOGLE VERIFICATION CODE‘ name=’google-site-verification’/>
<meta content=’BING VERIFICATION CODE‘ name=’msvalidate.01’/>
<meta content=’ALEXA VERIFICATION CODE‘ name=’alexaVerifyID’/>
<meta content=’global’ name=’distribution’/>
<meta content=’1 days’ name=’revisit’/>
<meta content=’1 days’ name=’revisit-after’/>
<meta content=’document’ name=’resource-type’/>
<meta content=’all’ name=’audience’/>
<meta content=’general’ name=’rating’/>
<meta content=’all’ name=’robots’/>
<meta content=’en-us’ name=’language’/>
<meta content=’USA’ name=’country’/>
<meta content=’@Facebook’ property=’fb:admins’/>
<meta content=’@Twitter’ name=’twitter:site’/>
<link href=’https://plus.google.com/+Bloggercell/about’ rel=’author’/>
<link href=’https://plus.google.com/+Bloggercell/posts’ rel=’publisher’/>
</b:if>

Saturday, 15 January 2022

2022 Dofollow & High DA Forum Submission Sites List 1

Dofollow & High DA Forum Submission Sites List 2022

Forum posting is most important and old techniques of off-page SEO to get huge traffic and to build High level backlinks, it is also one of the easiest ways to create high backlinks. Here we post best and high DA Forum Websites for your website. 

NoWebsite NameDAFree Submit
1
2
 3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Cpanel
Cnet
Mysql
000webhost
Parallels
Flickr
Moz
Joomla
Wordreference
Drupal
Kaspersky
Futura Sciences
Hostgator
Web Master World
Stat Counter
PHP BB
uTorrent
CBR
Ultimate Guitar
Filezilla Project
95
94
92
92
92
92
91
91
91
91
91
90
90
89
89
89
89
89
89
88
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here
Click Here

Wednesday, 12 January 2022

Remove Footer Credit Links From Blogger Templates

Remove Footer Credit Links From Blogger TemplatesMany websites are available on the internet which provides very stylish blogger template at very low cost. If you purchase their template than that template will not contain any credit link. These websites also provide most of the free blogger template with Non-removable credit link. Means, what? If you’ll try to remove credit link from their template, then your blog will automatically redirect to their website(Homepage or a particular site). This is because they added some JavaScript into their free templates. In other hand, if you undo the changes and keep their original credit of template then it works perfectly.

Basically, newbies blogger don’t want to invest money in purchasing any premium template and thus, use these types of free template for their blog. Many of them are trying to remove credit link but unsuccessful, if you are one of them then no need to wait more. Because here I have shared the method by which you can remove footer link and stop redirecting to any website.

How to Remove Credit Link?
Actually, these links are attached with some JavaScript or CSS. Finding JavaScript from the template and then removing is too boring and time-consuming also it requires lot’s of effort to do this. But in other hand, you can easily hide the credit/footer link via CSS. This method is very simple and takes only 2 minutes.
Steps to Remove Credit/Footer Link:

  • First of all, go to Blogger.com
  • Just Login to your Blogger Profile and select your blog.
  • Now go to Dashboard > Template > Edit HTML


Remove Footer Credit Links From Blogger Templates, Edit HTML






  • Click anywhere and Search For Designed By Using CTRL + F, If you can't find Designed By keyword, search For Template By Or similar word.
  • You can see the following codes there;

  • Remove Footer Credit





  • Now, Just Before Designed By letter, copy and paste this code; <div style="visibility:hidden"> and at last, </div> after </a> like The Given Picture;

  • Remove Footer Credit from Blogger

    • The Code should Be Like This;
    <div style="visibility:hidden">Copyright (c) 2016 <a href="http://sites-rk.blogspot.in" target="_blank" title="Blogger Templates">Site RK</a> 
    by<a href="http://sites-rk.blogspot.in" target="_blank" title="Blogger Templates"> Site RK</a></div>

    • Now, you need to Save your Template.