- I didn't checked in depth but seems like at least blog related yes, RSS generated by Hubspot provide the description and content attributes. RSS v2 specification says that description attributes for items are used to give a synopsis/summary about the content.
- As mentioned earlier, the description is usually a crop (first paragrapth or something like that) from the content. When you are editing/publishing a post in the Hubspot CMS, next to all the text format options there is one called "read more" tag, which allows you to place a break line. The content prior that tag will be used on the description.
This option is a legacy from old listing pages where the range of text to display was more flexible. Current design trends (as the one you are using in insights subdomain) are more constrained on amount of characters that will be visible on the listing page, therefor this read more tags are usually ignored (but will really depend on how the developers and designers want to adapt to it).
If this answer helps you to solve your questions please mark it as a solution.
I just tested and I think its related to the "read more" tag.
You will need to include it manually in the posts that is missing it (or you can update on batch your blog posts through the API if your blog template is already taking care of max length).
Regards,
Gonzalo
If this answer helps you to solve your questions please mark it as a solution.
are '<description>' & '<content:encoded>' generated by HubSpot for all RSS feeds?
as they are two separate elements, am I right to think that they aim to have different content within? How does HubSpot currently chose/select the content to push to those elements?
Now indeed there seems to be something wrong my our RSS feed - not sure what you mean by the 'read more' tag though?
- I didn't checked in depth but seems like at least blog related yes, RSS generated by Hubspot provide the description and content attributes. RSS v2 specification says that description attributes for items are used to give a synopsis/summary about the content.
- As mentioned earlier, the description is usually a crop (first paragrapth or something like that) from the content. When you are editing/publishing a post in the Hubspot CMS, next to all the text format options there is one called "read more" tag, which allows you to place a break line. The content prior that tag will be used on the description.
This option is a legacy from old listing pages where the range of text to display was more flexible. Current design trends (as the one you are using in insights subdomain) are more constrained on amount of characters that will be visible on the listing page, therefor this read more tags are usually ignored (but will really depend on how the developers and designers want to adapt to it).
If this answer helps you to solve your questions please mark it as a solution.
Blog RSS Feed - Description & Content elements showing the same information
SOLVE
Excellent, that seems to have worked indeed by including that 'read more' separator.
While I have you there, do you know how one would process that content to remove the HTML/CSS tags/styling from appearing in that description? basically, just keep the text copy?
Blog RSS Feed - Description & Content elements showing the same information
SOLVE
As the RSS is generated automatically from Hubspot I don't think you can control that. If you want to strip the HTML tags I believe you would need to remove it in your blogpost itself, but you will encounter probably some design issues on the published post page.
If this answer helps you to solve your questions please mark it as a solution.