Skip to content

Commit ba07cd0

Browse files
authored
Add more IndieWeb meta tags to page, modify rel=me comment
2 parents 742267f + e1dce2e commit ba07cd0

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ These elements provide information for how a document should be perceived, and r
208208
<!-- Gives a reference to a location in your document that may be in another language -->
209209
<link rel="alternate" href="https://es.example.com/" hreflang="es">
210210

211-
<!-- Provides information about an author or another person -->
211+
<!-- Provides information about an author or another person
212+
Used for RelMeAuth, a distributed form of identity verification.
213+
See https://microformats.org/wiki/RelMeAuth to learn more -->
212214
<link rel="me" href="https://google.com/profiles/thenextweb" type="text/html">
213215
<link rel="me" href="mailto:name@example.com">
214216
<link rel="me" href="sms:+15035550125">
@@ -232,12 +234,20 @@ These elements provide information for how a document should be perceived, and r
232234
<!-- Forms an automated comment when another WordPress blog links to your WordPress blog or post -->
233235
<link rel="pingback" href="https://example.com/xmlrpc.php">
234236

235-
<!-- Notifies a URL when you link to it on your document -->
237+
<!-- Notifies a URL when you link to it on your document
238+
More information at https://webmention.net -->
236239
<link rel="webmention" href="https://example.com/webmention">
237240

238-
<!-- Enables posting to your own domain using a Micropub client -->
241+
<!-- Enables posting to your own domain using a Micropub client
242+
More information at https://indieweb.org/Micropub -->
239243
<link rel="micropub" href="https://example.com/micropub">
240244

245+
<!-- Enables you to use your site with IndieAuth, an identity solution that
246+
lets you authenticate with your domain name.
247+
Read more at https://indieauth.net. -->
248+
<link rel="token_endpoint" href="https://example.com/token">
249+
<link rel="authorization_endpoint" href="https://example.com/auth">
250+
241251
<!-- Open Search -->
242252
<link rel="search" href="/open-search.xml" type="application/opensearchdescription+xml" title="Search Title">
243253

0 commit comments

Comments
 (0)