Browsing "Older Posts"
Home
»
blogger
If you are looking for a free blogging platform, then blogger best of
all. It has many incredible features which make it a unique platform from
others, like it has many professional templates which you can easily customize
and you can use unlimited third-party professional template, you can add custom domain,
high security, easy use and many other features. But if you are looking for a
blogger alternative platform. In this post we try to tell you some
best blogging platforms, these are free for blogging.
среда, 24 июня 2015 г.
how to add Facebook page like and sharing button in blogger blog.
Facebook like button is a good way to increase your fan page likes. It
allows to visitors either like your page or share with their friends and family
without leaving your blog. You will be noted that many bloggers using this
button on their blog, but some new bloggers are confusing to add this important
button in blog. In this post I am going to provide step by step guide, how to
add Facebook page like and sharing button in blogger blog. Follow the below
steps.
If you interested to add this button in the post bottom, then paste below code just below<data:post.body/> tags.
Note. <data:post.body/> code usually appears two to three times in a blogger template. Try the second code, if it doesn't work, then try in other two.
Now save the template and view your blog's any post to check the result, hopefully it will be working. I hope this tutorial be helped that how to add Facebook like and share button in blogger blog. If you are facing problem about this tutorial then place your comment in below the comment box.
- Login to your blogger account by providing user name and password.
- Select template, then edit HTML
- Now find out </body> tag by pressing (Ctrl+F) and paste the below code just above it.
<div id="fb-root"></div>Past the blow codes where you want to appear like button in your blog. If you want to appear like button below every post title, then follow the steps. Find out <data:post.body/> tags and paste the code just above it.
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
If you interested to add this button in the post bottom, then paste below code just below<data:post.body/> tags.
<div class="fb-like" data-href="https://www.facebook.com/thebloggerguide" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>Replace https://www.facebook.com/thebloggerguide with your fb page URL.
Note. <data:post.body/> code usually appears two to three times in a blogger template. Try the second code, if it doesn't work, then try in other two.
Now save the template and view your blog's any post to check the result, hopefully it will be working. I hope this tutorial be helped that how to add Facebook like and share button in blogger blog. If you are facing problem about this tutorial then place your comment in below the comment box.
How to Get Live Chat on Your Blog
If you are running an eCommerce blog and selling some products on it, then it is
truly important make to quickly communicate with your customers ask about your
products. A live chat widget is capable to do this task. There are so
many blogs and websites who already used this widget to make a quick
communication with customers. Most bloggers specially newbie are wondering that
how they can implement a live chatting widget in their blog. To add this
widget in a blog is very easy task, we do can in a few steps. In this post I
want to tell you how we can easily install this important plugin in a blogger
blog.
There are so many websites who are providing this service free and some take some charges for it. Among this all I select Mylivechat.com because it has many incredible features. You can easily create a free of cost account for personal, if want use for business then you can upgrade. Fast & reliable dedicated server, unlimited bandwidth. You can customize your guestbook to the look of your website. With the help of this, you can answer your visitors’ queries instantly. There are many themes , where you can easily select colors, table size, alignment etc. You do not need any programming language knowledge.
Login to your blogger account. Select template and edit html after proceeding, find </body> (by using Ctrl+F), paste the embed code and save template. Live chat will be start working instantly.
I hope you will be successfully installed live chat widget in your blog. If you are facing any problem about this widget then ask in the below comment box.
There are so many websites who are providing this service free and some take some charges for it. Among this all I select Mylivechat.com because it has many incredible features. You can easily create a free of cost account for personal, if want use for business then you can upgrade. Fast & reliable dedicated server, unlimited bandwidth. You can customize your guestbook to the look of your website. With the help of this, you can answer your visitors’ queries instantly. There are many themes , where you can easily select colors, table size, alignment etc. You do not need any programming language knowledge.
How to Get Live Chat on Your Blog
First of all simply go to https://mylivechat.com/, create an account by providing username, email address and the get the embed HTML code.Login to your blogger account. Select template and edit html after proceeding, find </body> (by using Ctrl+F), paste the embed code and save template. Live chat will be start working instantly.
I hope you will be successfully installed live chat widget in your blog. If you are facing any problem about this widget then ask in the below comment box.
How to Disable Post Selection in Blogger Blog
Copy and paste trend increasing day by day, there many newbies who create a blog
and start copying contents from other blogs and paste on their blog. Google
already started to penalize these kind sites and include it spam category.
Google usually ignores these kind sites, but some time creates problems for your
blog too. So, this always important to petrol your blog from spammers. You can
get rid your blog from these kind people, if you disable the mouse selection
function on your blog posts. I already included this hack in my blog and I
want to share with you how to disable mouse selection on blogger blog
with help of CSS.
1. Login your blogger account.
2. Now click on Edit HTML>> Unfold code ><b:skin>--</b:skin>
3. Now find for the ]]></b:skin> code using CTRL+F then paste below code just above it.
I hope you will be learned how disable the mouse selection in blogger blog. If you are facing any problem with this track, then share with us in the comment. Thank you, have a nice day.
How to Disable Post Selection in Blogger Blog
We do this job by using CSS or JavaScript, but JavaScript makes a blog very heavy and take more time in loading and CSS is more compatible for it. So, we only use CSS coding to prevent blog posts from the selection. Follow the below steps.1. Login your blogger account.
2. Now click on Edit HTML>> Unfold code ><b:skin>--</b:skin>
3. Now find for the ]]></b:skin> code using CTRL+F then paste below code just above it.
body {4. Now save template and check the result. Hopefully it will be worked.
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
-o-user-select: none;
user-select: none;
}
How re-enable blockquote and tables
The above code disable all the elements include images, tables and blockquote. If you're sharing some coding in your blog, then this code can also create problem for viewers, but no worry, you can leave blockquote and tables for selection. You just need to add below CSS code too..post blockquote,table{-webkit-user-select: text;The above CSS code allow to your visitors to copy the table and blockquote content.
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
Remember
The above code may not be working for every blog. If a blog template has different a class of CSS e.g. in some template used blockquote instead of .post blockquote. So, you needed to find out it and replace .post blockquote with it.I hope you will be learned how disable the mouse selection in blogger blog. If you are facing any problem with this track, then share with us in the comment. Thank you, have a nice day.
How to Add Widgets Sitemap in Blogger
A few days ago I published two posts about submitting a blog sitemap to Google and Bing webmaster tools, but this sitemap only for
search engines, and this also good idea if you make a sitemap page for visitors
too. You will be noticed that many bloggers created a sitemap page in their
blog. This page helpful for visitors to easily reach a blog all articles as well
as for search engine crawling-bots to quickly index your blog posts. In this
post I will try to create an awesome CSS sitemap page in a blogger.
How to Add Widgets Sitemap in Blogger
1. Login to your blogger account
2. Go to create new page >> blank page. Write sitemap in the
title
3. Paste the below code in HTML tab and publish the page.
So friends you learned how to create a beautiful sitemap
page with help CSS in blogger blog. Well, I am waiting your feedback in the
comment section below.
Default Set Up Robots.txt File for Blogger
A few post back I have shared a post about how to set the search preferences in blogger and in the last
of this post I had promised with you that in the upcoming posts I will share
about blogger robots.txt. So today I bring a complete tutorial about the
custom robots.txt file. Actually, this a simple text file (not
html) which is giving instruction to search engine bots that which pages either
index or not. The search engine bots and other crawling bots usually obey this
text.
This very important factor in SEO, with the help this text file, you can block your blog's any irrelevant URL such as label, demo pages any other page which is not important to index in search engines.kbcfss bjkl
User-agent: Mediapartners-Google
This very important factor in SEO, with the help this text file, you can block your blog's any irrelevant URL such as label, demo pages any other page which is not important to index in search engines.kbcfss bjkl
Default Set Up Robots.txt File for Blogger
In blogger we are using default robots.text like below.User-agent: Mediapartners-GoogleFirst, I want to explain the terms of this file because this very important to know what are you doing in your blog. If you do any mistake in adding of this file. In the result search engines can ignore your blog or reduce blog's ranking. In below I explained all terms of the robots.txt file.
Disallow:
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://example.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
User-agent: Mediapartners-Google
Mediapartners- is the name of Google AdSense crawling bots name and this is
only beneficial for those blogs who are using Google AdSense on their blogs. It
helps to display your niche ads on your blog. If you are not using Google
AdSense in the blog, then you don't need to keep this line.
User-agent*
When you mark User-agent with asterisk (*) sign, this means you allow all crawling bots such as Google-bots, bing and other search engines and directories bots.
Disallow: /search
This code will block all URLs which having keyword search after the domain name. In blogger all labels and search pages urls having this kind structure. So, that means you block all labels and search pages from crawling.
Allow: /
When you mark User-agent with asterisk (*) sign, this means you allow all crawling bots such as Google-bots, bing and other search engines and directories bots.
Disallow: /search
This code will block all URLs which having keyword search after the domain name. In blogger all labels and search pages urls having this kind structure. So, that means you block all labels and search pages from crawling.
Allow: /
This code specially used for homepage and it invites the search engine
spider to crawl and index your blog home page.
Sitemap:
Sitemap:
Sitemap is helpful to show your content to search engines and it is
inviting the search bots to crawl your blog posts quickly and it also notifies
the search engines when you do any changing in blog.
For post
How To Disallow post Or Page Using Robots.txt File?
If you want to prevent any page or post from search engines crawling. You can do by using custom robots.txt file, simply write after User-agent* disallow: then "/" and place your post or page's except the main domain name like below.For post
Disallow : /2015/04/your-post-url.html
For page
Disallow : /p/your-page-url.html.
Go to your blogger dashboard
For page
Disallow : /p/your-page-url.html.
How to generate robots.txt file?
After reading, this this tutorial I hope you will be able to create robots.txt file. This very easy and you don't require to learn any special language or techniques. So you can create manually or use the below online tools the file.Adding Custom Robots.txt File In Blogger
Once you create robots.txt file, then you easily add in blogger.Go to your blogger dashboard
- Select Settings, then Search preferences Crawlers and indexing > Custom robots.txt > Edit > Yes.
- Paste your robots.txt code in it.
- Click Save Changes button.
Why should you need to install Disqus comment system in your blog?
Commenting is a great way to engage with your blog audiences and provide them a
quick help. To communicate with your audiences you need to add comment box in
your blog. Blogger already provides a featured comment system for their users
which means you don't need to add third party comment system, but if you
are searching to add more advanced comment system in your blog then
Disqus is a best choice for you. It is a platform, which provides free
comment hosting service for blogs and websites along with more advanced features
such as social integration, social networking, user profiles, spam and
moderation tools etc.
SEO friendly
This comment system is considered more SEO friendly, you can get rid from spam comments and links.
Reduce the bounce rate
It adds real time threaded comments and display a related discussion below comments which help to reduce your bounce rate.
Set a custom avatar
This allows to commenter to set an avatar along with their comments.
Make money
If your blog approved in its affiliate program, then you can make money by showing related ads in the comments
1. Go disqus site and create a new account by providing user name, email, password and click on next.
2. In the second step, pick your site name and admin url and click on Finish Registration
3. Now it asks you to select your blog platform, in this time we are adding in a blogger blog, so click on blogger.
4. After the selecting blogger, now you can see two options 1. Add Blogger Site 2. Import your existing blogger comments into Disqus. Select the first option. A new pop up window will open which allow you install the widget in your blog.
5. Select a blog which you wanted to integrate disqus comments and click on add widget.
Now you have successfully done.
Hopefully this post will be helped you to add Disqus comment system in blogger blog. Let me tell if facing problem about that in the comments section. Thank you and have a nice day.
Why should you need to install Disqus comment system in your blog?
This a free third party comment system and already used on so many blogs and websites. It has plenty of features which make it a unique comments system. Its some features are belowSEO friendly
This comment system is considered more SEO friendly, you can get rid from spam comments and links.
Reduce the bounce rate
It adds real time threaded comments and display a related discussion below comments which help to reduce your bounce rate.
Set a custom avatar
This allows to commenter to set an avatar along with their comments.
Make money
If your blog approved in its affiliate program, then you can make money by showing related ads in the comments
How add disqus comment system in blogger blog
This is not difficult to add in your blogger blog, you can easily integrate in just a few clicks1. Go disqus site and create a new account by providing user name, email, password and click on next.
2. In the second step, pick your site name and admin url and click on Finish Registration
3. Now it asks you to select your blog platform, in this time we are adding in a blogger blog, so click on blogger.
4. After the selecting blogger, now you can see two options 1. Add Blogger Site 2. Import your existing blogger comments into Disqus. Select the first option. A new pop up window will open which allow you install the widget in your blog.
5. Select a blog which you wanted to integrate disqus comments and click on add widget.
Now you have successfully done.
Import the Blogger comments into Disqus
This system also allows you to import your blog exist comments to disqus, to do this job, go back to the setup page and select Tools >> import. At the next step click on import comments from Blogger. Now google ask for permission, click on grant access. In the next step, select your blog. Disqus takes some time (up to 24 hours) to import your blog all comments.Hopefully this post will be helped you to add Disqus comment system in blogger blog. Let me tell if facing problem about that in the comments section. Thank you and have a nice day.
How to add multi-level responsive navigation menu bar in blogger
In a previous
tutorial I have shared a collection of beautiful vertical navigation menu bar with you, after that
our some followers request me that how to add a responsive menu in in blogger.
After the request of these friends, today I bring a multi-level responsive
menu and we are going to add in a blogger blog. Actually a responsive
menu is a bar which adjusting with screen width, if a visitor visit your
blog through desktop, then it looks like a traditional menu bar, but when
someone access to your blog through a smart phone or tablet then it looks as a
mobile application. In these the using of smart phones and tablets increasing
day by day. You would be noticed that many visitors are accessing to your blog
through mobile phones. So this utmost necessary to make your blog mobile
friendly.
How to add multi-level responsive navigation menu bar in blogger
This is not an uphill task to add this menu in your blog, follow the
instructions.
1. Login your blogger account and select a blog which you want to add this
menu.
2. Select template >> edit HTML.
3. After opening your template all coding, search <head> and paste the below links.
<link href='http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' rel='stylesheet'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src='https://googledrive.com/host/BzPgmXeCwsMRc0o1NnM4QU1OSVE' type='text/javascript'></script>
Adding CSS codes
First of all, click on below 'view code'
and copy all css code from appearing pop up window then search ]]></b:skin> in your blog template and paste
just above it.
Adding HTML codes
This depends on you, where you want to appear menu in your blog. If you
want to appear after header, then find </header> tag and paste the below codes just
after it.
<nav>
<a id="resp-menu" class="responsive-menu" href="#"><i class="fa fa-reorder"></i> Menu</a>
<ul class="menu">
<li><a class="homer" href="#"><i class="fa fa-home"></i> HOME</a>
</li><li><a href="#"><i class="fa fa-user"></i> ABOUT</a></li>
<li><a href="#"><i class="fa fa-camera"></i> PORTFOLIO</a>
<ul class="sub-menu">
<li><a href="#">Sub-Menu 1</a></li>
<li><a href="#">Sub-Menu 2</a>
<ul><li><a href="#">Sub Sub-Menu 1</a></li>
<li><a href="#">Sub Sub-Menu 2</a></li></ul> </li>
<li><a href="#">Sub-Menu 3</a><ul>
<li><a href="#">Sub Sub-Menu 1</a></li>
<li><a href="#">Sub Sub-Menu 2</a></li>
</ul></li></ul></li><li><a href="#"><i class="fa fa-bullhorn"></i> BLOG</a></li>
<li><a href="#"><i class="fa fa-tags"></i> CATEGORIES</a>
<ul class="sub-menu">
<li><a href="#">Sub-Menu 1</a></li>
<li><a href="#">Sub-Menu 2</a><ul>
<li><a href="#">Sub Sub-Menu 1</a></li>
<li><a href="#">Sub Sub-Menu 2</a></li>
</ul></li><li><a href="#">Sub-Menu 3</a><ul> <li><a href="#">Sub Sub-Menu 1</a></li><li><a href="#">Sub Sub-Menu 2</a></li> <ul> </li></ul></li><li><a href="#"><i class="fa fa-envelope"></i> CONTACT</a></li><li><a href="#"><i class="fa fa-sitemap"></i> SITEMAP</a></li><li><a href="#"><i class="fa fa-exclamation-triangle"></i> DISCLAIMER</a></li></ul></nav>
Replace the # with your blog links and
anchor text with your own. Done
Remember
If you are using the blogger mobile version template in your blog, first
disable it by going.
- Select template >> click the gear icon
- Select No. Show desktop template on mobile devices.
Now check your blog with different devices. Hopefully it will be working
properly, if you are facing any problem about adding this
multi-level responsive menu bar then leave your comment
below.
Ярлыки:
blogger
,
Create
,
DropDown
,
Responsive
how to submit a sitemap to Google
When we create a new blog, then we anxious, how to make traffic for it and we apply many methods like
social media sharing, blog comment and other, but search engines are important
thing , its traffic called organic traffic, which is utmost necessary for the
establishment a successful blog. In this a reason webmaster always focuses on
search engines. Google is a main search engine and almost 80% internet users are
using for searching information. So, this always important to submit your blog
to Google. When we submit a blog to Google webmaster tool, then Google request
us, please submit your blog sitemap. Many people know how to submit a sitemap
to Google, but some new newbies are confusing to do that. In post I want to
tell how we can add sitemap to Google webmaster tool.
Note: the above site map work for blogs which have 500 below posts, if you have more than 500 then you need to add one more sitemap, its all process same but add the below XML file.
Once you add, Google takes some time to index your blog's posts and after that Google start to index and send traffic to your blog. I hope you will be learned, how to submit a blog sitemap to Google webmaster tool. If facing any problem about that, then ask in the below comment box.
What is XML Sitemap?
I am sure you will be thinking that what an XML sitemap is. I simply describe that it is an XML file which contains on your blog URLs and other additional information about each URL. Search engine bots sitemap file to crawl and index your blog.Why do you need to submit a sitemap?
It informs the search engine bots about your blog post and pages which are available for crawling. It also helps to inform the Google about the structure of your blog and increase the coverage of your blog. So, this truly important to submit a site map to the Google webmasters tool.How to submit sitemap to Google?
To add a sitemap you just need to verify your blog ownership in Google webmaster tool and I sure you will be already done it. Now follow the below simple steps.- Login in to Google webmaster tools and select a blog which you to add sitemap.
- Now click on the ADD/TEST SITEMAP button, like the below screenshot.
- Now add the below XML file in the blank small window and refresh the page.
atom.xml?redirect=false&start-index=1&max-results=500
Note: the above site map work for blogs which have 500 below posts, if you have more than 500 then you need to add one more sitemap, its all process same but add the below XML file.
- atom.xml?redirect=false&start-index=1&max-results=1000
Once you add, Google takes some time to index your blog's posts and after that Google start to index and send traffic to your blog. I hope you will be learned, how to submit a blog sitemap to Google webmaster tool. If facing any problem about that, then ask in the below comment box.
most commented posts widget
Most excited bloggers who want to add new things in their blog. For
those bloggers, today I bring the most commented posts widget. This a
widget which show highest number of commented post on your blog's sidebar with
pretty CSS3 effects which make this widget more attractive for visitors. The
principal of this widget is same as popular posts widget which rise the most viewed posts.
If you are interested in this widget and want add immediately in your blog, then
it is very easy to add in blogger, simply follow the below steps
How to Add Top Commented Posts Widget for Blogger
- Click on below Get Codes and copy all codes from appearing pop up window
- Login your blogger account
- Go layout section and add new gadget
- Select html/JavaScript
- And paste the copied codes in it.
Now you need to do some little customization in these coding
Replace URL "thebloggerguide.com"
with your blog's URL
Replace this "10" with how many
post titles you wish to display in the list.
Save gadget. Done
Now view your blog, I hope the most commented posts widget will be
worked on you blog.
How to Create a Feed with Feedburner for blogger
When you are writing helpful contents, then some visitors also want
to they updated from your upcoming new posts. To manage these types visitors you
should need to add email subscription or RSS feeds on your blog. This is
the best way to deliver to your blog update to subscribers inbox and they
obviously visit your blog when they check their email inbox. In blogger this
service provided by Feedburner, which Google own product. It is well known web
feed management provider. In this post I will provide step by step guide that
how setup a feed with Feedburner for blogger.
Read: Email Subscription with Social Media Widget for Blogger
2. Put your blog url in the Burn a Feed Right This Instant and then click on next.
3. After the opening new page again, click on next button.
4. Now provide your feed title and URL address and click on next button
.
5. The next page you will receive a congratulation message on your screen that now your feed is live and click on next.
6. In the next step, it will give some options, read it and check those options which you want and click on next.
Now you have successfully done all steps
1. Login your blogger account
2. Go setting >> other >> site feed
3. Click on edit and type your feed and click on save setting
Read: Email Subscription with Social Media Widget for Blogger
How to Create a Feed with Feedburner for blogger
1. Open the Feedburner site and sign in with your Google account.2. Put your blog url in the Burn a Feed Right This Instant and then click on next.
3. After the opening new page again, click on next button.
4. Now provide your feed title and URL address and click on next button
.
5. The next page you will receive a congratulation message on your screen that now your feed is live and click on next.
6. In the next step, it will give some options, read it and check those options which you want and click on next.
Now you have successfully done all steps
Activate FeedBurner Email Subscription service
Once you create a feed in Feedburner then you also want to give option for visitors to subscribe your blog through email. To activate the email subscription service on your feed. Go to publicize tab, then click on email subscription in the right sidebar and then click on activate button, like below screen shot.
Redirecting All Your Blog Feed to Feedburner
This another important thing to redirect all your blog feeds to Feedburner. To do this, simply follow the below steps.1. Login your blogger account
2. Go setting >> other >> site feed
3. Click on edit and type your feed and click on save setting
Now your blog's all feed redirected to Feedburner and you can add email
subscriptions, RSS feed gadgets from the blogger's gadget store. Add one or
both to provide your readers subscription service on your blog and get more
traffic. So, in this post you have learned that how to setup a Feed with
Feedburner in blogger. If you are confusing still the place your question in
the comment box.
Ярлыки:
blogger
,
Email
,
Feedburner
,
Setup
,
Subscription
How to set custom robots headers in blogger
The blogger developers are consistently working to improve
blogger's performance and they are adding new features time to time. A few years
ago, they introduced two SEO features; 1. Custom robots.txt, 2. Custom
robots header tags.
These both are more advanced features and most new bloggers are confusing to set it. Blogger has already given a warning that the incorrect use of these features, search engines can ignore your blog. So, this is a sensitive matter. If you don't have proper knowledge about it, then don't use this feature in your blog.
These both are more advanced features and most new bloggers are confusing to set it. Blogger has already given a warning that the incorrect use of these features, search engines can ignore your blog. So, this is a sensitive matter. If you don't have proper knowledge about it, then don't use this feature in your blog.
In the previous post I have discussed. In this post we
are going to learn how to set the custom robots header tags in blogger. This
feature helps you to tell search engines that which portion your blog index or
not. This is similar to custom robots.txt but here you don't need to write code.
Only check the already given options.
How to set custom robots headers in blogger
There is no specific setting for this feature. Every blogger can
set it according to their need, but the most recommended setting is given in
below which can use every blogger In without any worry.To add this setting,
simply follow the below steps.
- Login to your blogger account
- Select settings >> search preferences
- Select Custom robots header tags >> click on edit then yes.
- Now check the all tags such as below screen shot.
Explanation of custom robots header tags
You also need to have proper knowledge about header tags. You should understand that what you are doing on your blog. In the below I have explained all tags one by one.
All- if you set this tag its mean you all crawling robots to
index your content. By default, we use this tag for Homepage and posts.
Noindex- don't index this content and not show in search
results. By default, we use this tag for archive and search.
Nofollow- treat the content links as nofollow.
None- this tag equivalent to Noindex and nofollow
Noarchive- don't index "cached links" such as label and
search pages.
Nosippet- if set set this tag, then google doesn't show your
post's description in search results.
noodp- if your blog indexed in The Open Directory Project
(dmoz.org) then google uses the metadata from here and show in the search
result. If you set noodp, then google doesn't use blog's metadata.
Notranslate – if your blog's language is different from the
visitor language, then google showing a link for translating in search results.
If you set this then google don't display this link in search results.
noimageindex – if you set this option then search wouldn't
be indexed your blog's images.
unavailable_after – The page will not be shown in search
results after the specified date and time.
Need more help
So, friends now you have learned how to set custom robots header
in blogger. Let me tell if you have any queries about this feature, then don't
hesitate and place your question in below comments box or contact us page. I
will surely reply back as soon as possible. Thank you for visiting our blog and
have a nice day.
вторник, 23 июня 2015 г.
how to Add yahoo smileys emotions / Skype Emoticons / Facemoods Emoticons / FaceSmooch Emoticons in blogger comments.
Now Friends you can use yahoo smileys emotions / Skype Emoticons / Facemoods Emoticons / FaceSmooch Emoticons in blogger comments as well.today i'm give you cool emoticons for blogger comments.you can add this most wonderful emocation for your blog.Now I will tell you how to install yahoo smileys emotions / Skype Emoticons / Facemoods Emoticons / FaceSmooch Emoticons in blogger comments.
Tutorial Step by Step
1.Login to your Blogger dashboard > Layout > Edit HTML and check the "Expand Widget Templates" box.
As I always say before attempting any tutorial or hack its wise to make a backup of your blogger template. So please download your blogger template.
How To Add Skype Emoticons For Blogger Comments
1.Login to your blogger dashboard--> Desing- -> Edit HTML
2.Scroll down to where you see
tag.
3.Copy below code and paste it just before the
tag
5.Now Scroll down to where you see
UPDATE: I updated some of my posts, this post I update 17+ Featured Content Slider for Blogger Using jQuery ..........
Tutorial Step by Step
1.Login to your Blogger dashboard > Layout > Edit HTML and check the "Expand Widget Templates" box.
As I always say before attempting any tutorial or hack its wise to make a backup of your blogger template. So please download your blogger template.
How To Add Skype Emoticons For Blogger Comments
Now Follow the simple steps below to do it:
2.Scroll down to where you see
3.Copy below code and paste it just before the
:a
:b
:c
:d
:e
:f
:g
:h
:i
:j
:k
:l
:m
:n
:o
:p
:q
:r
:s
:t
5.Now Scroll down to where you see

.png)


























:t 