Monday, November 2, 2015

Auto image SEO Script For Blogger

with 11 comments

Auto image SEO Script For Blogger
Auto image SEO Script For Blogger

Give the auto alt and title tag will help you to Getting a mass Traffic to your website from image searches and  make a Search Engine Optimization friendly Web Page for the Search Engine.




there are many auto image SEO scripts but maybe one per thousend work, but i find one latest and fully working script, which i am also using in my this blog.

How this Script Works?

This is a very simple JavaScript which will add the alt tag as well title tag to your images automatically when you upload and insert into post. Alt tag is the tag which is used to display your alternate text to the image. Sometimes it may happens that your images is not opening due to slow internet speed. At that time your alt text will be displayed instead of images, also it will help bot to understand what object is that and what information it contains.

What is Title tag ?

Title Tag is the attribute added to the <img> tag in order to add title to the images.As you know that the title for the post is important like wise the Title for the images plays that much important role.


How to add auto Image SEO script for blogger

to optimize search engine friendly images you need to edit every image's alt and title tag which is not good idea i guess, so you can add this script to your blogger blog and it will automatically gives title and alt tag to all images.

  1. goto blogger.com 
  2. goto templates and backup first your current template.
  3. now click on edit HTML
  4. search for </body> tag
  5. add following code just before the </body> tag, and save template.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js' type='text/javascript'/>
//Image SEO Script by - Bloggingtipsbyakash.blogspot.com
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function() {
$('img').each(function(){
var $img = $(this);
var filename = $img.attr('src')
$img.attr('title', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
$img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
});
});
//]]>
</script>

DONE. you have successfully added auto image SEO script, thank you hope it is helpful also please subscribe to our email subscription, and share this post with your blogger group. 

11 comments:

  1. This blog explains the details about what happened after the expressions. This gives the

    details of the thinking next what to do. All that are discussed and provide a grateful talk.


    SEO company in India

    ReplyDelete
  2. I have make some improvements in this version for best results, so i have named it AIO Pack V2.0. If you are exciting to see changes in it then kindly read the whole pos search firms

    ReplyDelete
  3. Worked for me. My images were no 1 on Google Search after using Alt Tag Learn how to create and monetize a free blog

    ReplyDelete
  4. Thank you for sharing! This article is very helpful and easy to understand. Have a good day!


    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. This comment has been removed by the author.

    ReplyDelete
  8. This comment has been removed by the author.

    ReplyDelete
  9. Excellent blog, thanks a lot for sharing this article have been looking since so long for this type information. Thanks a ton once again. hire a virtual assistant

    ReplyDelete

Powered by Blogger.

Connect With Us