RSS feeds
Every Pagecord blog has an RSS feed that readers can subscribe to using their favourite RSS reader.
Your feed URL
Your RSS feed is available at:
https://yourusername.pagecord.com/feed.xml
If you're using a custom domain:
https://yourdomain.com/feed.xml
Filtered feeds
You can filter your RSS feed using query parameters. This is useful for readers who only want to follow specific topics or languages on your blog.
Filter by tag
https://yourusername.pagecord.com/feed.xml?tag=ruby
You can filter by multiple tags (posts matching any of the tags will be included):
https://yourusername.pagecord.com/feed.xml?tag=ruby,rails
Exclude by tag
https://yourusername.pagecord.com/feed.xml?without_tag=personal
You can exclude multiple tags (posts matching any of the tags will be excluded):
https://yourusername.pagecord.com/feed.xml?without_tag=personal,draft
Filter by title
Only include posts that have a title:
https://yourusername.pagecord.com/feed.xml?title=true
Or only posts without a title:
https://yourusername.pagecord.com/feed.xml?title=false
Filter by language
https://yourusername.pagecord.com/feed.xml?lang=es
Supported language codes: en, es, fr, de, pt.
Posts without an explicit language set inherit your blog's default language, so if your blog is set to English, ?lang=en will include those posts too.
Combining filters
Filters can be combined:
https://yourusername.pagecord.com/feed.xml?tag=ruby&lang=en
Following Pagecord blogs
To follow a Pagecord blog, add the feed URL to an RSS reader.
Check out Feedgrab, a free RSS reader from the creator of Pagecord! ✨