Wednesday, October 28, 2009

Does Google PageRank Count Anymore?

By Titus Hoskins (c) 2009

Being a full-time SEM (Search Engine Marketer) I have been conditioned like Pavlov's dog (not a pretty picture) to jump every time Google twitches. Lately Google has been doing a lot of twitching.


Specifically, the rather startling news from Google Webmaster Trends Analyst Susan Moskwa that Google has ditched PageRank from Webmaster Tools.

"We've been telling people for a long time that they shouldn't focus on PageRank so much; many site owners seem to think it's the most important metric for them to track, which is simply not true," states Moskwa. "We removed it because we felt it was silly to tell people not to think about it, but then to show them the data, implying that they should look at it." (Source: WebProNews)

Now, for SEO reasons or for ranking in Google's index, PageRank has long been eunuchified by Google. However, even missing a few dangling bits, history has shown us, eunuchs still wheel tremendous power. PageRank is no different.


Regardless of what Google wants to happen, PageRank is still extremely important to anyone marketing on the web, especially if you're selling SEO services or operating a web business. Try selling SEO services when that little green bar on your site is pointing to PR0 or worst yet, pointing to a solid gray bar.

Obtaining a high PR7 or PR8 simply means more business and revenues... regardless of how Google is or is not using PageRank. People know how to count and they learned long ago, a ten is a lot more than a big fat zero.

Placed against a PR1 site, a PR8 will win more respect in the eyes of potential clients and can produce enormous profĂ­ts for the site owner and we won't even mention the still widely practiced habit of selling links, which Google is desperately trying to stop. Total and full elimination of PageRank would be an honest start, but it will still be an uphill, if not an unwinnable battle, for Google to fully eliminate link selling.

Even with my modest sites, I have turned down a small fortune by not selling text links on any of my sites. When I had a PR6 site instead of a PR4 - those link requests were nearly doubled. So one can easily understand Google's position and the need to downplay PageRank, if they want to put even a small dent in all this link selling and buying, which is still running rampant on today's web.

PageRank is Google's creation, and unless they drop it fully from their system and the Google toolbar, then PageRank still Counts. Actually, in the whole scheme of marketing your website on the net, PageRank counts big time. And in more ways than one.


There are several reasons why you shouldn't count PageRank out.

For years Google has been downplaying the importance of PageRank and states it's only one of about 200 ranking factors which determine how Google ranks its index for keywords. Obtaining top organic rankings for popular lucrative keywords in Google simply means money in the bank. Actually, even a movement of only one or two places on those first page SERPs (Search Engine Results Pages) can make a major difference to any online marketer's bottom line.

Now while you can have a lower PR number and still rank above other higher PR pages for your chosen keywords, I have even had many times when my PR drops but my actual SERPs rankings in Google goes up, mainly due to building related relevant backlinks. So PageRank counts little towards your keyword rankings, but it can't be totally dismissed.


Mainly because, even if PR is just one ranking factor, in close competitive keyword battles (I am presently fighting tooth and nail for some very choice keywords) just one ranking factor such as high PR can make the difference of whether or not you get to the top spot. Big dogs are still jumping and for those of us who know how to count, getting a number one spot in Google makes all the difference in the world.

Not only because Google controls roughly 80% of all search engine traffic, but more importantly Google has established unmatched credibility and brand recognition in the eyes of potential customers visiting your site. Web users trust Google. Web users look to Google for guidance and direction. Web users believe what Google is telling them. In the online world, rightly or wrongly, perception is everything.

As an online marketer, I am completely amazed each day at the marketing power Google now commands with web surfers and with the general population. Google is king of online search and no other search engine even comes close to Google.

PageRank is Google's ranking system, and in the eyes of those who notice these things, it still wields tremendous influence and power. By default, PageRank is Google's opinion of your site, and web users can count (at least to 10) and if Google believes people are still not counting when it comes to PageRank, then they are fully mistaken.


About The Author
Titus Hoskins is a full-time online marketer who has numerous websites. For the latest web marketing tools try: Internet Marketing Tools. If you liked the article above, why not try this Free 7 Day Marketing Course here: Marketing Tools Copyright 2009 Titus Hoskins. This article may be freely distributed if this resource box stays attached.

Sunday, October 11, 2009

Connection Strings DSN and ACCESS 2007

DSN
DSN=myDsn;Uid=myUsername;Pwd=;
FILEDSN=c:\myDsnFile.dsn;Uid=myUsername;Pwd=

For .NET
DSN=myDsn;Uid=myUsername;Pwd=;


ACCESS 2007
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Persist Security Info=False;

With Password
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=C:\myFolder\myAccess2007file.accdb;Jet OLEDB:Database
Password=MyDbPassword;

Data Direct
Provider=Microsoft.ACE.OLEDB.12.0;Data
Source=|DataDirectory|\myAccess2007file.accdb;Persist Security Info=False;

Thursday, October 8, 2009

How to change IIS default port

It is possible to change the port that Internet Information Server (IIS)
services will listen to. This can be useful when you try to run multiple
web servers on the same computer.

Important This section, method, or task contains steps that tell you how
to modify the registry. However, serious problems might occur if you
modify the registry incorrectly. Therefore, make sure that you follow
these steps carefully. For added protection, back up the registry before
you modify it. Then, you can restore the registry if a problem occurs.
For more information about how to back up and restore the registry,
click the following article number to view the article in the Microsoft
Knowledge Base:
322756 How to back up and restore the registry in Windows

Microsoft Internet Information Server versions 1.0 to 2.0
Start Regedt32.exe and locate the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ServiceProvider\ServiceType\W3SVC

Find the TCP Port value and double-click it.
The DWORD Editor dialog box should appear with the default value (0x50
Hex; 80 Decimal) listed. Change the decimal value to the number of the
port that you want the World Wide Web Publishing Service to listen to.

NOTE: You can also follow steps 2 and 3 to change the following
services:MSFTPSVC: FTP Publishing Service
GOPHERSVC: Gopher Publishing Service
MSFTPSVC: FTP Publishing Service
GOPHERSVC: Gopher Publishing Service
Exit Regedt32.exe.
Stop and Restart the IIS Services by Using the Internet Service Manager.

*Microsoft Internet Information Server version 3.0
*Open Internet Service Manager.
Double-click on the computer corresponding to the WWW service.
On the Service tab, change the TCP Port field to the desired port number.
Click OK.
Using the Internet Service Manager, stop and restart the IIS Services.

*Microsoft Internet Information Services versions 4.0 to 6.0
*Open Internet Service Manager or Internet Information Services (IIS)
Manager.
If necessary, expand the Web server that you want, and then expand Web
Sites.
Right-click the Web site that you want to change.
Click Properties.
Click the Web Site tab.
Change the TCP Port Number in the TCP Port edit box (or click Advanced
for multiple Port settings).
Click OK to save the changes.

*Microsoft Internet Information Services 7.0
*Open Internet Information Services (IIS) Manager.
Select the Web site that you wish to configure.
In the Action pane, click Bindings.
Click Add to add a new site binding, or click Edit to change an existing
binding.
Click OK to apply the changes.
Back to the top

Alnect computer Blog Contest