RSSã‚’è‡ªåˆ†ã§æ›´æ–°ã™ã‚‹æ–¹æ³•
概è¦
RichSiteSummary
ブãƒã‚°ã‚’å«ã‚€WEBã‚µã‚¤ãƒˆã®æ›´æ–°æƒ…å ±ã€‚
XMLã§æˆã‚‹ã€‚
æ›´æ–°æƒ…å ±ã‚’å—ã‘å–りã€è§£é‡ˆã™ã‚‹ã«ã¯RSSリーダーを使ã†ã€‚
Atomã¨ã„ã†è¦æ ¼ã‚‚使ã‚れã¦ãã¦ãŠã‚Šã€ã“ã¡ã‚‰ãŒå°†æ¥æ¨™æº–化ã®è¦‹è¾¼ã¿ã€‚
サイトマップã¨ã¯åˆ¥ã€‚
別ã«ã™ã‚‹äº‹ã«ã‚ˆã£ã¦ã‚¢ã‚¯ã‚»ã‚¹æ•°ç‰ã«ã©ã†å½±éŸ¿ã™ã‚‹ã‹ï¼Ÿã¯Googleç‰ã®æ–¹é‡ã«ã‚ˆã‚‹ã€‚
RSSフィード
ブãƒã‚°ç‰ã®æ›´æ–°æƒ…å ±ã‚’XMLå½¢å¼ã§æä¾›ã™ã‚‹ã“ã¨ã€‚
ã¾ãŸã¯RSSデータãã®ã‚‚ã®ã€‚
<head>
  <link rel="alternate" type="application/rss+xml" title="~" href="http://○○○/rss.xml" >
</head>
href属性ã«ã¦RSSファイルã®URLを指定。拡張åã¯.xml/.rdf。
Atom
<head>
  <link rel="alternate" type="application/atom+xml" title="~" href="http://○○○/atom.xml" >
</head>
RSSファイル
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
  <title>ブãƒã‚°ã‚¿ã‚¤ãƒˆãƒ«</title>
  <description>ブãƒã‚°èª¬æ˜Ž</description>
  <link>http://office-yone.com</link>
  <language>ja</language>
  <pubDate>Sun, 1 Jan 2012 06:00:00 +0900</pubDate>
  <lastBuildDate>Thu, 8 May 2012 06:00:00 +0900</lastBuildDate>
  <generator>sakura Version 2.1.1.1</generator>
  <webMaster>yone@office-yone.com</webMaster>
  <copyright>>Copyright (c) 2014 æ ªå¼ä¼šç¤¾ç±³è‰¯å¤ªäº‹å‹™æ‰€</copyright>
  <item>
    <title>記事タイトル</title>
    <link>http://office-yone.com</link>
    <guid isPermaLink="true">https://office-yone.com/~</guid>
    <author>yone@office-yone.com (ブãƒã‚°ç®¡ç†äººé€£çµ¡å…ˆ)</author>
    <pubDate>Thu, 8 May 2012 06:00:00 +0900</pubDate>
    <category>カテゴリー</category>
    <description>ブãƒã‚°ã®èª¬æ˜Ž</description>
  </item>
</channel>
</rss>