Automatic Optimize All Images for Search Engines
To make your blog into blog SEO Friendly (Search Engine Optimization), many things we have to do, one of which is to add ALT tags on images that accompany each post. But it is not an easy thing to do every published image optimization for Search Engines. So, here I have prepared that use JavaScript code to add ALT tags for all images and optimize all the images for Search Engines (Search Engines). This method is the most convenient way to process image optimization for each blog post bloggers. To implement this technique, bloggers only takes no more than one minute.
How to Create Automatic Image SEO:
- Log In in http://www.blogger.com
- In the Dashbour, click and then click Layout Design
- Then click Edit HTML
- Copy the code below:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" <script type="text/javascript"> type='text/javascript'> / / <! [CDATA [$ (document). ready (function () {$ ('img'). each (function () {var $ img = $ (this); img.attr var filename = $ ('src' ) $ ("img: not ([alt]).") attr ('title', filename.substring ((filename.lastIndexOf ('/')) +1, filename.lastIndexOf ('.'))); $ ("img: not ([alt]).") attr ('alt', filename.substring ((filename.lastIndexOf ('/')) +1, filename.lastIndexOf ('.'))); / /] ]> </ script>
Paste the code before </ body>
- Save Template
Subscribe to:
Post Comments
(
Atom
)
Below?
ReplyDeleteRegards,
trickknow.com