rel-edit

From IndieWeb


rel-edit is a microformat for linking a page to a URL that lets you edit a page.

How to

You can add rel=edit to any a link, or as a link tag on a web page:

<link rel="edit" href="https://example.com/edit/page-name" />
<a rel="edit" href="https://example.com/edit/page-name">Edit this page</a>

IndieWeb examples

James

capjamesg (who wrote-up the rel=edit spec based on the prior art) uses rel=edit on his airportpianos.org website.

See Also