When an app or service wants to connect to your site, it first has to find out what your site supports. Where are the feeds? Is there an API? Can it look up the people who write here?
host-meta is a small file that answers these questions. It always lives at the same address, /.well-known/host-meta, so apps know where to look. The format is an internet standard.
This plugin adds that file to your WordPress site. You don’t have to do anything else, there are no settings.
Most visitors never see it. It is for other software. You need it if a plugin or service asks for it, for example:
The file comes in two versions: XML at /.well-known/host-meta and JSON at /.well-known/host-meta.json. Both have the same content.
Logo by Eran Hammer