Mity Docs Mity Docs for Mity Digital
Feedamic Documentation

Auto-discovery Tag

A Statamic tag is included that will output your configured feeds to your site's markup for auto-discovery assistance.

In your <head> tag of your layout, simply call the tag.

You can use this tag for all feed routes, or only those of a specific feed.

For all feeds

To output all feed routes:

1{{ feedamic }}

This will output the configured feed URLs and mimetypes to assist with readers auto-discovering the feed.

For a specific feed

To output the feed routes for a specific feed - in this example, a feed with the key of "blog":

1{{ feedamic:blog }}

This is useful if you have different sections of your site that need auto-discovery assistance for only that section's feeds.