Friday, November 23, 2012

Làm link hiển thị trên Google đẹp hơn

Bạn hãy thử search Google với cụm từ “làm link hiển thị trên google đẹp”. Các bạn sẽ thấy như hình sau.

Để tạo link hiển thị đẹp. Bạn cần quan tâm đến khái niệm Rich Snippet.
    Cách tạo link hiển thị đẹp trên Google với wordpress
    Đơn giản là bạn sử dụng plugin RDFa Breadcrumb.
    Tải RDFa Breadcrumb tại đây: http://wordpress.org/extend/plugins/rdfa-breadcrumb/
    Tạo link hiển thị đẹp trên Google nếu không dùng wordpress
    Bạn có thể sử dụng microdata hoặc RDFa: Kiến thức Seo, Thủ thuật Seo, Công cụ Seo. Bạn sẽ có cấu trúc breadcrum thông thường là:
    <a href=”http://www.example.com/kien-thuc-seo”>Dao tao seo</a> ›
    <a href=”http://www.example.com/kien-thuc-seo/thu-thuat-seo”>Thủ thuật Seo</a> ›
    Để hiển thị link đẹp, bạn cần thực hiện như sau:
        Sử dụng microdata để tạo link đẹp

        <div itemscope itemtype=”http://data-vocabulary.org/Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo” itemprop=”url”>
        <span itemprop=”title”>Kiến thức Seo</span>
        </a> ›
        </div>
        <div itemscope itemtype=”http://data-vocabulary.org/Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo/thu-thuat-seo” itemprop=”url”>
        <span itemprop=”title”>Thủ thuật Seo</span>
        </a> ›
        </div>
        <div itemscope itemtype=”http://data-vocabulary.org/Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo/thu-thuat-seo/cong-cu-seo” itemprop=”url”>
        <span itemprop=”title”>Công cụ Seo</span>
        </a>
        </div>
        Sử dụng RDFa để tạo link đẹp

        <div xmlns:v=”http://rdf.data-vocabulary.org/#”>
        <span typeof=”v:Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo” rel=”v:url” property=”v:title”>
        Kiến thức Seo
        </a> ›
        </span>
        <span typeof=”v:Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo/thu-thuat-seo” rel=”v:url” property=”v:title”>
        Thủ thuật Seo
        </a> ›
        </span>
        <span typeof=”v:Breadcrumb”>
        <a href=”http://www.example.com/kien-thuc-seo/thu-thuat-seo/cong-cu-seo” rel=”v:url” property=”v:title”>
        Công cụ Seo
        </a> ›
        </span>
        </div>

Chúc bạn sớm tạo được link hiển thị đẹp trên kết quả tìm kiếm của Google.
---------------------------------------------------------------------------------------

Trường đào tạo Seo iNET

No comments:

Post a Comment