Archive for the ‘Computers’ Category

Mozilla add-ons for seeing google ranking

Today I’ve searched for a plug-in to see a site’s google ranking. I’ve found severals. They are all pretty good. My advise is not to install all of them in the same time.
SEO Quake
In the search engine query, this add-on tells you the Google Page Rank, number of indexed pages within a website, and the [...]

Read the rest of this entry »

How to use google analytics

Google Analytics is one of the best tools out there for analyzing traffic on your website. With a little bit of setup, it will give you an enormous amount of information about who is coming to your site, what they’re looking for, and how they’re getting there.
In order to use Google Analytics, you’ll need to [...]

Read the rest of this entry »

SEO:Make use of the “description” meta tag

A page’s description meta tag gives Google and other search engines a summary of what the page is about. Whereas a page’s title may be a few words or a phrase, a page’s description meta tag might be a sentence or two or a short paragraph. Google Webmaster Tools provides a handy content analysis section [...]

Read the rest of this entry »

SEO: unique, accurate page titles

Create unique, accurate page titles!
A title tag tells both users and search engines what the topic of a particular page is. The tag should be placed within the tag of the HTML document. Ideally, you should create a unique title for each page on your site.
The title for your homepage can list the [...]

Read the rest of this entry »

How to open several links in different tabs with one click

U can try this code:

<A HREF=
“javascript:(function()%7B%20window.open(’http://www.gartu.com/’);%20%7D)();
javascript:(function()%7B%20window.open(’http://learn-how-to.me/’);%20%7D)();
javascript:(function()%7B%20window.open(’http://stefana.comuf.com/’);%20%7D)();”
>Open all my sites</A>

Read the rest of this entry »