add missing LD context for noindex

This commit is contained in:
Hazelnoot 2025-09-15 14:12:43 -04:00
parent 295b744db1
commit 0baf8555ef

View file

@ -588,6 +588,7 @@ const extension_context_definition = {
backgroundUrl: 'sharkey:backgroundUrl',
listenbrainz: 'sharkey:listenbrainz',
enableRss: 'sharkey:enableRss',
noindex: 'sharkey:noindex',
// vcard
vcard: 'http://www.w3.org/2006/vcard/ns#',
} satisfies Context;