A Quality and Free SEO Software to take your website in top Search Results

Website  optimization(SEO) is the most critical step needed first to take its information to various search engine results & its  really becomes important when a lot of tasks to be done starting from keyword research, link building , submission of urls to various search engines & other important tasks. What if , a software do it for you in a more easy & efficient way.

Web CEO, is the most popular softwares for SEO, keeps you free from all the tasks for SEO of your websites & handles all the critical side of  SEO like site submission, linkink analysis, keyword research & lots more in a more easy way. Web Ceo is availabe free of charge but comes with more enhanced features in its paid editions.

Some Web CEO features:

  • Submit websites to various search engines
  • Analyze a website’s position in search engines for any keyword
  • Keyword Mining from competitor’s pages
  • Advice for General Search Engine Compliance
  • Analyzing Link Popularity (Number of Links to Your Website)
  • Analyzing Backward Links vs. Competition
  • Advanced Position History report
  • Partner Finder tool
  • Blog Communities  Submission tool.

Related Terms:

Google Web Elements all together accessible at the same place

Google Web Widgets are really useful open source elements easy to use on. Bloggers find them very helpful & use on their blogs to add different effects & functionality.

Now all the google web widgets can be accessed at one place. All google web elements is now available at its fresh website, Google Web Elements where allow you to easily add your favorite Google widgets onto your own website.

One can see  8 widgets in the Google Web Elements webpage :

  • Calendar (for sharing your Google Calendar with your readers)
  • Conversation (a comment replacement where users can have a conversation)
  • Custom Search (custom Google search engine)
  • Maps (easier Google Maps integration)
  • News (latest Google News articles)
  • Presentations (for sharing Google Docs presentations)
  • Spreadsheets (for sharing Google Docs spreadsheets)
  • Youtube News (Youtube news videos from a selected list of publishers)

Related Terms:

Find your website/blog Page Ranks(free)

According to Wikipedia.com
PageRank is a family of algorithms for assigning numerical weightings to hyperlinked documents (or web pages) indexed by a search engine. Its properties are much discussed by search engine optimization (SEO) experts. The popular search engine Google to help determine a page’s relevance or importance uses the PageRank system. Googles founders Larry Page and Sergey Brin developed it while at Stanford University in 1998.
Here you can find the Page Rank of your blogs & websites.
Google describes PageRank:

PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page’s value. In essence, Google interprets a link from page A to page B as a vote, by page A, for page B. But, Google looks at more than the sheer volume of votes, or links a page receives; it also analyzes the page that casts the vote. Votes cast by pages that are themselves “important” weigh more heavily and help to make other pages “important”.

Find your blog/website Page Rank

Your domain/blog/website:

(eg. http://www.sitename.domainname)

Powered by iWEBTOOL

Related Terms:

Deep Secrets of 30 Expert Bloggers for Successful Blogging

Chitika Blog have come up with a great event called BlogBash – 30 days 30 experts! & it was one of the most successful events ever done on the Chitika Blog. Dreamed up by Chitika’s CTO Alden DoRosario and inspired by an interesting series from the Month of Apple Bugs, Chitika’s goal for this event was to “empower the blogger.”


I found this Chitika E-book very useful for bloggers & its really a great read. Thanks to Chitika for providing this Blog Bash e-book for free download.

The experts wrote about an array of wide-ranging topics, from “Dare to be Odd” and “Shopping and Blogging: How to make the marriage work”, to “Help me! My mom is my blogs only reader!” and many more.

Go ahead; explore the deep secrets of these 30 expert bloggers, learn from their mistakes and their success as we celebrate YOU the blogger!

Thanks to Chitika & All 30 experts!

Tell me: What is Chitika?

Any questions, suggestions, views, Share them through your comments below.

15 Google Wave Invitations are Here – Grab them [Giveaway]

Google started sending out invitations some time before for the limited preview of Google Wave to the first 100,000 signups for Wave, and you can see the excitement on every tech blog and forums that are filled with users asking for Google Wave invites.

So, Now we have come up with a giveaway on InfoRids in which 15 lucky winners will get  Google Wave Invitations. Last month we have came out with a contest Win Copies of Chetan Bhagat’s Latest Book “2 States” | Giveaway from Inforids, for our readers & it was loved by many.

Rules of the Contest are Simple

1. Follow us on Twitter.

2. Tweet the following line:

Inforids is giving 15 Google Wave Invitations -  http://bit.ly/8Afdvz – Grab them Now [Giveaway]

4. Comment below with your Tweet link & Twitter user name & Email, like this:

Twitter: @techprism
Email: inforids@gmail.com

Google Wave Invites Left: 10

Wave Invites Sent: 5

Selection of Winners

Simply Comment & get your Invite. Thats so easy. 

Contest Deadline: 17 December 09

Any Questions, queries, views, Share them below.

Related Terms:

How to Post Updates of Google Sidewiki Entires Directly to your Blog | Video Tutorial

Google Sidewiki launched to the world as an entirely new way to share information across the web. This new Google Toolbar feature allows you to contribute your own insight to any webpage, as well as read information shared by others right in your browser’s sidebar.

Google Sidewiki uses a special relevancy algorithm to display the most helpful entries first, and also has built-in technology to display your entries on other sites which contain the same snippet of text.

Also you can use Google Side-wiki’s ability to post your Google Sidewiki entires directly to your blog. You can watch a quick video tutorial of how it all works below:


After this Blogger blogs are powered with connection with google Sidewiki. This can be a good source of traffic to their sites. So, Blogger who use & comment alot using Sidewiki can use this feature to direct post their sidewiki entries on their blogs.

Using .htaccess to Prevent Images Hotlinking & Saving your Web Hosting Bandwidth

Did you ever noticed that your images are being hotlinked on someone else’s server and consuming your server bandwidth? This is actually is direct linking to a web site’s files (images, video, etc.).without your permission.

It is bad, as it not only stealing our images, it also take advantage of our bandwidths. Since web hosts charge based on the amount of data transferred, bandwidth is an issue.

Hotlinking should be stopped because others undesirable consequences like switcheroo can often occur.

Using control over.htaccess is one of the most efficient way to prevent image hotlinking. Go through the following steps:

Creating & Placing .htaccess in Root (main) directory

Simply open a notepad & save it as .htaccess without any extension behind. If already have the .htaccess uploaded to your server, simply edit it like in step 2.

Editing .htaccess File

Paste the following code in the .htaccess file:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite2.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://yoursite.com/other_image.jpe[NC,R,L]

Note: In Last line of the above code the image other_image.jpg is not hotlink protected or your server can go into an endless loop.

In the above code yoursite2.com can used be stop hotlinking from specific outside domains only, such as myspace.com, blogger.com and livejournal.com

If you want to display 403 Forbidden error on hotlinking simply paste the following code instead of the code shown above.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite2.com [NC]
RewriteRule .*\.(jpe?g|gif|bmp|png)$ - [F]

Remember, Hotlinked images can only be replaced by other images, not with an HTML page.

Using .htaccess to prevent hotlinking helps you block some legitimate traffic using these techniques.

What do you think about other ways to prevent images hotlinking on your blogs? Do you like this technique? Share with us your views.

Related Terms:

Portable Google Chrome 3.0 for Windows Now Available for Download

PortableApps.com started to offer a portable version 3.0 of Google Chrome for Windows. So, now you can take the Chrome browsing experience with you.

The site offers a small application that downloads Google Chrome’s installer(Due to the licensing terms of Google Chrome), extract its files and installs a portable launcher. Then you can Copy the resulting folder to a USB drive and you can launch Chrome on multiple computers without leaving traces. That’s  really good part of this, using same portable version on multiple computers once downloaded & stored in USB devices.

Google Chrome Portable is a web browser that runs web pages and applications with lightning speed. It’s designed to be simple and stylish.

When your USB flash drive, portable hard drive, iPod or other portable device is plugged in, you have access to your Chrome browser just as you would on your own PC. And when you unplug the device, none of your personal data is left behind.

Google Chrome’s features include:

  • Quick to start up
  • Loads web pages in a snap
  • Runs web applications faster than ever
  • Designed for efficiency and ease of use
  • Search and navigate to web pages from the same box
  • Arrange and organize tabs however you wish — quickly and easily
  • Get to your favorite websites with just a click, from the thumbnails of your most visited sites in the New Tab page
  • Themes to add delight to your browser

A much better idea would be to run Chrome using “roaming” profiles and save your settings and data online.

Download & More Information

What do you think about the portable applications? Do you know more useful portable applications? Comment & share your views.

Related Terms:

How to Twitter from your Gmail account using TwitterGadget

Twitter is now most popular micro blogging, it is no less than an addiction & has become very common service to meme “what are you doing”. So, making this service more useful I have come up with a great tool which allows you to use Twitter while checking email on Gmail.

Gmail, the most used powerful service from Google, has a very good feature called Labs, which adds usability power to your Gmail account by adding various addon features & more experimenting features that are under developments.

Gmail labs feature using which you can embed twitter into your Gmail inbox. TwitterGadget is a new tool that essentially allows you to have all of the main features of Twitter inside of Gmail as a Google Gadget.


To Use Features of Twitter inside of Gmail  follow these three steps:

Log into your Gmail Account & Go to Settings.

Click the ‘Labs‘ Icon & Enable ‘Add any gadget by URL‘, then click ‘Save Changes

Click ‘Gadgets‘ & Enter the URL

http://www.twittergadget.com/gadget_gmail.xml

& then click ‘Add

You’re done! Enjoy using Twitter in Gmail.

How to Avail WordPress Ping Facility to get Max Exposure and Inbound Links

In my last post, We have just seen how to update all those popular & most used search engines in one click, about blog updates using Ping-o-Matic.

For WordPress user, updating & notifying different services & search engines becomes more easy as wordpress as integrated Update Services Feature.

Update Services are tools you can use to let other people know you’ve updated your blog. WordPress automatically notifies popular Update Services that you’ve updated your blog by sending a XML-RPC ping each time you create or update a post.

In turn, Update Services process the ping and updates their proprietary indices with your update. Now people browsing sites like Technorati or Sphere can find your most recent posts!

Ping Services That I Use

http://api.moreover.com/RPC2

http://bblog.com/ping.php

http://blogsearch.google.com/ping/RPC2

http://ping.weblogalot.com/rpc.php

http://ping.feedburner.com

http://ping.syndic8.com/xmlrpc.php

http://ping.bloggers.jp/rpc/

http://rpc.pingomatic.com/

http://rpc.weblogs.com/RPC2

http://rpc.technorati.com/rpc/ping

http://topicexchange.com/RPC2

http://www.blogpeople.net/servlet/weblogUpdates

http://xping.pubsub.com/ping

http://blogsearch.google.com/ping/RPC2http://1470.net/api/ping

http://api.feedster.com/ping

http://api.moreover.com/RPC2

http://api.moreover.com/ping

http://api.my.yahoo.com/RPC2

http://api.my.yahoo.com/rss/ping

http://bblog.com/ping.php

http://bitacoras.net/ping

http://blog.goo.ne.jp/XMLRPC

http://blogdb.jp/xmlrpc

http://blogmatcher.com/u.php

http://bulkfeeds.net/rpc

http://coreblog.org/ping/

http://mod-pubsub.org/kn_apps/blogchatt

http://www.lasermemory.com/lsrpc/

http://ping.amagle.com/

http://ping.bitacoras.com

http://ping.blo.gs/

http://ping.bloggers.jp/rpc/

http://ping.cocolog-nifty.com/xmlrpc

http://ping.blogmura.jp/rpc/

http://ping.exblog.jp/xmlrpc

http://ping.feedburner.com

http://ping.myblog.jp

http://ping.rootblog.com/rpc.php

http://ping.syndic8.com/xmlrpc.php

http://ping.weblogalot.com/rpc.php

http://ping.weblogs.se/

http://pingoat.com/goat/RPC2

http://rcs.datashed.net/RPC2/

http://rpc.blogbuzzmachine.com/RPC2

http://rpc.blogrolling.com/pinger/

http://rpc.icerocket.com:10080/

http://rpc.newsgator.com/

http://rpc.pingomatic.com

http://rpc.technorati.com/rpc/ping

http://rpc.weblogs.com/RPC2

http://topicexchange.com/RPC2

http://trackback.bakeinu.jp/bakeping.php

http://www.a2b.cc/setloc/bp.a2b

http://www.bitacoles.net/ping.php

http://www.blogdigger.com/RPC2

http://www.blogoole.com/ping/

http://www.blogoon.net/ping/

http://www.blogpeople.net/servlet/weblogUpdates

http://www.blogroots.com/tb_populi.blog?id=1

http://www.blogshares.com/rpc.php

http://www.blogsnow.com/ping

http://www.blogstreet.com/xrbin/xmlrpc.cgi

http://www.mod-pubsub.org/kn_apps/blogchatter/ping.php

http://www.newsisfree.com/RPCCloud

http://www.newsisfree.com/xmlrpctest.php

http://www.popdex.com/addsite.php

http://www.snipsnap.org/RPC2

http://www.weblogues.com/RPC/

http://xmlrpc.blogg.de

http://xping.pubsub.com/ping/

This is the list of Pings that I use to notify & update different services. This is a recommended ping list for a WordPress blog.

If you want the update services to be pinged, just Copy & Paste all the above update service URIs listed under “Update Services” on the Setting -> Writing under the administration screen.

Every time you post these services will be notified of your blog post increasing your online exposure & inbound links.

Related Posts with Thumbnails

Related Terms: