Back To Normal
Click Here To Subscribe Via Email

Subscribe To Our E-Mail Newsletter

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

How to add caption for photos in blogger?


About caption to photos in blogger.Cute Captions for photos 

As improved features of blogger blog this lead to many feature like giving alt tags for image and adding captions for your images right from your dash board itself. Previously this operation used to be very tough because for everything you should move to code do some manipulation over there.
The defects by performing some changes in code this may affect your template design according to blogger ground please add caption from dashboard itself it’s very easy. Why to make tings complex by yourself.
caption to photos in blogger

caption to photos in blogger


Easiest method of adding caption to your blogger images.
Now there is an easier option. Blogger indraft has adding a simple image captions to the photo that you have added for post.

Add captions for photos in blogger

Log in to Blogger In Draft and go to post editor.

Click on the photo and a small menu bar pops up below the photo.
caption to photos in blogger

caption to photos in blogger


Click the Add caption link and type your caption. The caption will automatically centered below the photo.
caption to photos in blogger

caption to photos in blogger


If you want to remove the caption, simply click the picture again. The menu bar pops up, this time on top of the picture.

Click Remove caption and your caption will be gone.

Now that was easy. Enjoy!

this allows you to increase your image traffic.
Read More


How to add META TAGS to Blogger blog(blogspot) meta tags in template

what happens if we add meta tags for blogger?

Adding Meta tags for blogger blog will automatically bring lots and lots of traffic because those are the targeted key words for your blog. This will help you to drive traffic from search engines.
meta tags for blogger
blogger

These Meta tags which will describe your side and helps your site for getting better ranking in seo. And this helps the search engine what is this site about .meta tags allows the search engine to index pages perfectly. The above things clearly say that Meta tags will communicate with search engines and provides accurate info search engine and make it indexed correctly.
As we had talked about Meta tags. We should add main meta tags to head section of the template this will help your blog to attain nice rankings in search engines. One of the meta tag that describes your site briefly and clearly and other meta tag is meta key words this helps you to key words to template this also helps for better rankings.

Here is how to add meta tags to your blogger(blogspot) blog:


1.Go to "Template" --> "Edit HTML" of your blog.
meta tags for blogger
html editing

2.Find this code:

<b:include data='blog' name='all-head-content'/>

3.Now add below code just afterthe above code.



<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

Look at the example below:
meta tags
Replace,

DESCRIPTION HERE: Write your real blog description

KEYWORDS: Write the keywords of your blog

AUTHOR NAME: Write the author's name(Your name)

Now save your template. You have successfully added meta tags to your blogger blog.
Read More


How to add meta description for Blogger?Blogger meta description.

A good news for bloggers using Blogger can add meta description to their individual posts and pages and to there site also. This crazy updated feature from Google that will surly stand out and we can improve our seo terms accordingly. Meta description has #1 importance because because when post gets display in search engine this meta description is the thing read first by user. This meta not only displayed on search engines but also on all social media plat forms. A good description about the post will increase chance of clicking.
meta description for blogger
meta description for blogger

Step 1: Sample Meta Description blog

Enable and add meta description to your blog. 

Blogger meta

Go to Settings > Search preferences > Meta tags > Description and click the Edit link
  1. Click the Yes radio button to enable search description.
  2. Enter the meta description for your blog. This meta description will appear on your homepage and other multi-post pages.
  3. Click Save Changes button.

Blogger meta description
Blogger meta description
Step 2: Meta description for blogger post

Adding meta description to individual pages or posts:Blogger meta

Here the meta description for posts and pages are added via Blogger post editor.

  1. Click posts in dashboard and select edit option.
  2. Then move to search description option under post to the right side (this option get appeared when you perform first step1)
  3. Enter your meta description for post and click on done.
meta description for blogger
meta description for blogger
                                                Meta Description Tag Example
For all older post you have to write meta to get better look and ranks in search engine.

Step 3: check meta description

Meta Description HTML checker with this tool you can check the meta of your post and blog.paste url that's it you will with your meta
step 4: Blogger meta description code

If in case meta descriptions doesn't appear then take this step.

If this is situation no post in the blog is displayed with meta description the your template doesn't have the code for meta.
Go to Template > Edit HTML and insert this code right on top of <b:skin><![CDATA[
Repeat step 3

Read More


Custom robots.txt management in Blogger | robots.txt for blogger


What is meant by Robots.txt? custom robots.txt for blogger
Robots.txt is a text file on server where you can write some thing about directress and webpages or links should not be included in search engines. By this you can get some idea that you can restrict search engine to crawl directories and web pages or links of your website or blog.

custom robots.txt for blogger and  robots.txt in Blogger.

custom robots.txt for blogger
custom robots.txt for blogger


A good news for blogger sites that the google is continuously upadating blogger plat from. And now Google included robots.txt part into blogger. This means that a person who runs a blogger blog can also restrict search engine crawls.
Sitemap is the file that is located on the server where all the blog posts permalinks are present. Blogger is reading site map through feeds.

DIFFERENT TYPES custom robots.txt for blogger:  robots.txt in Blogger | robots.txt for blogger

Robots.txt for blogger type 1
This type of robots.txt allows search engine to crawl most recent 25 posts. If you really want to crawl most recent 25 post you can prefer robots.txt 1. Google ad-sense bot is allowed to crawl the whole website for best ad-sense performance.
User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Disallow: /b
Allow: /

Sitemap: http://mybloggerground.blogspot.com/feeds/posts/default?orderby=updated

Robots.txt for blogger  Type 2 

If you want search engine to crawl most recent 500 posts then you can do follow the Robots.txt Type 2
If you posts more then 500 then you have to add another site map that is given blow.
User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Disallow: /b
Allow: /

Sitemap: http://mybloggerground.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500

Robots.txt for blogger type 3:

If you more than 500 post please use following robots.txt


User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: /search
Disallow: /b
Allow: /

Sitemap: http://mybloggerground.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500
Sitemap: http://mybloggerground.blogspot.in/atom.xml?redirect=false&start-index=501&max-results=1000

If you have organized post labels in a well format and good experience of search engine optimization (SEO) then you can remove following line -

Disallow: /search

If you don't want to submit any blogger post or page to search engines then you can add them like that:
For Post add a line like that -

Disallow: /yyyy/mm/post-name.html
For Page add a line like that -

Disallow: /p/page-name.html

  For this please follow these steps carefully.  robots.txt in Blogger.
Dashboard ›› Blog's Settings ›› Search Preferences ›› Crawlers and indexing ›› Custom robots.txt ›› Edit ›› Yes
To get better understanding of this you can take reference of image given below:
 robots.txt in Blogger.
robots.txt in Blogger.

Customize accordingly...
Read More