Index: test/activitypub-as2.test.js
===================================================================
--- test/activitypub-as2.test.js	(revision 432831c4da84544aa40fc90ff67963b13ddfa657)
+++ test/activitypub-as2.test.js	(revision 0688b5fcf8935a7e243f429c90946fd67027fb3c)
@@ -27,4 +27,5 @@
   'published', 'updated', 'attributedTo', 'inReplyTo', 'replies',
   'attachment', 'tag', 'icon', 'image', 'duration',
+  'contentMap', 'nameMap', 'summaryMap', // AS2 @language-map counterparts of content/name/summary
   'totalItems', 'orderedItems', 'items', 'first', 'last', 'partOf', 'next', 'prev',
   'preferredUsername', 'inbox', 'outbox', 'followers', 'following', 'endpoints', 'sharedInbox',
@@ -47,4 +48,5 @@
       keys.add(k);
       if (k === 'type' && typeof v === 'string') keys.add(v);
+      if (/Map$/.test(k)) continue; // a @language map (contentMap/…): its keys are BCP-47 tags, not vocab terms
       collect(v, keys);
     }
@@ -70,5 +72,5 @@
   id: 'p1', slug: 'hello', title: 'Hi', content: '<p>hello #music</p>',
   nsfw: 1, content_warning: 'cw', tags: JSON.stringify(['mood']),
-  cover_image_url: '/media/c.webp',
+  cover_image_url: '/media/c.webp', cover_alt: 'A cover', language: 'en',
   published_at: '2026-01-01T00:00:00Z', created_at: '2026-01-01T00:00:00Z',
 };
