XML sitemap generator / CSV to XML sitemap converter help |
Settings | Remark |
Upload CSV file |
Upload a CSV file to be converted into a XML sitemap. The CSV file must have a .txt file extension and must not exceed 800 KB. The CSV file must be formatted as follow: loc | lastmod | changefreq | priority Use the pipe "|" character as delimiter. loc = The URL (required) lastmod = The last modification date (optional): YYYY-MM-DD changefreq = The change frequency (optional). Valid values are:
CSV file example 1: https://www.mobilefish.com/tutorials/css/rss.xml https://www.mobilefish.com/images/help.gif CSV file example 2: https://www.mobilefish.com/tutorials/css/rss.xml | | | 0.5 https://www.mobilefish.com/images/help.gif | | | 0.1 CSV file example 3: https://www.mobilefish.com/tutorials/css/rss.xml | 2001-08-19 | | 0.5 https://www.mobilefish.com/images/help.gif | 2001-08-19 | | 0.1 CSV example 4: https://www.mobilefish.com/tutorials/css/rss.xml | 2001-08-19 | yearly | 0.5 https://www.mobilefish.com/images/help.gif | 2001-08-19 | yearly | 0.1 CSV example 5: https://www.mobilefish.com/tutorials/css/rss.xml | | yearly | https://www.mobilefish.com/images/help.gif | | yearly | |