Recent Comments
- Roger Cody Venable on MySQL Upgrade To 5.1: Database Name Prefix #mysql50#
- Sharon Cote on Disappearing Bottom Panel & Top With Firefox + Linux Mint
- Pratik on Install GD Library For PHP5 On CentOS
- Compiling, Running and Cursing on Chromium OS – Getting It To Work ~ Mattias Geniar on Chromium OS: error: RPC failed; result=22, HTTP code = 502
- Lovelesh on Simple Apache Security Trick – ServerTokens & ServerSignature
- No need on VMware: internal error – vmodl.fault.HostCommunication
Category Archives: Seo
The Importance Of The URL In SEO
While everyone agrees that a clean URL is important in SEO (Search Engine Optimization), I think it’s valued a lot less than it ought to be (in other words; it’s more important than most think). Whenever you search for certain … Continue reading
Importance Of Hosting & Location In SEO
There are hundreds, if not thousands, of parameters that will define the search engine ranking of a website. This ranges from the classical layout of your website, with a correct semantic structure (h1, h2, h3 header tags, <b>, <strong> and … Continue reading
Demystifying the “duplicate content penalty” – SEO Update By Google
At Google’s webmaster central blog, they’ve posted an interesting article about how Duplicate Content Penalties work in reality – the short version; it doesn’t even exist.
404 Week At Google’s Blog, Time To Fix Your Headers!
At Google’s Blog, they’ve declare this week the 404 Week At Webmaster Central. It’s meant to discuss how “page not found”-errors are still throwing a 200 status code (which means “OK”), instead of a 404 statuscode (“Page Not Found”). This … Continue reading
Using Proper Header Redirects In PHP
Let’s say you have an old web-page that’s no longer in use. Of course, you’ll want to redirect your users to the correct (new) page. Using PHP, you can modify the headers of a web-page to redirect them to the … Continue reading