WebsiteRating.info l Website Ratings

15_19_1-tree-sunrise-northumberland_web.jpgAcross the internet, there is a plethora of website directories to search from and submit your own website and articles to. There are several things that separate an average directory from an outstanding one, which is exactly what Quality Llinks does. Quality Links is an extremely proficient website directory, and is well deserved of the traffic it receives.

When you think of a successful website directory, the first thing you think of is probably a lot of links. Certainly the more links there are to the directory, the more it has to offer. Quality Links has hundreds of links to choose from in a wide variety of categories. Just some of the categories you will find on this site include business, entertainment, travel and recreation.

The links a directory has is a crucial part to the site, but convenience is another facet that makes for a quality directory . You want people to be able to easily scroll through the website directory and quickly find what they are looking for. The layout of Quality Links makes for an easy and enjoyable search.

All of the categories of links are laid out in the middle of the home page with sub-categories directly beneath it. There is also a count of how many links and articles you will find within each category. This allows you to easily see what your options are without having clutter to get through. Too many people feel that banners and graphics spice up a site, but all it really does is clutter the page.

If you know exactly what you are looking for, there is a search bar on the top of the page. This gives you the opportunity to forego searching through the entire site when you already know what you are looking for. If you are not looking for a specific article or category, there are other ways you can go about finding the most popular links.

Right above the search bar you will find six separate web pages that take you to various things. A couple of these include top hits, latest links and latest articles. As you may have expected, you will find the top hits and the latest submitted articles and links on these web pages. This way you can quickly find the most popular links and the freshest content available.

Finally, there is a place on the website directory for you to submit your own URL. If you want to submit your website and get a great back link, Quality Links is the place to do so. And if you have any questions about how to submit your website or anything else, there is a Contact Us link for your convenience.

With a plethora of options and great convenience, there is no wonder why Quality Links has a page rank of 5. It is a website directory that is put together efficiently and is incredibly user friendly.

19_02_1_thumb.jpgMany modern search engines use page rank and back links as one way of measuring how

relevant a website is to a particular search query. As a gross simplification, more and

better quality back links = higher page rank = higher search engine rankings for your site.

First, the jargon.
Back link: this is where a website links to your site; i.e. Site X has a link pointing to

your site, so your site has a back link from Site X
One-way link: where only site X links to your site, but your site does NOT link to site X
Reciprocal link: where two sites have swapped links so they both link to each other
Anchor text: the text/description that is associated with your link on the back link site.
Page rank: Google’s proprietary system for assigning a value (from 1-10 where 10 is best)

to the combined number and the quality of back links pointing to your site. Often

abbreviated to “PR”
Search Engine Results Page (SERP): we use the terms “SERPs” to refer to the search engine

results page, and the position of a site on it. So if a website has a SERP of 3, it means

for a particular keyword search it appears on page 3 of the results. Note that some people

use SERP to refer to the position on the page, so that a SERP of 3 may also mean the site

appears at #3 on the first page.

Check you page rank and backlinks now! Quick and easy Page rank checking at

http://www.quickpagerank.com/

So, what does it all mean?
In the online marketing world, Page Rank means a lot. Increasing a website’s PR is one of

the major foci of online marketing.

The goal is to get as high a PR as possible for your site. PR is measured by a proprietary

algorithm belonging to Google. What Google does is measure the quality of the site linking

to your site. How does it do this? By measuring, amongst other things, that site’s PR.

There is also evidence that the degree of relatedness of content is also important. If you

site is an e.g. Real estate website, then a back link from a site dealing in scuba gear may

not be worth much to you. But back links from sites that have good PR and are related to

you (e.g. by industry or by region/location) are well worth pursuing. By increasing the

number and quality of links pointing to your site, over time you will increase your PR.

Note also that many other engines also use back links as part of their SERP algorithm. Some

may not be as sophisticated as Google, but many measure the number of back links in their

index and use this as part of how they rank your site under a particular search.

You can check your back links and page rank at http://www.quickpagerank.com/

So how do I improve my Page Rank?
Firstly, make sure your site has good quality content. Make other sites and their owners

want to link to you. Then get out on the web and start making propositions to other website

owners in related fields.

Ideally, you will get links from sites that have a higher Page Rank than yours, but this

isn’t always possible. What you should look for are sites that:
Have good content
Are relevant or related to your site
Have some Page Rank already (i.e. not brand new)
Also, older domains may do better than newer domains

Some of the “do nots”.
Be wary of FFA (Free For All) sites; often these do you no good and can actually do you

damage as they tend to be viewed as spam sites by some engines.
Don’t “spam” your anchor text; make it relevant and don’t overload it with keywords or

repetitions.
Vary your anchor text. Use different variations or re-writes of anchor text on different

sites.
Make sure the page where your link will be placed has been indexed by the search engines.

If it has not been indexed (or can’t be for whatever reason) then you won’t get any benefit

from it.
Make sure that the pages you place links on have limits to the number of links listed.

Single figures are ideal, but not always possible.

31_01_52-westminster-bridge-london-united-kingdom_web.jpgUsing HTML is the quite easy because of eth structure of this language. But even after that

the best HTML programmers can commit mistakes in the coding if they develop some bad HTML

habits. In this article we will discuss some of the bad HTML habits which keep even some of

the best HTML jockeys from gaining proper accessibility. Let’s discuss and try to

understand some of the bad HTML habits developed by many of us.
In the due course of time some of us may have been using the style sheets to the extent to

alleviate the dependence on FONT formatting tags, but as you make your way through the HTML

world, you will definitely find out that this is some code that may work but not to the

exact specifications.
Bad HTML Habit #1
The first bad HTML habit is the improper use of headings. The user agents may be able to

build a table of contents by reading the headings on a Web page. So, using H1 through H6

tags to structure your information is important, and using these tags simply to size text

can cause problems.
Bad HTML Habit#2
Transparent images have become a de facto workaround by which many Web builders elude

HTML’s layout limitations. These images, however, can make it difficult for user agents to

distinguish between real content and ancillary images such as spacers. Instead, use style

sheets to control margins, spacing, and other page elements. (CSS2 also offers new styles

that address white space.)
Bad HTML Habit #3
Another no-no is using block quotes or list containers to control indention. Both are

common workarounds used by Web builders to indent paragraphs or whole pages. The problem is

that software may interpret and deliver information a certain way because of the tag. So, a

text-to-voice reader might interpret the block quote information as a quote and read it

accordingly when, in fact, you were just trying to indent a paragraph. Again, style sheets

offer the best solution; they allow you to separate the formatting and visual appearance of

the material from the structure of the page.
Bad HTML Habit#4
Another culprit is the use of absolute text formatting tags instead of relative ones. and ,

for example, may render the same in many browsers, but they do not mean the same thing. The

tag, as well as the tag, was designed to indicate structural emphasis that could take the

form of either a visual change (font, size, and style) or an audible change (inflection,

volume, and pitch).
If you want to improve then don’t ignore these tags
You need to provide alternative content if you’re creating pages with certain elements:
* When you use SCRIPT, provide NOSCRIPT information.
* When using FRAMES, provide NOFRAMES information.
* When using EMBED, provide NOEMBED information.
* When using APPLETS, use ALT text.
* When using FRAMESET, make sure to use TITLE.
* Provide a text-only alternative to audio or video.
Looking for more information on HTML Font Tips check out www.HTMLTAG.ORG your guide to HTML

Font Tips

Websiterating.info is a blog that you can add your sites to be rated or make comments on listed sites.

About Us

Websiterating.info is a blog that you can add your sites to be rated or make comments on listed sites

ok