15
[Question]How to set up RSS for my blog?
(lemmy.world)
Welcome to /c/blogging!
This is a community for posting interesting, insightful, or even personal blog posts. You can advertise your own blog, or share other blog posts you find interesting.
Since this is the programming instance, expect many posts to be related to computer science. General blogs are still welcome as well!
Rules:
Don't be rude. Duh.
Don't spam your own blog. Try to limit self-promotion to only once or twice per week.
Looking to start your own blog? Check out Bearblog, Write.as, WordPress (which you can host yourself as well).
If you're tech-savvy, check out Hugo!
Icon by Design Circle
Lots of folks just include everything up until a reasonable character limit like 1000 characters. I think most feed readers will cut long descriptions short.
It is best practice to include an intentional separate summary. I write a sentence into my metadata for this. I try to answer "how would I describe this article if I sent it to a colleague?"
The content should be HTML, and should generally only contain what would go in the main "content" tag in an accessible website. (Be sure not to include site navigation, page footer, etc)
I just keep adding crap until the end over time.
Technically, I clean it up, occasionally, because my RSS feeds and best of my blog links are built from the same metadata.
Yes, it's a good practice. People like images.
A valid HTML image tag anywhere in the RSS will typically be rendered in a reader.
Some RSS specifications include a place to specify a preferred image. Readers vary in how they use this image, but will typically feature it prominently. (Because people like images.)
Traditionally, this image should be particularly relevant to the content, and should also actually be included in the page content. (I feel like this rarely happens, though!)
Most feed readers will simply choose the first image they find on the page, if nothing is specified in the specific image RSS field. This often gets weird, especially on websites with prominent ads.
https://mastofeed.org/ can automatically post your RSS feed links to your Mastodon account, if you're into that sort of thing.
That said, I don't actually want more blog readers, I just think the RSS spec is interesting. So take my advice on gaining readership with a huge dose of salt.
Thank you so much for your advice.
You're welcome! Thanks for helping keep the RSS torch alive, and happy blogging!