Thursday, February 21, 2013

blogger meta description best practices

When creating a brand new blog, it's really important to insert meta tags on the bloggspot site such as title, keywords, description, robots ... etc.The major search engine such as google is intelligent enough to create relevant keywords for the blog/site by crawling the page. so what is the point of adding keyword meta tag to site ?? It is not really important perspective to Google. however other search engine may be use keyword meta tag, so do not forget to add keyword meta tag.  

The description meta tag plays major role on Google page ranking. don't forget Google own more than 60% percent of search engine traffic.Traditionally we are used to adding meta tag to blogger site similar to below by editing the html code of the blog.

 <meta content='your site Title is here' name='title'/>
 <meta content='your site keyword is here' name='keyword'/>

But what happen if you do the same for description tag ?? If you do that, every page of your blog has same description and search engine refuse to index those page by considering they have same content.so I'm going to discuss best practices of creating meta description to your blog.


* Adding Global meta description



1) Write a blog/web description

Take your time and create best description that is suitable to your site. it should be clear and concise with characters of 80 - 100.

2) Login to blogger site

so let's take advantage of blogger inbuilt tool of putting meta description.
 go to Setting --> Search preference --> edit Description and save. Use blow screen capture for your reference




Adding global meta Description to Blogger






















* Adding meta description for each post



3) So now you have successfully added global  description to your blog. next thing is, put a description to each blog post.It's so simple. go to Post --> click "edit" which post you want to add description
find "Search Description" field from left hand side panel, insert you page description, now you are done.




individual description to each blog post





Tip:- your page description should be the summary of the post. Remeber to add as much as keyword when you writing that summary ( to find relevant keywords use Google Adwords tool)
you can verify each meta tags including description meta tag using below tool.
http://www.submitexpress.com/analyzer/


4) happy blogging :)

Wednesday, February 6, 2013

Fixed Missing eth0 after creating a clone vm on linux kvm

Recently I have created a cloned virtual machine using redhat linux kvm, once the system is booted up
virtual machine  was unable to connect to system eth0 instead it's connected to Auto eth0 interface as below,
after doing some google search and reading some forums I have found a reason for this error.
this is due to cloned VM is using original VM mac address. in this tutorial I'm going to
show you how i solved that problem



Auto eth0 on kvm cloned virtual machine



















1) Edit ifcfg-eth0

go to /etc/sysconfig/network-scropts/ifcfg-eth0
and remove or comment the HWADDR line as following



ifcfg-eth0



if you want check newly cloned vm NIC mac address pls follow this steps
select guest os click edit  -->  virtual machine details --> show virtual hardware detils -->
select NIC --> view the mac adds.


2) Remove 70-persistent-net.rules

 command is  #rm /etc/udev/rules.d/70-persistent-net.rules
you may have different name for persistent-net file

persistent-net.rules







3)Reboot the system

 now system eth0 should be available also there should be new persistent-net.rules file with actual NIC mac address of cloned vm.


Saturday, February 2, 2013

How to fix audio video out of sync after conversion

Sometimes when you are converting video from one format to another, you may be experienced audio video out of syn after conversion.In this tutorial I'm going to show you how to fix it.




1) Download the Any video convertor. http://www.any-video-converter.com/products/for_video_free/  
.It is totally free. There is ultimate version of that software, but free version is enough for this.


2)After installing Any video convertor and select the video file you need to be converted.
please not that, I was tested with flv into mp4 conversion and output mp4 video has similar audio/video syn quality like the original one. I didn't have oppurtunity to test with other video formats but I'm pretty sure,
this method should work for any video format if it is supported by this converting software.


3)Now go to edit --> options.. --> select video tab --> increase Audio/Video Sync factor ( Default sync factor: ) to about 40 as the following image



solution for Audio video outof Sync issue from any video convertor







































4) by increasing Audio/Video Sync factor to higher value you can have better quality output but remember that takes time to complete the conversion.


5) hmm.. that's all , don't forget to put your comment/feedback here :)  .



Related Posts