8 Ways To Easily Increase Page Rank
As technical communications people, we are often responsible for creating and maintaining company websites. Most of the time we will be working with already well established sites on the web. But what if your company wishes to create a new site to attract a different type of customer? How will you be sure that the pages you create will be easily found on search engine results, and thereby greatly increase web page traffic? The answer is search engine optimization.
Increasing Page Rank On Day One
Research has shown through multiple studies that very few people will spend their time cycling deeper through search engine results to access a web page. A very strong majority of people looking for information will click on the links that show up on the first through third pages. This leaves us with hundreds of thousands of web pages that are almost never visited through a search engine.
When a search engine robot crawls across the web evaluating pages and their relevancy toward a certain subject, each page is ranked in order of this perceived relevancy. The greater the rank, the more likely users will be to find your page higher up towards page one in search engine results. Below is a list of 7 basic, but necessary ways to increase your ranking on the day your website is published.
Name Your Web Page
Have you ever come across a book without a title? Of course not! How would anyone reference it? Likewise, it only makes sense to also name each of your web pages in a way that describes what visitors will find within the content. Open your XHTML file and place the following between your <head> and </head> tags:
<title>This Is My Descriptive Page Title</title>
Remember that this is the title that users will see in the search engine results page.
Choose Targeting Keywords
It is important to recognize that a Google search for “pet stores” will turn up significantly more results than a search for “pet stores in Minnesota.” Knowing this, the chance that our new website will be able to initially compete with the greater competition for the “pet stores” keyword is very low. Instead, opt to target your visitors with more specific words or phrases. Depending on how competitive your website topic is, you may wish to assign your keyword phrases as long as three or even four words long!
Telling search engines which words you wish to describe each of your web pages with is quite simple. Once again, place the following between your <head> and </head> tags:
<meta name=”keywords” content=”keyword1, keyword2, keyword keyword3″ />
An excellent free service you may wish to use is Google’s Keyword Tool, allowing you to search out the competition for phrases related to your website in addition to the search volume for that phrase. Remember that keyword phrases are separated by a comma, and that each of your pages need their own set of keywords to accurately describe its content!
Write a Web Page Description
The page description is what will show up when a user comes across your link in the search engine results. We have 160 characters to try to convince people to visit our site, so let’s make it good! Your description should utilize some of your keywords while being simultaneously concise. If you were to view this site’s homepage description, it read:
<meta name=”description” content=”Tech comm blog exploring the technical communication field, including web design, technical writing, and information about a technical communication degree.” />
Each of your pages should have its own description, describing the content on the page. Place your description between your <head> and </head> tags.
Name Your Page Files Appropriately
Search engines are always trying to find relevancy when viewing your pages. If you name your files in a way that reinforces your keywords, your pages are more likely to be associated with your targeted subject. An example for a technical writing webpage would be to change “reallycoolpage.html” to a more descriptive “technicalwriting.html.” This method also applies to any images or links you may have on your pages.
Validate Your Web Pages
A correctly scripted web page is definitely easier for search engine robots to traverse, often resulting in the potential for a better page rank. Check out these excellent, free HTML/ XHTML and CSS validators! You can read more about the importance of validation here.
XHTML Validation , CSS Validation
Use Header Tags
The use of the header tag (such as <h1>My Heading</h1>) tells search engines that the words inside the tag should be weighed with more importance when determining how a page should rank. With the inclusion of CSS, we can create header tags that fit the theme of our website.
Design A Sitemap
A sitemap is similar to a table of contents in that they both direct a visitor to their preferred location. A sitemap on the web is a single web page that categorically links to all of your other pages on the domain. Search engines reward websites with a sitemap by more easily finding all of your new content and indexing them for people to find through search queries. You can find a free XML sitemap generator here.
Use No-Follow Links
Creating links to other pages that may not be closely related to your site’s content should, for the sake of your page rank, contain the HMTL no-follow attribute. Again, robots are always trying to piece together the relevancy puzzle, and if they notice that a website about writing is linked to a website about animals, an inconsistency is noted and your page rank could be lowered. View the following example showing how to use no-follow:
<a href=”http://www.example.com” rel=”nofollow”>Example Page</a>.
Feed
E-Mail Friend
StumbleUpon
Digg
Facebook
Delicious
Technorati
Posterous
Yahoo! Buzz
LinkedIn
Leave a comment