How can I find if a given page has RSS Feed available as browsers (FF) show RSS icon in address bar if the page has an RSS feed?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Look into the source of this very page. You will find the following
<link>:You should be able to parse any HTML page with a DOM parser, and look for
alternatelinks of the correct type.