You are here

google

Canonical URLs in Drupal - Being SEO friendly

The major search engines, i.e. Google, Microsoft's Bing and Yahoo have agreed on a standard tag that every web page should use to tell these engines what is its preferred version. This is called the canonical URL of a page, nicely explained in this article at Google Webmaster Tools Central Blog. The meta-tag should be added at the head section of your HTML page:

<link rel="canonical" href="http://www.example.com/content/title_of_your_story_or_page_here" />

Adding Google Analytics to your Drupal Site

I made a recent post on how to (easily) setup Google Webmaster Tools on your Drupal Website. I decided to write this because I could not find a solution after quickly searching the web.

Verify your Drupal Site with Google Webmaster Tools

If you host your site using Drupal CMS and want to use Google Webmaster Tools to increase it's visibility in Google search results, but you do not want to mess with your templates, php or site blocks, there is a very easy way to do it. Just use a URL Alias. Here is how:

  1. Log on to your Google Webmaster Tools account
  2. At your homepage, click on the "Add a Site" button and click on continue
Subscribe to RSS - google