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 ‘Google’

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.

Google AdWords Tips (4)


Monday, August 30th, 2010

Google AdWords Tip 4 – Turn off content targeting and search network.

The search network is where Google places advertising on other peoples websites. If you have a popular website you can make money from having a google ads display on it, and the ads that are shown on each form the Google Adwords Network.

The problem is, you don’t know where your ads are going to show and the people there are not really searching for your site. This does attract clicks but they are usually just browsers, not searchers, and it just costs you money each time they have a look.

You can turn Search Network Ad Placement OFF in the preferences. I usually leave the display on mobiles option ON.

Hope this helps.

Google AdWords Tips (3)


Sunday, August 29th, 2010

Tip 3. Global Negative Keywords.

You don’t want people finding your add when they are searching for free stuff if you are selling something. This may sound obvious to some but do some searches and you will see it happening. Use the word FREE in your negative keywords and you will never pop up in a search that contains the word FREE. Using negative keywords is especially important if you are using broad matching.

So what are negative keywords?

Negative keywords are a core component of a successful keyword list. Adding a negative keyword to your ad campaign means that your ads will not be shown for searches containing that word. You will save money by filtering out unwanted queries and you will find that you then reach the most appropriate prospects, reduce your cost per click and increase your return on investment.

How to use them.

You add a negative keyword the same as you would add a normal keyword. The only difference is that you add a negative sign (-) before the term (with no space between the negative sign and the first letter of the keyword).

-free would stop any searches with the word FREE in it from showing up.

Imaging you own a Bag company that sells canvas and plastic bags. You would not want people that search for Leather Bags to see your advert and click on it as that would cost you money and they are not looking for your product.

Adding the negative keyword -leather would stop any searches with the word LEATHER in it from showing up. This would filter out any of those searches meaning that you get better targeted advertising.

Hope this helps.

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