Showing posts with label Blogger Tips. Show all posts
Showing posts with label Blogger Tips. Show all posts

Friday, 20 February 2015

How To Add SEO Meta Tags in Blogger

SEO Meta tags are very important for any blog so we give you how to ADD SEO Meta Tags Title, Description and Keywords in Blogger. Meta tags give all about documents and crawl by Google crawler in their search engine. Meta tags not display on the page but its show in search engine results of your website. Meta elements are show page description, keywords, author, author email and other metadata. Google bots read Meta tags of blog and give this information to Google search engine to show your website in Search Engine results Pages

SEO Meta Tags

ADD SEO Meta Tags in Blogger

Meta Description

Blog description is small description about your blog. Your Blog description should be in 160 characters. This is best to fit in Google Search Results.

Read More :-

How To Optimize Your Blog Posts for SEO

SEO Tips for Beginners

Meta Keywords

Keywords should be related with your blog post content to get more and more traffic on your blog form Search Engines. This is one of the basic requirement of SEO. Your Blog keywords must be with in 256 Characters. All Search Engines including Google, Yahoo will crawl your keywords automatically from Meta Tags which have added in your blog template.

How To Add Meta Tags in Blogger Steps :- 

Step 1.

Login to Blogger --> Go to Dashboard -->  Template --> Edit Html

Step 2. 

Go to <head> section in Template. You can search this from Ctrl+F

Step 3. 

After <head> section put following code in your template.


 <meta content='Your Blog Description' name='description'/>
 <meta content='Keyword1,Keyword2,Keyword3' name='keywords'/>
 <meta content='Author Name' name='Author'/>
 <meta content='Author Email Address' name='Email'/>
 <meta content='all' name='robots'/>
 <meta content='index, follow' name='robots'/>
 <meta content='Language Name' name='language'/>
 <meta content='Country Name' name='country'/>
 <meta content='blogger' name='generator'/>


Step 4

Now Simply Replace your original data to demo data as your need

Step 5

Now Click on Save Template and you are done!

if you need any help feel free to ask in comment boxx!!

Thursday, 19 February 2015

How To Optimize Your Blog Posts For SEO

Content is the KING for SEO and keywords play an essential part of SEO. Keywords are nothing but the search terms that people use on various search engines to search the topics related to those keywords. We often spend too much time for optimizing our blog post for search engine. Using effective keywords is a successful part of blog optimization. Search engine crawlers crawl your content and keywords from your blog posts and they tells the search engine about your posts on your blogs. We commonly speak about search engine ranking and this ranking depends upon the content you use in your posts. To get good ranking on search engines, first you need to know How to build good content for search engines?

Here is a clear explanation for SEO below. Read every line without missing anything.

SEO Optimize Blogger Posts For Higher Search Result

seo keyword

Choose Your Keywords :

When content is the "KING" let's say keywords as "QUEEN". Yes, that's true. As every SEO analyst says that content is the KING of SEO, now let's talk about the QUEEN :p sorry, keywords. Before writing any post you need to check for keywords using any keyword checker tool, and you have to choose strong keywords for your blog posts. I suggest you to use Google AdWords tool for keyword research. You have to look for the competition between those keywords and shortlist some of them. Here you need to select the keywords with less competition because they help you in getting good page rank in search results. 

Use Keywords In Your Post Title :

I have already discussed about SEO Title Tag Best Practices.
After deciding the keywords for your blog, the next step is to use those keywords in your blog posts efficiently to make the most out of them. Start with the post title, use your keyword or keyword phrases in your post’s title. Remember post titles stays first to be crawled by search engines, hence use keyword or keyword phrases in your post titles so that they will tell the search engines what exactly the post is about.

Read More :- 





Use Keywords In Headings And Sub-Headings: 

Headings and sub-headings play an important role for SEO. Don't neglect headings in your posts. Write headings in your posts whenever it is necessary. For example when we read something on a newspaper or a website we are mostly satisfied to read the content that is separated by paragraphs with neat sub headings between. We prefer reading the text with sub headings and small paragraphs rather than long paragraphs. Similarly the search engines also look for the same. Don't you think of writing an article with headings and sub headings so that they could attract search engines? Yes, that would be great. So we need to write great content with strong keywords making use of headings. This can be done by <h2> and <h3> tags for headings and sub headings. Don't forget to use keywords within these tags because it will add more benefits to attract search engines. 

Use Keywords In Anchor Tag:

We know that anchor tags are used for links. But it is also much good to know that anchor tags will help you for SEO. Try using your keywords within the anchor tags. Search engines mostly prefer anchor tags than simple text. Hence try using your keywords with anchor tags to improve your blog ranking for search engines. 

Use Keywords In ALT Tag:

Try using images with alt tags. Search engines don't have the capability of reading an image but it can read alt tags. So to describe the intention of an image we can use alt tags with keywords. 

Sunday, 21 December 2014

How To Remove "Powered By Blogger" Widget From Blogger

In this post we will see about a simple tricks to


How To Remove " Powered By Blogger Widget(Attribution) From Blogger



it comes by directly from blogger in every template and it is an official representation for blogger

it's easy to remove powered by blogger just follow some steps

How to remove powered by Blogger


Go to Blogger.com 

Select you blog that you want to remove this widget

Now Go-to Template and Click on Edit HTML

Now here drop - down "Jump To Widget" Option you can see on below screenshot Now, select Attribution1 as highlisted below on picture

Click on Attribution 1



Now Click on Attributin 1 and Find this Line :-

<b:widget id='Attribution1' locked='true' title='' type='Attribution'>


Now replace the locked='true' in to locked='false' as you can see highlighted below

Change True To False


Now once done Click on SAVE

and Now goto Layout Option and at below you can see attribution widget, now click on edit



Remove Attribution 

it the popup window click remove and you are done


powered by blogger will be removed from blog succesfully, Now you can check your site where you won't like to see tha "powered by blogger" widget(attribution)

Enjoy!!

Friday, 19 December 2014

How To Put AdSense Ads Between Posts

Put AdSense Ad Below Post Title 


In this tutorial we are learning that how to put ads between post and title simple easy way to increase adsense earning,you might have observed an adsense ad below post title in most of blogs,

why they prefer adding ads below the post title?

bcoz of after the post title is the place to put ads to increase (CTR)

GoogleAdSense
Google AdSense


Let's Start :-

Create Google Ads

1- Go to your Google AdSense Account

2 - Create a New Ad Unit :- ( for better result choose wide area ad size 300*250 medium rectangle or 336*280 Large

3- Now after click on save and get code 

4 - Select Synchoronus in the code type and copy AD code

5 - you need parse this code Using HTML parse Tool to change special char. into their corresponding HTML entites,

ads won't appear if you use that code directly

6 - Now Copy and Parsed Code

Adding Ads in Blogger Below Post Titles


Go to your blogger

but Note :- Backup your Blog Template before doing any changes in template!

Click on edit HTML button

Put cursor anywhere in template and Press CTRL+F and Search For

<data:post.body/>

Now Paste Below Code Just Above it 


<b:if cond='data:blog.pageType == &quot;item&quot;'>
Enter your PARSE Code Here
</b:if>z
Replace enter your PARSE code here with your parsed ad code.

Click on save template button.

and done!!

Note :- Based upon your template there are always chances that you will find multiple instances of <data:post.body/>

so try will all of them 

once you get correct one you wull able to see ads like this


the ad below post title will appear at left...

if you want to change it to Right side or at center USE below code

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align=”center“>   Please type this line manually. It can give you an HTML error.
Enter your Parse Code here
</div>
</b:if>


 if you don't this look and want to wrap text around google ads like this

LeftSide Ads

then use below code.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style=”float:left; margin:10px;”>
Enter your Parse code here
</div>
</b:if>
Replace left to right if you want to show ads on the right side wrapped with text.


Done! Enjoy =) 

Wednesday, 17 December 2014

How to Add an Admin Panel in Blogger

So in this post, we'll see how to add an admin panel with many awesome additons such as :-

-access to the bloggers homepage
-creat a new post or post
-view all your posts
-comments
-blog'slayout or add or rearrange gadgets
-edit HTML or Template
-Refresh page or post
-open a new tab with your blog's homepage
-blog setting
-stats (overview)
-and last :- log out!


Adminpanel
Blogger AdminPanel 

1st we need to do is get the ID of your blog by clicking on any options from Our Blog Dashboard

Bloggeradminpanel
Getting ID
withing the URL you will notice a string like above screenshot

 blogID=XXXXXXXXX

XXXXXXXXX is the Unique ID of your blog...

Copy the ID for the blog You wish to work so we can add adminpanel


  • Adding The AdminPanel To Blogger
  • Step - 1 


Go To Template --> Edit HTML button

Blogger EDIT HTML


  • Step - 2

Click anywhere inside the code area and press CTRL+F key to open the blogger search box


  • Step - 3


paste the line inside the search box then hit Enter to Find it

<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>


Note : if you can't find this line, try to find <body> tag

  • Step - 4 

just below this link add the following code

<span class='item-control blog-admin'>
<style>
.control-panel ul{z-index: 20; position: absolute; margin: 0px auto; background-color: #F6F6F6; width: 100%; }
.control-panel ul li{display: inline-block; float: left; padding: 7px 0px;}
.control-panel ul li a {color:#686868;padding: 7px 15px;border-right: 1px solid #E3E3E3;font-weight: bold;font-size: 13px;}
.control-panel a:hover {text-decoration:none; color:#FC8F44;}
</style>
<div class='control-panel'>
<ul>
<li><a href='http://www.blogger.com/home'>My Blogs</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#editor/src=sidebar'>New Post</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#editor/target=page'>New Page</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#posts'>All Posts</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#comments'>Comments</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#pageelements'>Layout</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#templatehtml'>Edit HTML</a></li>
<li><a href='#' onclick='location.reload(true); return false;'>Refresh</a></li>
<li><a href='/' target='_blank'>New Tab</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#basicsettings'>Settings</a></li>
<li><a href='http://www.blogger.com/blogger.g?blogID=XXXXXXXXXXXXX#overviewstats'>Stats</a></li>
<li><a href='http://www.blogger.com/logout.g'>Logout</a></li>
</ul>
</div>
</span>

Change XXXXXXXXXXXXXXX with your Unique Blog Id Previously Copied and be careful not to delete anything
  • Step - 4

Now last click on the save template button to save changes!!

now take a look at your blog while you are logged in to blogger and you shoul notice that your adminpanel appear on top of blog Enjoy

Monday, 24 November 2014

How To Get Approved By Google Adsense Via YouTube Trick ?


Everybody Know that Google Adsense is the Best Place for Making Money. It is a Program by Google that Enable Publishers to Generate Cash Through his Websites or Blogs. Adsense can generate cash according to per-page-expression and per-page-click.

Geeting Approved by Google Adsense is Very Difficult Game, So Keep in Mind that It is a Money Making Machine and Work on Adsense and You will Get Approved by GA by Follow These Simple Steps

On The Other side its ia Also Known name in the market of Advertising Network that is the main Source of Money to Adsense. It is a Dream of Every Blogger to have an Adsense Account So, Today am Gonna Show that How to Get Approved by Google Adsense Network. Sounds Good, There is no Complex work that you can Do It. Just Follow These Below Steps to Get Approved by Google Adsense.

  • Steps to Get Approved by Google Adsense Program


Create Google Account if you have Already, So SKIP.

Go to This YouTube Monetization Page.

Now in Monetization TAB you can See the Option of "Enable My Account". Just Click on It.

Now After Doing This a Pop-Up Dialog Box is Open that is "Term & Conditions". Accept it.

Now a page will Open Where You can Click on "Monetize" Button.

You can Enable your "Monetization Option" for your Youtube videos

Lets Do It, Now Time to Approve Google Adsense.

UPLOAD, 5-10 Unique Video that you create by him Self.

Wait ! ! Get Some Views on Your Youtube Videos.

Now Again go To "YouTube Monetization Page" and Find the Option "How Will i Paid" Expand it and Click on "Associate a Adsense Account Link".

Screen will Open Where you Submit the URL of Your Channel Where you want to Show Adsense Ads.

Click on "Continue" ans Submit Application.

Wait for a 1-2 Hour, Check Your Inbox and you got Mail From Adsense Program.

"Approved"

If You Faced any Type of Problem Related to This Article Please Leave Comment Below or You can not Approved by Adsense Program and You can't Able to Approve Our team Help You to Approve by Adsense.

We're happy to help! =)

How To Add Background Music To Your Blogger Blog/Website ?


Here is The Most Easy and Simple Method To Add Background Music In Your Blog/Websites

Background Music Has a Cool Effect On The Visitors of Your Blog or Websites, It May Help You In Catching The Attentions Of Your Visitors

Its Amazing that when user Surfing on Website/Blog and Listen Music that automatically starts when webpage is loaded. Embed any Background Sound and Music behind the Blogger Blog and Websites is too easiest work. One Day i surfing on internet and i see a player's blog and when i load that page automatically Music starts and i amazed and check my computer's background and i looking for where the music is played and i noticed that sound is coming from Blog's Webpage. Then I Decided To Adding Music in My Own Website and I Like To Share This Post So People Can Also Add Background Music To Their Blogs/Websites!

Let's Start!

Go To Blogger Dashboard > Layout.

Click On "Add Gadget" > HTML/Javascript.



Now Copy the Below script and paste in HTML/Java script Section.

--------------------------------------------------------------------------------------------------------------------------
<audio autoplay loop><source src="http://your-mp3-file-location.mp3"></source></audio>
-------------------------------------------------------------------------------------------------------------------------



NOTE : replace Your Song's URL With http://your-mp3-file-location.mp3 and Save the Gadget and View Your Blog and Listen Music While Surfing on Your Blog.

=D It's Done Now Check Your Blog And Enjoy Music =) 

Don't Forgot To Share , Stay Tuned with Us!

Tuesday, 11 November 2014

Signup For AdSense in New blog, blogger Big bug!

Google (Blogger) Big Bug or Whatever......!

Leave =D it Now you can Apply for your New Blog From Blogger No 6 Months Experianced Required Just Go To Blogger.com and Create New Blog n Post Something on Blog!

I just noticed this Bug!

Check My new Blog :-


Only 21 Views =D n Posts are Imported from other Blog =)

Now Create a New Blog

Then Go to the  Blog See Image 0 views Today!


Click on Earning!

You will see like this below Image!





Click On Sing Up!




Fill the form and Everything is done

But i suggested you post atleast 50 posts =D

don't worry mail me here =D gthakor16@hotmail.com

and i will send you Exported blog =D you just need to importe it into your new blog and one more thing you need to give atleast 100-200traffic to your blog otherwise your request for AdSense will not be approved!

Thank you! =D