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 ‘Sydney Web Design’

Ball Pool – javascript project


Sunday, January 30th, 2011

I wanted to share this cool javascript project with you. It is a fun page where you fill up the window with balls by clicking anywhere and can throw the balls around by clicking and dragging.

I especially like the SHAKE feature where you can shake your browser and all the balls move.

Click here to start playing.

Best Website Hosting in Sydney – Ilisys


Saturday, January 29th, 2011

DotCom Promotions recommends that you use Ilisys as your web host for many reasons. We have been using them now for over 7 years and have never had one problem with them.

We have found their servers to be extremely reliable, fast and easy to configure to any situation.

The staff are very helpful and are truly professional and knowledgeable in every circumstance that we have ever needed help. They answer the phones quickly and notify of any service maintenance schedules. We are extremely happy with their products.

If you are smart, you will switch to this amazing company and I honestly believe that once you join up you will never leave.

Call me on (02) 9957 3337 if you want a personal reference on Ilisys or any further information or visit their website directly at www.ilisys.com.au.

Are you sick of Lorem Ipsum?


Saturday, January 29th, 2011

If you are a web designer and are sick of Lorem Ipsum then Fillerati is for you.

Fillerati is a really cool tool that lets you take the text from classic novels and quickly grab a section marked up for the web. This lets designers customise headline sizes, paragraph sizes and list sizes quickly and easily.

fillerati web text markup tool

Use Fillerati to quickly markup paragraphs, headlines or lists.

Check out the website at www.fillerati.com and give it a try.

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.

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