SEO Egghead has put together a bit of a summary of Matt Cutts' advice over the last year or so.
He's called it "Mattcuttsarama"... Dunno about that title(!) but the post itself makes pretty valuable reading.
Wednesday, September 27, 2006
Friday, September 22, 2006
301 Redirects
There are thousands of these posts out there already - I'm putting this here for my benefit more than anything else. Saves me from having to Google when I need to check how it should be done!
So - if you move a page and want it to be followed by a search engine (and keep it's pagerank etc), open up your htaccess file and enter (all on one line):
Or if you're shifting a whole directory (again, all on one line):
The 301 code says "moved permanently", so don't use it for temporary redirections. Obviously this htaccess stuff is for linux servers, if you're on Windows then there's a different way... But you'll have to find that somewhere else!
So - if you move a page and want it to be followed by a search engine (and keep it's pagerank etc), open up your htaccess file and enter (all on one line):
redirect 301 /olddir/oldpage.html http://www.newsite.com.au/newdir/newpage.html
Or if you're shifting a whole directory (again, all on one line):
redirect 301 /olddir/ http://www.newsite.com.au/newdir/
The 301 code says "moved permanently", so don't use it for temporary redirections. Obviously this htaccess stuff is for linux servers, if you're on Windows then there's a different way... But you'll have to find that somewhere else!
Thursday, September 21, 2006
Quick Links for 21 September
A few unrelated things from around the web...
- 5 simple ways to open your blog post with a bang (might try using some of these suggestions one day!)
- MS Office 2007 technical refresh available. Worth grabbing of you're using Office 2007 Beta 2.
- Portable, accessible form styling from A List Apart. I really like this one. Forms can be a pain in the proverbial!
Wednesday, September 20, 2006
Email Plugin for Wordpress
Thanks to Jamie for sending me this fantastic plugin: Subscribe2.
Basically, visitors to your blog can add their email address, and this little plugin will automagically email them whenever you add a new post!
You can customise the message and a few other details. Simple to install and set up - and you can see it working by clicking the Subscribe link in the sidebar. (Or here if you're too lazy to look over there for it!)
Basically, visitors to your blog can add their email address, and this little plugin will automagically email them whenever you add a new post!
You can customise the message and a few other details. Simple to install and set up - and you can see it working by clicking the Subscribe link in the sidebar. (Or here if you're too lazy to look over there for it!)
Friday, September 8, 2006
Upgrading from Outlook 2003 to Outlook 2007 Beta
Took the plunge and upgraded my Outlook 2003 installation to Outlook 2007 last night. It had seemed to work fine for others in the office, but after my upgrade I couldn't open it at all. Kept hanging. Then wanting to open in Safe Mode. Then wanting to run Detect and Repair. But nothing seemed to fix it.
Until...
From Start -> Run, type outlook /profiles and click OK. Then create a new profile name, and make it the default profile (by clicking the Options button). Then you can go about attaching your old PST files and setting up your email accounts.
Seems that there are some instances where there is something in the old profile that new new version doesn't like.
Initial thoughts are pretty impressive. They have done some really good things with Outlook this time around. Calendar treatment is really nice. The To-Do Bar at the right of the screen is very handy.
So far, a big thumbs-up!
Until...
From Start -> Run, type outlook /profiles and click OK. Then create a new profile name, and make it the default profile (by clicking the Options button). Then you can go about attaching your old PST files and setting up your email accounts.
Seems that there are some instances where there is something in the old profile that new new version doesn't like.
Initial thoughts are pretty impressive. They have done some really good things with Outlook this time around. Calendar treatment is really nice. The To-Do Bar at the right of the screen is very handy.
So far, a big thumbs-up!
Thursday, September 7, 2006
Visual jQuery
Not sure how long this has been online, but here's a very handy visual reference for jQuery. This is a really cool way to present online documentation - not much reading required - just gets you straight to the bits you need.
Subscribe to:
Posts (Atom)