Items with same link are removed, considered as duplicates?
-
Hello,
If there is some feeds items with the same link in one or multiples feeds, only one item appear in “Feed Items”!
For example I create a feed for my website, with a new item every week, with the same url … my website https://www.example.com. 10 items in the feed, only one display.
Can you please fix this or tell me what to change in the source code to dont remove duplicates automatically?
Thanks,
Julie
<item>
<title>Item 1</title>
<link>https://www.example.com</link>
<description>***</description>
<pubDate>***</pubDate>
<guid>***</guid>
</item>
<item><item>
<title>Item 2</title>
<link>https://www.example.com</link>
<description>***</description>
<pubDate>***</pubDate>
<guid>***</guid>
</item>
<item><item>
<title>Item 3</title>
<link>https://www.example.com</link>
<description>***</description>
<pubDate>***</pubDate>
<guid>***</guid>
</item>
<item>…
- The topic ‘Items with same link are removed, considered as duplicates?’ is closed to new replies.