You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by di...@apache.org on 2021/12/31 14:01:09 UTC

[sling-org-apache-sling-sitemap] branch master updated: trivial: add implemented extensions to README.md

This is an automated email from the ASF dual-hosted git repository.

diru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-sitemap.git


The following commit(s) were added to refs/heads/master by this push:
     new afe86b1  trivial: add implemented extensions to README.md
afe86b1 is described below

commit afe86b110ad1fa5888a35ae824a85f37d31bee9b
Author: Dirk Rudolph <di...@apache.org>
AuthorDate: Fri Dec 31 15:01:04 2021 +0100

    trivial: add implemented extensions to README.md
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index f1f04d4..efd581e 100644
--- a/README.md
+++ b/README.md
@@ -144,3 +144,9 @@ In order to hide the implementation detail from the consumer API, the `Extension
 An example extension implementation can be found with
 the [AlternateLanguageExtension](src/main/java/org/apache/sling/sitemap/builder/extensions/AlternateLanguageExtension.java)
 .
+
+For the following implemented extensions, refer to the respective interfaces in [o.a.s.sitemap.builder.extensions](src/main/java/org/apache/sling/sitemap/builder/extensions):
+* [Alternate Language Links](https://developers.google.com/search/docs/advanced/crawling/localized-versions#sitemap)
+* [Google Image Sitemap](https://developers.google.com/search/docs/advanced/sitemaps/image-sitemaps)
+* [Google Video Sitemap](https://developers.google.com/search/docs/advanced/sitemaps/video-sitemaps)
+* [Google News Sitemap](https://developers.google.com/search/docs/advanced/sitemaps/news-sitemap)
\ No newline at end of file