Blog about SEO & Social Media
Posts tagged google
Google Advanced Search Querystrings
Jul 12th
Welcome back. Thanks for visiting!
May not be teaching old dogs new tricks, but here is a quick post about utilising the querystring parameters in Google search. The Google search url is made up of a number of parameters, the & symbol is used to add parameters as shown in the following example: http://www.google.co.uk/search?hl=en&q=football+world+cup&btnG=Search
- hl=en – this defines the language. en is for English.
- q=football+world+cup – this is the search query, the + is to replace spaces
- btnG=Search - the ‘Google Search’ button was clicked to start the search
These are very basic parameter strings, now let’s take a look at how we can manipulate the result set coming back:
- &num=100 – this will show the top 100 results instead of the default 10
- &start=100 – this will allow the results to start from a particular position in the SERP’s
Now for a few advanced querystrings: as_qdr=x - Replace the x to one of the following to show when files had been first indexed:
- d – last 24 hours
- w – last 7 days
- m – last month
- y - last year
- m2 – last number of months. m2 wlast 2 months m3, m4 etc etc
So just a few ways to manipulate the results in the Google, for a full list visit the SEOmoz ultimate guide.
Google Webmaster Verification Now Made Easier!
Mar 6th
Google have now made the Webmaster Verification process a lot simpler. If you own a site and want multiple people to be able to view the WMT information of your site, you would have had to add multiple html files or multiple meta tags which would make the process quite a lengthy one and also more difficult to manage.
Google are now sharing the verification love which allows Webmaster to simply add a user to the WMT account to view the profile, this has to be a Google account email addres.
Simply login to your webmaster tools account and select the verification details link.
Then click add user and enter the Google verified email address of who you wish to grant access to the WMT account for the domain:
The long and short of it means less hassle for Webmasters!
Google Product Search – Testing Links again?
Apr 3rd
Has anyone noticed that the product results in Google have been showing images and not directly linkg through to the site?
A post from the Head of SEO at Latitude, Andy Heaps posted back in December about how Latitude joke about Google’s money making levers – “if profits are down or shareholders unhappy they pick a money generating lever and pull it” highlighted this, and now seems that the same is going on again.
Only today have Google displayed both links and none in their product listings here is the latest of my searches:

Google Products - No links
So does this mean that Google are “pulling the levers” again or trying to improve the users exprerience?
Google PageRank Update
Apr 3rd
So it seems there has been a PageRank update this week, finally Organic Search SEO is a PR1 now!
Working on some SEO clients and happy to see that the one of my clients has seen the whole site go from PR2 to PR3.
Has anyone seen any surprising PR updates?
Canonical URL – A possible solution to duplicate content
Feb 13th
Duplicate Content Issues
The 3 major search engines, Google, Yahoo and Microsoft, have just announced a new tag that can tell the search engines which URL it should have for the current page.
The issue websites have is duplicate content, the same content is indexed under different URL’s. This is an issue SEO’s have been trying to solve for a long time.
New canonical URL tag
To help solve this problem, the 3 major engines have declared that it will recognise a new HTML tag, which, if inserted into your web page, will allow you to specify which URL you want to be the “official”, URL for the content.
The tag needs to be inserted into the HEAD section of your web page:
HTML: <link rel="canonical" href="http://www.yourwebsite.co.uk/correct-page.html">
XHTML: <link rel="canonical" href="http://www.yourwebsite.co.uk/correct-page.html" />
This code needs to be placed in the HEAD section not in the BODY section.
Google will now count the links it has seen to that campaign tagged URL, towards the canonical URL, and not index the campaign tagged URL.
In summary, may be to early to tell if this will help webmasters as it was only announced on the 12th February 2009, but in my opinion this is handing back a little bit of control to the webmaster instead of letting the search engine’s figure out the correct URL.
Disclaimer: The tag is aonly a suggestion to the search engine. It will probably be used 99% of the time, but they have the right to handle things their way.
Canonical URL plugin for WordPress users now available from Joost de Valk.