forked from dfabulich/sitemapgen4j
-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO.txt
23 lines (17 loc) · 841 Bytes
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Migrate to java.time
Migrate to java.nio
Ping search engines
Text file reader
Sitemap reader
Improve validator for basic sitemap case (gzip, 10MB, urls, encoding)
validate Image/Video/News sitemaps
JS api
addUrl({url:"https://www.example.com",lastMod:"2007-08-01");
new WebSitemapGenerator({});
new SitemapIndexGenerator({});
Remove deprecated Google Image sitemap tag:
https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps?#deprecated
https://developers.google.com/search/blog/2022/05/spring-cleaning-sitemap-extensions
Update Google Video Sitemap classes to match latest schema (missing attributes, mark deprecations):
https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps
https://developers.google.com/search/blog/2022/05/spring-cleaning-sitemap-extensions