> For the complete documentation index, see [llms.txt](https://docs.firework.com/firework-for-developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firework.com/firework-for-developers/web/integration-guide/feed-attributes.md).

# Feed Attributes

<table><thead><tr><th width="182.33333333333331">Name</th><th width="334.0283867788573">Description</th><th>Default value</th></tr></thead><tbody><tr><td><code>channel</code></td><td>Channel name from which content should be displayed. Videos are ordered as a channel timeline.</td><td></td></tr><tr><td><code>playlist</code></td><td>Playlist ID for selected content. Please note <code>channel</code> name is necessary.</td><td></td></tr><tr><td><code>playlist_collection</code></td><td>Playlist collection ID. Works with <code>channel</code> as mandatory attribute.</td><td></td></tr><tr><td><code>hashtag</code></td><td><p>Hashtag to filter channel content. String in form of s-expression can be used together with <code>channel</code>. Closures starting with <code>and/or</code> provides access to more complex logical expression.</p><p>For example <code>hashtag="(and drone (or sports travel))"</code> will filter all travel or sports drone videos. For example of a single hashtag use <code>(and drone)</code></p></td><td></td></tr><tr><td><code>skus</code></td><td>Filter videos based on SKUs of products attached to the videos. List of coma separated values.</td><td></td></tr><tr><td><code>video</code></td><td>Encoded video ID to force particular video as first one in feed.</td><td></td></tr><tr><td><code>priority</code></td><td>By defining multiple feed attributes, integration can specify the order of priority fallback in case the response is empty. Coma separated list of attributes. Please note priority will be ignored if it is with <code>channel</code> only.</td><td><code>skus,playlist,hashtag,playlist_collection</code></td></tr><tr><td><code>jsonld</code></td><td>Each enabled widget will inject "json-ld" schema into page header as soon as its rendered</td><td>false</td></tr></tbody></table>
