Thành viên | Nội dung |
lenh_ho_xung
Tieu ngao giang ho 41 bài
| Thông thường mọi người chỉ biết site map là cái bản đồ website. Tức là muốn nhảy vào đâu xem cái gì thì chui vào trang đó mà xem. Nhưng trên thực tế thì sitemap lại là một cái khác, là 1 cái phát sinh từ khi có search engine, và đặc biệt là google.
|
lenh_ho_xung
Tieu ngao giang ho 41 bài
| Ví dụ như những cái site map kiểu thế này là site map kiểu như mọi người hiểu, tức là 1 danh sách các link cho người dùng có thể xem
http://www.ioit-hcm.ac.vn/sitemap.php http://www.vietshare.com/vietnam/sitemap.asp
Nhưng đây mới là định nghĩa của thế giới (http://www.sitemaps.org/)
What are Sitemaps? Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site.
Web crawlers usually discover pages from links within the site and from other sites. Sitemaps supplement this data to allow crawlers that support Sitemaps to pick up all URLs in the Sitemap and learn about those URLs using the associated metadata. Using the Sitemap protocol does not guarantee that web pages are included in search engines, but provides hints for web crawlers to do a better job of crawling your site.
Sitemap 0.90 is offered under the terms of the Attribution-ShareAlike Creative Commons License and has wide adoption, including support from Google, Yahoo!, and Microsoft.
Tóm lại sitemap là 1 file XML có định dạng được qui định sẵn để giúp các searchengine có thể tìm kiếm tốt hơn.
|
lenh_ho_xung
Tieu ngao giang ho 41 bài
| Các thẻ được mô tả như thế này
The Sitemap must:
* Begin with an opening <urlset> tag and end with a closing </urlset> tag. * Specify the namespace (protocol standard) within the <urlset> tag. * Include a <url> entry for each URL, as a parent XML tag. * Include a <loc> child entry for each <url> parent tag.
Đây là mẫu file xml sitemap
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://www.example.com/</loc> <lastmod>2005-01-01</lastmod> <changefreq>monthly</changefreq> <priority>0.8</priority> </url> </urlset>
|
lenh_ho_xung
Tieu ngao giang ho 41 bài
| Các bạn có thể xem site map của diễn đàn này tại địa chỉ
http://coder.awas.vn/desktops/forum/sitemap.aspx
|
lenh_ho_xung
Tieu ngao giang ho 41 bài
| source đây nè
http://coder.awas.vn/downloads.ashx?id=677e4d8d17f24810810b19b6ba3b632a
|
kimlong008
25 bài
| hey lệnh hồ xung sao đi đâu cũng gặp hết vậy ?
|
lenh_ho_xung
Tieu ngao giang ho 41 bài
| ý bạn là gặp ai cơ? ---
|
|