When activated the mf2 feed is added as rel=alternate to any page.
This includes filtered views like the one post-kinds provides (e.g. /kind/article/) where it is picked up by parsers like xray.p3k.io over the microformats on the actual HTML page.
The result is a valid feed with all post kinds and not just, like for this example, articles only. That kind of defeats the purpose of such filtered feed views and actually 'spammed' a subscriber of mine.
Mayhap limiting it's appearance to index / home page only may be an option to work around this.
When activated the mf2 feed is added as
rel=alternateto any page.This includes filtered views like the one
post-kindsprovides (e.g./kind/article/) where it is picked up by parsers likexray.p3k.ioover themicroformatson the actual HTML page.The result is a valid feed with all post kinds and not just, like for this example, articles only. That kind of defeats the purpose of such filtered feed views and actually 'spammed' a subscriber of mine.
Mayhap limiting it's appearance to
index/homepage only may be an option to work around this.