Tuesday, January 25, 2011

Ping Your Sitemap To Search Engine (Google, Yahoo, Bing, Ask)

XML sitemaps are used to inform search engines about the web pages available to crawl on your website or blog. Basically search engines find all web pages by navigating links on your websites but sitemaps enhance search engine crawling by providing explicit link and content about the specific urls on your website. When we submit sitemaps to search engine then they don’t ensure that your web pages will be indexed/searched, but they increase both the probability and speed of indexing/searching.
Whenever you have new content on your website or blog, it is necessary to make sure that the search engines know about your new web pages and post to get the content indexed as soon as possible. This can be done by pinging your xml sitemap to search engines. There are many search engines and services you can ping your sitemap to, but according to me, it is necessary to submit your sitemap to major search engines like Google, Yahoo, Ask, Bing.
So create the XML sitemap of your website and also compressed your sitemap in .gz format. Now you can alert the search engines in two ways.
1. By Manually
2. By Cron Jobs (For Web Developers)
By Manually: You have to type a specific formatted url in browser of your sitemap.
By Cron Jobs: Whenever a new sitemap is available for your website then submit your sitemap using your coding language by opening connection in background like curl. This method is used by web developers.
Suppose the address of your sitemap is http://www.example.com/sitemap.xml.gz

Ping Google
Google is the biggest search engine, and you will have to submit your url to Google.
The ping url for Google is
http://www.google.com/webmasters/sitemaps/ping?sitemap=http://www.example.com/sitemap.xml.gz

Ping Yahoo
Their ping url for Yahoo is
http://search.yahooapis.com/SiteExplorerService/V1/updateNotification?appid=YahooApplicationID&url=http://www.example.com/sitemap.xml.gz
Where YahooApplicationID is a unique id of your website generated by Yahoo. To get the id of your website, Please Click Here

Ping Bing
Their ping url of Bing is
http://www.bing.com/webmaster/ping.aspx?siteMap=http://www.example.com/sitemap.xml.gz 

Ping Ask
Their ping url of Ask is
http://submissions.ask.com/ping?sitemap=http://www.example.com/sitemap.xml.gz

Submit Sitemap Using Curl (Code for PHP Developers)
$PingUrl = "http://www.google.com/webmasters/sitemaps/ping?sitemap=http://www.example.com/sitemap.xml.gz";
$curl_handle=curl_init();
curl_setopt($curl_handle, CURLOPT_URL, $PingUrl );
curl_setopt($curl_handle,CURLOPT_RETURNTRANSFER,1);
$buffer = curl_exec($curl_handle);
curl_close($curl_handle);

Friday, January 7, 2011

Best Web Browsers

Mozilla Firefox: Firefox is the best web browser in the world. It is very fast web browser for Windows, Linux and MAC OS and remains on the top list of browsers. Firefox is a customizable web browsers with a lot of add-ons like -Web Developer Toolbar, Live Page Rank Toolbar etc. Lastest version of firefox is Firefox3.1. I will suggest you to use firefox for browsing on slow net speed as well as fast. Only disadvantage of firefox is its large amount of options makes so confusion.

Flock 2: Flock is just enhancement of Firefox 3.0, so it is also fast web browser. It has all the feature of Firefox 3.0. It will give high performance for social networking sites because of its in built blog editor, photo-uploader and big sidebar. The main disadvantage of Flock is its sidebar because it takes so much space on computer screen.


Google Chrome: The best feature of Chrome is its fast browsing using simple interface. It is very fast with superb search features, private browsing and the best crash protection available. We can use Google desktop application offline in Google Chrome as it is product of Google and we can search the text of pages in browser’s history.


Opera: Opera is fast and lean browser, especially for older computers. The main feature of opera is its web standard and can run on more operating system than other browsers. I experienced that opera is not optimized for latest computers.




Epic: The first ever indian web browser also use the feature of Firefox. It is the first web browser with most of side bar application like live TV, Word Processor, file backup, 1500++ applicatiuon. Its translation feature makes it for indian and as a indian it will suggest all indian to use epic.

Internet Explorer: IE has a lot of versions and it is a slow browser in comparision of above web browsers. IE has good security feature. The best version of IE is IE8. The main disadvantage of IE is it uses a lot of memory and CPU.




Users Of Browsers in 2010:
Mozilla Firefox: 45.75%
Internet Explorer: 31.75%
Google Chrome: 15.98%
Opera: 2.20%
Others: 4.32%