Closed w3stling closed 4 months ago
If title or description tag exist on multiple levels the value of the last occurrence will be selected.
For rss feeds description tag can exist in: /rss/channel/description and /rss/channel/image/description
/rss/channel/description
/rss/channel/image/description
For atom feeds title tag can exist in: /feed/entry/title and /feed/entry/source/title
/feed/entry/title
/feed/entry/source/title
Use absolute path to title and description tags instead of relative path with setting up the item and channel mappings.
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 100.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarCloud
If title or description tag exist on multiple levels the value of the last occurrence will be selected.
For rss feeds description tag can exist in:
/rss/channel/description
and/rss/channel/image/description
For atom feeds title tag can exist in:
/feed/entry/title
and/feed/entry/source/title
Use absolute path to title and description tags instead of relative path with setting up the item and channel mappings.