If you do not use WordPress for blogging purposes at all, and it doesn't have any blog posts (apart from the main pages that you added), then you can disable the RSS feeds, remove the main feed & comments link frm the <HEAD>
section of the HTML source code.
This will show an error message that you can customize below whenever someone is accessing the website's RSS links (e.g. ). If this option is turned ON (disabling any RSS feed), the extra options below will also be turned ON as RSS links will not be relevant anymore.
|
|
e.g. <link rel="alternate" type="application/rss xml" title="Your Site Title » Feed" href="https://www.yourwebsite.com/feed/" />
|
|
e.g. <link rel="alternate" type="application/rss xml" title="Your Website Title » Comments Feed" href="https://www.yourdomain.com/comments/feed/" />
|