2024-06-21
This commit is contained in:
37
Writerside/topics/Sitemap.md
Normal file
37
Writerside/topics/Sitemap.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user