File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,12 +232,26 @@ These elements provide information for how a document should be perceived, and r
232232<!-- Forms an automated comment when another WordPress blog links to your WordPress blog or post -->
233233<link rel =" pingback" href =" https://example.com/xmlrpc.php" >
234234
235- <!-- Notifies a URL when you link to it on your document -->
235+ <!-- Used when a 3rd party service is utilized to maintain a blog -->
236+ <link rel =" EditURI" href =" https://example.com/xmlrpc.php?rsd" type =" application/rsd+xml" title =" RSD" >
237+
238+ <!-- Forms an automated comment when another WordPress blog links to your WordPress blog or post -->
239+ <link rel =" pingback" href =" https://example.com/xmlrpc.php" >
240+
241+ <!-- Notifies a URL when you link to it on your document
242+ More information at https://webmention.net -->
236243<link rel =" webmention" href =" https://example.com/webmention" >
237244
238- <!-- Enables posting to your own domain using a Micropub client -->
245+ <!-- Enables posting to your own domain using a Micropub client
246+ More information at https://indieweb.org/Micropub -->
239247<link rel =" micropub" href =" https://example.com/micropub" >
240248
249+ <!-- Enables you to use your site with IndieAuth, an identity solution that
250+ lets you authenticate with your domain name.
251+ Read more at https://indieauth.net. -->
252+ <link rel =" token_endpoint" href =" https://example.com/token" >
253+ <link rel =" authorization_endpoint" href =" https://example.com/auth" >
254+
241255<!-- Open Search -->
242256<link rel =" search" href =" /open-search.xml" type =" application/opensearchdescription+xml" title =" Search Title" >
243257
You can’t perform that action at this time.
0 commit comments