Indie Web Camp Frequently Asked Questions
how do you add discoverability of an ActivityStream
Q: What would the best practise be to add discoverability of a ActivityStream to an indie web site?
A: If you're using an Atom-based Activity Stream, simply re-use feed autodiscovery and put a tag like this in the head element of your home page:
<link rel="alternate" type="application/atom+xml" href="myactivitystream.xml"/>
And change "myactivitystream.xml" to the filename of your Atom Activity Stream.
A2: If you're using a JSON-based Activity Stream, it's still under discussion (see the ActivityStrea.ms list), but this is the current proposal:
<link rel="alternate" type="application/stream+json" href="myactivitystream.json"/>
And change "myactivitystream.json" to the filename of your JSON Activity Stream.
... more questions ...
...
see also