트위터(Twitter) 와 마이크로블로깅 의 시대 이전에 RSS 피드는 웹서퍼들에게 속보를 전달하는 가장 효율적인 방법으로 경쟁했습니다. RSS 는 오늘날만큼 인기가 없지만 Feedly와 같은 웹 서비스는 진화하는 인터넷을 위한 RSS 피드의 모양과 느낌을 새롭게 하는 데 큰 역할 을 합니다 .(RSS)
작가이자 저널리스트인 저에게 RSS 피드를 읽는 것은 매일 일어나는 일입니다. 다른 사람들에게는 여전히 간결하고 소화하기 쉬운 방식으로 뉴스를 수신하는 좋은 방법이 될 수 있습니다. 여러 블로그와 뉴스 소스를 지속적으로 확인하는 사람이라면 RSS 피드 리더를 사용하는 것이 좋습니다.
그러나 RSS 의 인기가 떨어지면서 RSS가 무엇이며 어떻게 사용할 수 있는지에 대한 정보가 덜 공개되었습니다. RSS 피드가 있다는 사실조차 모르는 사람들이 많습니다 . 밝고 주황색이기는 하지만 표준 RSS 아이콘은 (RSS)WiFi 및 비접촉식 결제와 같은 항목에서 매우 모호합니다.
설상가상으로 많은 웹사이트가 RSS 피드 URL(URLs) 을 더 이상 공개적으로 광고하지 않지만 여전히 유지되고 있습니다. 이 기사에서는 웹사이트가 공개적으로 광고되지 않은 경우에도 RSS 피드 URL 을 찾는 방법에 대해 이야기해 보겠습니다 .
RSS 브라우저 확장(RSS Browser Extensions)
웹 페이지의 RSS 피드를 찾는 가장 효율적인 방법은 브라우저용 타사 RSS 확장 프로그램을 설치하는 것입니다.(RSS)
이러한 확장은 단순히 페이지의 RSS 피드 를 가리키는 link rel HTML 태그에 대해 웹페이지를 확인합니다. (HTML)그런 다음 브라우저의 확장 표시줄에 있는 아이콘에 RSS 피드를 표시합니다.(RSS)
몇 년 전만 해도 Firefox(Firefox) 와 같은 많은 브라우저 에는 RSS 피드 리더가 사전 설치된 상태로 제공되었습니다. 이제 타사 개발자로부터 이를 받아야 합니다. 그러나 신뢰할 수 있는 옵션이 많이 있으며 경우에 따라 이러한 확장은 브라우저 개발자가 만들 수도 있습니다.
Google의 RSS 구독 확장 프로그램 은 (RSS Subscription Extension)Chrome 에서 이 사용 사례를 위한 최고의 솔루션 이지만 Firefox 에는 Feedbro 및 Awesome RSS 와 같은 몇 가지 옵션 이 있습니다.
Safari의 경우 Safari 앱용 간단한 RSS 버튼(RSS Button for Safari) 이 트릭을 수행하지만 비용은 $0.99입니다.
URL 해킹(URL Hacks)
RSS 피드 URL 을 빠르게 찾는 또 다른 간단한 방법 은 URL 명명 규칙 과 관련하여 정보에 입각한 추측을 하는 것 입니다.
웹 사이트의 지원 관련 페이지를 찾을 때 해당 페이지가 도움말 또는 지원 하위 폴더 또는 하위 도메인에 있다는 것을 종종 알 수 있습니다. 예를 들어 http://google.com/help/ 는 Google에서 작동합니다.
웹 페이지의 RSS 피드에 대해서도 동일한 작업을 수행할 수 있습니다. 가장 일반적으로 RSS 피드는 피드 또는 RSS 도메인 하위 폴더에서 찾을 수 있습니다. http://example.com/rss/RSS 피드를 찾고 있다면 http://example.com/feed/ 및 http://example.com/ 를 사용해 보십시오 .
소스 코드(Source Code)
다른 모든 방법이 실패하면 소스를 파헤칠 때입니다. 소스 코드를 다루려면 약간의 정통함이 필요하지만 웹 페이지의 소스 코드를 통해 RSS 피드를 찾는 것은 매우 쉽습니다.(RSS)
RSS 피드가 첨부된 것으로 의심되는 웹페이지에 있지만 찾을 수 없는 경우 페이지의 아무 곳이나 마우스 오른쪽 버튼으로 클릭하고 Chrome에 표시되는 소스 코드 보기(View source code) 와 같은 옵션을 찾습니다. .
현재 페이지의 모든 HTML , CSS 및 JavaScript 를 표시하는 창이 나타납니다 . 모든 것이 낯설고 혼란스러워 보이더라도 너무 겁먹지 마십시오. application/rss "라는 용어를 검색( Windows의 경우 Ctrl + F )하기만 하면 됩니다.
이 용어를 검색하면 적용 가능한 대부분의 경우에 결과가 표시되지만 " rss(rss) " 또는 " atom " 을 검색할 수도 있습니다 . 아무것도 발견되지 않으면 페이지에 RSS 피드가 없을 수 있습니다.
RSS 피드의 URL 은 link rel (URL)HTML 태그 의 href 속성이 됩니다. 위의 스크린샷에서 https://www.online-tech-tips.com/feed/ 에 있는 하나의 피드를 볼 수 있습니다. 구독을 적극 권장합니다!
RSS 피드 를 찾아야 하는 빈도에 따라 이러한 모든 옵션은 실행 가능하고 탐색할 가치가 있습니다. 그러나 일반 사용자의 경우 RSS(RSS) 브라우저 확장 프로그램 을 권장합니다 . Google의 공식 Chrome(Chrome) 확장 프로그램 과 같은 이들 중 대부분 은 매우 가볍고 필요한 것을 쉽게 제공합니다.
이 팁을 따라도 웹페이지의 RSS(RSS) 피드 URL 을 찾을 수 없다면 URL 이 제공되지 않았을 가능성이 큽니다. 이 경우 웹 사이트의 변경 사항을 모니터링하는 방법(how to monitor a website for c) 에 대한 기사를 확인 (h)하십시오(anges) .
How to Find an RSS Feed URL for Any Website
Βefore the age of Twittеr and microblogging, RSS feeds were in competition for being the most efficient way of deliverіng breaking news to web sυrfers. Αlthoυgh RSS isn’t as popular today, web services like Feеdly do a great job of refreshing the look and feel of RSS feeds for the evolving internet.
As a writer and journalist, reading RSS feeds is a daily occurrence for me. For others, it can still be a great way of receiving your news in a way that’s concise and easy to digest. If you’re someone who is constantly checking multiple blogs and news sources, we highly recommend making use of an RSS feed reader.
However, with RSS’s lapse in popularity has come less open information about what it is and how you can make use of it. Many people aren’t even aware that RSS feeds exist. The standard RSS icon, albeit bright and orange, is very ambiguous with things such as WiFi and contactless payment.
Even worse, many websites don’t openly advertise their RSS feed URLs anymore, although they’re still maintained. In this article, let’s talk about how you can find the RSS feed URL for a website, even when it isn’t publicly advertised.
RSS Browser Extensions
The most efficient way to find a webpage’s RSS feed is to install a third-party RSS extension for your browser.
These extensions simply check a webpage for the link rel HTML tag, which points to the page’s RSS feed(s). They then present the RSS feed(s) in an icon in your browser’s extension bar.
Before a few years ago, many browsers, such as Firefox, shipped with an RSS feed reader pre-installed. Now, you’ll need to get these from a third-party developer. However, there are plenty of trustworthy options, and in some cases, these extensions are even made by the browser’s developer.
Google’s RSS Subscription Extension is the go-to solution for this use case in Chrome, but Firefox has a few options, with Feedbro and Awesome RSS being our top picks.
For Safari, the simple RSS Button for Safari app does the trick, but it costs $0.99.
URL Hacks
Another simple way to quickly find an RSS feed URL is to make an educated guess regarding its URL naming convention.
When you’re looking for support-related pages of a website, you’ll often notice that the page is located at the help or support subfolder or subdomain. For example, http://google.com/help/ works for Google.
We can do the same for a webpage’s RSS feed. Most commonly, RSS feeds can be found at the feed or rss domain subfolder. For example, if you’re looking for the RSS feed for http://example.com/, try http://example.com/feed/ and http://example.com/rss/.
Source Code
If all else fails, it’s time to get digging in the source. While dealing with source code often requires a bit of savviness, finding an RSS feed through a webpage’s source code is incredibly easy.
When you’re on a webpage that you suspect may have an RSS feed attached to it, but you can’t find it, right-click anywhere on the page and look for an option such as View source code, as it’s presented in Chrome.
This will bring up a window that shows all of the HTML, CSS, and JavaScript of the current page. If it all looks foreign and confusing, don’t get too intimidated. All you have to do is search (Ctrl + F in Windows) for the term “application/rss“.
While searching for this term will show results in the majority of applicable cases, you can also attempt to search for “rss” or “atom”. If none are found, it’s likely that the page does not have an RSS feed.
The RSS feed’s URL will be the href attribute of the link rel HTML tag. In the screenshot above, you can see one feed located at https://www.online-tech-tips.com/feed/ – which we highly recommend you subscribe to!
Depending on how often you’ll need to find RSS feeds, all of these options are viable and worth exploring. However, for the average user, we definitely recommend an RSS browser extension. Many of these, such as Google’s official Chrome extension, are extremely light and easily provide exactly what is needed.
If you’re still unable to find a webpage’s RSS feed URL following these tips, it’s likely that one has not been provided. In that case, check out our article on how to monitor a website for changes.