2011-12-26

【網頁】SEO : Canonical Tag

Canonical 這個 Tag 真的是很好用的一個東西。
如果網址
http://www.web.com/a.php

http://www.web.com/b.php
都是連到
http://www.web.com/index.php
那你就在網頁的<head>....</head>中,塞入這個Canonical  Tag 如下:
<link rel="canonical" href="http://www.web.com/index.php" />
這樣子,Google 在 Parsing 時,就會將網址 http://www.web.com/index.php 當成主要的網頁。


我的應用方式是在canonical tag 的 url 內容,塞入網址,然後緊接著加上文章標題。
如下:

<link rel="canonical" href="http://www.web.com/article_id/文章標題" />
這樣子,原本網址的 http://www.web.com/article_id 可以連到這篇文章,
但Google Parsing 後,會使用 http://www.web.com/article_id/文章標題。
過一陣子後,在Google 查詢這篇文章時,就會看到
http://www.web.com/article_id/文章標題
這串帶著文章標題的網址了。


0 comments:

張貼留言