Sydney Website Design    CMS    Database Development    Search Engine Optimisation (SEO)
Sydney Web Design, Web Design Sydney, Website Design, CMS, Database Development, SEO, Search Engine Optimisation.

Posts Tagged ‘SEO’

Mod-rewrite: Redirect HTTP:// to HTTP://www


Tuesday, January 25th, 2011

You are probably only receiving HALF your allowable page rank due to a bug in how search engines view URLs. Google and most other search engines see your-domain.com.au and www.your-domain.com.au as two completely different domains. The only difference between the two is that the www is missing off the first one. They both go to the same page on the same website. They both give exactly the same results. Why then does Google and others count them as two different sites and therefore spit your page rank between them.

It has something to do with Canonical links – meaning the process of chosing the best available link when more than one is available.

Matt Cutts from Google explains:

* www.example.com.au
* example.com.au/
* www.example.com.au/index.html
* example.com.au/home.asp

“Technically all of the above urls are different. When Google “canonicalizes” a url, we try to pick the url that seems like the best representative from that set.”

What can I do to protect my valuable page rank?

The answer is simple if you are on an Apache web server (Linux hosting). The answer is Mod-Rewrites.

Add this code into a .htaccess file (a simple text doc with the file name .htaccess) and drop it into your ROOT folder.

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www..*
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} ^([^.]*).(com.au|com.au/)
RewriteRule ^.*$ www.%1.%2%{REQUEST_URI} [R=301,L]

Now, when your server detects a request for a page and it has not got the www. in the URL it will automatically be added in there. That means that Google will always contribute any Page Rank to the one URL and it will no longer split the Page Rank between the two URLs.

For more info read the manual here at Apache (http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html).

Google Caffeine changes the way we optimise.


Thursday, December 16th, 2010

The introduction of Google Caffeine is having a significant effect on Search Engine Optimisation. To keep your ranking or to obtain a better ranking it is vital that your website creates a clear theme. It is important to create silos (partitioned relevant areas of content) so that Google can see that they are subsets of a larger specific topic.

Once you implement the silo structure to your website you are less likely to find your website losing ranking to newer, smaller websites that are more narrowly focused.

Google’s new Caffeine has 4 major changes to the way you website is crawled, indexed, and ranked.

1. Spider indexing is no longer set a long intervals and actually takes place almost instantly, constantly.

2. New websites are indexed much faster and existing websites are now indexed for keywords that they were not previously targeting using “Latent Semantic Indexing”.

3. Websites are now ranked in terms of their relevance.

4. Google no longer uses the keywords meta tags to index your site.

Google AdWords Tips (5)


Saturday, September 11th, 2010

Google AdWords Tip 5 – Test different Advertisments and positions.

How much difference will being first, second third or tenth position make to your conversion rates and your budget? To be effective, you should know.

Test your advert in each position and watch how many clicks it gets in each. Also see if the lower positions work as well as the top. You can get the lower positions cheaper so you can get mpre clicks, that is, if you can attract the clicks at the lower positions.

Try different creatives. Write different adverts and try them at different times and judge the click ratios. Throw out the least performing ads and create new ones to try to beat the best performing ads.

Remember that the AdWords ranking algorythm works on a CPC x CTR (click thru rate). It also takes into account how well targeted the keywords in the advert are to the page that it goes to and also compares to the search key phrase that has been used to invoke the advert.

Two adverts at the same bid price (CPC) will be judged higher or lower by the amount of clicks each attracts (CTR).

There is also another cool trick. Patience. You can get to the top later in the day with a much lower CPC as the top bidders run out of budget. If their ads are successful you will slot in and climb higher as their expensive clicks get eaten up and their daily budget is reached, causing them to stop running the adverts for the day.

6 WordPress Plugins you can’t do without.


Tuesday, August 24th, 2010

Click here to read about each plugin.

This is a link to a cool article that will give you access to 6 plugins that will greatly increase your productivity in blogging with WordPress.

As you all know I strongly recommend that you use WordPress as your blog choice for many reasons, most of all being that Google absolutely loves it for SEO.

Hope you like the plugins and the info helps you increase traffic to your site.

Adam.

Google AdWords Tips (2)


Friday, August 20th, 2010

Tip 2: Use Dynamic Titles

A dynamic title is an advert title that is added dynamically when the searcher types in their query. It is very easy to achieve and it costs no extra to do and according to Google it also has a good effect on CTR and conversion rates.

In the title field of your own Google AdWords advert that you are creating you simply put the following code:

{keyword:your backup title here}

You replace “your backup title here” with your own title incase the searchers key phrase is too long to be inserted into your title. If AdWords cannot use their phrase it will insert your backup title.

DotCom Promotions – Sydney Web Design blog is proudly powered by WordPress
Entries (RSS) and Comments (RSS).
Privacy Policy | Terms of Use | Sitemap Designed and Developed by DotCom Promotions © 2009