2025-01-24T03:41:27

This commit is contained in:
2025-01-24 03:41:27 +09:00
parent 3d30ee3192
commit ef04610bd1
14 changed files with 450 additions and 165 deletions

View File

@@ -1,59 +0,0 @@
# Atom
```xml
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Example Feed</title>
<link href="http://example.org/"/>
<updated>2003-12-13T18:30:02Z</updated>
<author>
<name>John Doe</name>
</author>
<id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
<entry>
<title>Atom-Powered Robots Run Amok</title>
<link href="http://example.org/2003/12/13/atom03"/>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>2003-12-13T18:30:02Z</updated>
<summary>Some text.</summary>
</entry>
</feed>
```
- feed
- id
- title
- updated
- author
- link
- category
- contributor
- name
- url
- email
- generator
- icon
- logo
- rights
- subtitle
- entry
- id
- title
- updated
- author
- name
- url
- email
- content
- link
- summary
- category
- contributor
- name
- url
- email
- published
- rights
- source
https://validator.w3.org/feed/docs/atom.html

View File

@@ -1,5 +0,0 @@
# Robots.txt
http://www.robotstxt.org/
http://humanstxt.org/

View File

@@ -1,56 +0,0 @@
# RSS
```xml
<rss version="2.0">
<channel>
<title></title>
<link></link>
<description></description>
<item>
<title></title>
<link></link>
<description></description>
</item>
</channel>
</rss>
```
- channel
- title
- link
- description
- language
- copyright
- managingEditor
- webMaster
- pubDate
- lastBuildDate
- category
- generator
- docs
- cloud
- ttl
- image
- url
- title
- link
- textInput
- title
- description
- name
- link
- skipHours
- skipDays
- item
- title
- link
- description
- author
- catogory
- comments
- enclosure
- guid
- pubDate
- source
https://validator.w3.org/feed/docs/rss2.html

View File

@@ -1,5 +0,0 @@
# SEO
https://developers.google.com/search/docs/advanced/guidelines/get-started?hl=ko
https://searchadvisor.naver.com/guide

View File

@@ -1,37 +0,0 @@
# sitemap.xml
```xml
<?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>
```
- urlset
필수.
- url
필수.
- loc
필수.
- lastmod
ISO 8601
- changefreq
- priority
0. 0~ 1.0
https://www.sitemaps.org/ko/protocol.html

View File

@@ -1,3 +0,0 @@
# Syndication
Start typing here...