All posts in SEO

Speed up WordPress in 10 minutes with Quick Cache

Optimize load speed in wordpress with quick cacheThe need for speed is crucial in modern webdesign. To speed up WordPress performance, caching plugins are very popular.

Introducing a caching plugin in WordPress means faster page download, better user interaction, better SEO performance, and reduced usage of server resources. It’s obvious why this is important.

In this post we’ll take a closer look at the relatively new cache plugin – Quick Cache. The impressive thing about Quick Cache is that it works great out of the box, which makes it interesting for you, if you haven’t tried caching plugins for WordPress yet, or if you’re having trouble getting some of the other plugins to work.

Read more…

New Official SEO guide from Google

SEO guide from GoogleSEO can anything between science and voodoo, since Google and other search engines typically keep their ranking very secret, to prevent irrelevant results from spamming the search results.

That’s why it’s very interesting that Google just published a guide on how to SEO optimize websites.

Read more…

The perfect 404 page

error 404 iconA error 404 page is displayed in the cases where another site is linking to a URL on your site that isn’t available.

There can be different reasons why the URL isn’t valid, maybe you redesigned/restructured  your site to a new URL structure, maybe somebody just made a typo in a link or in the browsers address bar, or maybe some of your content has been removed.

There are different philosophies about 404 pages. Some people just want to redirect the users to the sites front page, however if the user expects to see a very specific page on your site, being redirected to the front page isn’t a very good user experience.

In this post we’ll build a 404 page in PHP that tries to guide the user as close as possible to the most relevant content on your site.
Read more…

12 tips to get your SEO flying

Search engine logos: Yahoo, Google, BingSEO optimization sometimes sounds like a mix of facts and Voodoo. The search engines won’t reveal too many details about their ranking algorithms, because somebody might want to misuse this information to put the wrong sites on top of the search results.

Therefore the information on how the ranking on search engines exactly works isn’t available, but there is many theories on how a site is best built to be search engine friendly. In this post we’ll focus on the facts about SEO, and not so much on the Voodoo.
Read more…

Speed up your site with image sprites

How to make css image sprites

There are several techniques for speeding up your site. If your site is using many graphical objects this also means the your users browser needs to establish many HTTP connections to display all the images. This can slow down your site. By implementing image sprites on your site, you can radically reduce the number of HTTP requests required t display your site, and thereby speed up the rendering of your site.

This post gives you the background behind image sprites, and a example on how to implement image sprites on your website.
Read more…

100 new free SEO optimized directories

100 new free SEO optimized link directoriesLinkbuilding can be a very efficient, but also very time consuming task.  One approach is to find sites that looks like yours, and the contact the webmaster and hear if a link exchange is possible. However with the growing spam problems on the net, the success rate of these requests can be very low.

Another way of getting backlinks to your site, is to submit your site to online directories. There are both pay for inclusion and free directory sites. The pay for inclusion normally has a higher quality, but some free directories also have a high quality.

In this post you’ll find 100 free directories with high quality.

Read more…

SEO friendly url’s

The URL structure of your site is very important for both users and search engines. A short URL, that gives some indication of what can be found on the page is more trustful, than a very long URL with a lot of parameters that can be difficult to understand.

From a SEO perspective, if important keywords are included in the url, this can increase the overall seo credibility of the page.

In this post you’ll learn to build 2 types of nice URL’s for dynamic sites: .htaccess url rewriting and URL parsing techniques.

Read more…