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 ‘Search Engine Optimisation’

Google Rolls out its Panda update!


Tuesday, April 12th, 2011

Google Rolls out its Panda update internationally, and in the United States the initial launch impacted nearly 12% of queries. So it stands to reason that the impact may be similar for English-speaking searchers across the world.

We will keep you posted on trends and stats as we get them in.

Google accuses Bing of cheating.


Monday, February 7th, 2011

It seems as if the feud Between Microsoft and Google is about to escalate. Google has now said it has proof that Microsoft’s search engine Bing has been copying its search results and re-publishing them as its own.

Google apparently entered a misspelled word ‘hiybbprqug’ and created fake results for it. The same results appeared later on the Bing search engine proving that they has in some way at least copied the unique to Google result.

A statement made by Bing vice president Harry Shum compared Google’s method of investigation to techniques used in novels.

We will follow this story closely and bring you the results later this month.

Google – Search Engine Optimisation (SEO)


Friday, January 28th, 2011

These come directly from the Google Guru – Matt Cutts.

1. Think about what someone will type when they want to find your site.

Find out what your users are going to type then make sure those keywords are on your page. Its that easy.

2. Title tags matter.

It is the first thing a user sees when they are searching as Google also uses it as the title for the listing.

Don’t forget the description tag too. Often when users are searching the Title tag drags them in to read and the description makes them think this is exactly the page I am looking for and therefore click through to your page.

3. The more links to you the higher you will be indexed.

Don’t know how to get links in to your website? First try filling in your business in all the local directories like Google Places, Hot Frog, Yellow Pages, White Pages, True Local, Local, Startlocal, Aussielocal, there are hundreds of them and each link to you gets you a little bit higher in the Google indexing.

4. Get a WordPress Blog.
Starting a blog is a really good idea too. Make sure that the articles are interesting and you will get people linking to your stories. If the blog is onsite then the links in count as links into you. Google loves wordpress.

See the complete video on youtube here.

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