SEO Mistakes 4 – Domain Name

I’m not talking about picking a domain name, I talking about registering a domain name.

So you have already gone through the exceptionally difficult task of picking out that domain name and you are ready to register, your choice is by default, to register it for 1 year. Don’t! Register for as long as you think you can afford. 2 years should suffice, 5 years preferred.

Why? – Well most spam sites only register a domain name for 1 year and their ‘young’ sites send out a lot of spam mail. If your site is newly registered and for only one year, and you have a mailing list, how can Google distinguish you from the spammers? (perhaps in the amount of mail that comes from your domain)

So by registering your domain name for 2-5 years this shows Google and the other search engines that your new company is in it for the long haul. Once you have a domain name registered for 2-5 years you are golden and after that term you can register from year to year, you have served your rookie time.

Personally even after the ‘rookie time’ I would urge you to re-register for another 2-5 years, partly for the price break, but also to make sure your domain name is not snapped up by a competitor.

Living example – Microsoft’s Website Whois Report: http://www.microsoft.com

Record last updated on 15-Nov-2007.
Record expires on 03-May-2014.
Record created on 02-May-1991.

Want to know about your domain?

On a Mac – All you have to do is open Terminal.app (/Applications/Utilities/) and type in “whois” and space followed by your URL. For instance, the following command would give you the whois information for Smoothape.com: whois smoothape.com.

On a PC – Use the command prompt – START > RUN. Type “whoiscl -r smoothape.com”, without the “’s of course.

Smoothape WHOIS

Smoothape WHOIS

Next Post – SEO Mistakes -5 – ALT Tags & H1 tags

  • Share/Bookmark
Tagged with:
 

If, like me, you have a Mac running OSx 10.5.x a.k.a. Leopard, then you will be using Time Machine. Time Machine for those who don’t know, is the automated backup utility that is so easy to use – really all you need to do is plug in an external hard drive (usb or firewire) then turn the service on

System Preferences

System Preferences

System Preferences >

Time Machine

Time Machine

Time Machine >

Time Machine Settings

Time Machine Settings

As soon as you have an external hard drive added Time Machine will ask you if you want to use this drive to back up your data. That is pretty much all you have to do.

So why are there no more settings? Well according to Apple they wanted to make a fool proof system that just works. That is why you cannot decided which time of day you want to back up.

Well this is true until I tell you about plists. :)

There is a plist called

com.apple.backupd-auto.plist: (look in /System/Library/LaunchDaemons/)

<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE plist PUBLIC “-//Apple Computer//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
<plist version=”1.0″>
<dict>
<key>Label</key>
<string>com.apple.backupd-auto</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper</string>
<string>-auto</string>
</array>
<key>StartInterval</key>
<integer>3600</integer>
<key>RunAtLoad</key>
<false/>
<key>KeepAlive</key>
<false/>
</dict>
</plist>

The line that we need to edit is

<key>StartInterval</key>

to something like:

<key>StartInterval -int 1800</key>

OK, so two ways to do this. 1. Directly via the plist, but I’m guessing you don’t have access to change this file.

If you check the file’s info (when in Finder, CTRL + Left Click, choose ‘Get Info’)

Permissions

Permissions

So to edit the permission, click the little padlock and enter your Administrator password. If you don’t know the admin password stop reading now as you can’t complete this task without it.

Add your own profile name and change permissions to read / write. (you can change back to read only once we are done, or better still, delete your profile from the list, back to when we started, but keep ’system, wheel & everyone’ otherwise you will block this from working at all.

If this doesn’t work, drag the file to your desktop, make the changes, save, copy back into the original folder and enter you admin password to Authenticate.

Personally I would not even do it this way, after all, that’s what the Terminal is for.

Terminal

Terminal

Open Finder, go to APPLICATIONS > Utilities > Terminal.app (or search Terminal from spotlight)

type the following:

sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 1800

Terminal plus code

Terminal plus code

add your admin password, hit enter.

All done.

Hope that helps.

Now, I hope other admins jump in with better ways to do this or point out that I only wrote info for single user mode. Please, fill in the gaps.

  • Share/Bookmark
Positions by Seo-Watcher