#

Custom Harmonizer

Use a named harmonizer to turn standard HTML meta keywords into octothorpes — no OP-specific markup required.

v0.6

Here's what this page has sent to OP


BACKLINKS

This page is indexed using the keywords harmonizer instead of the default. It reads <meta name="keywords"> and turns those values into octothorpes — so this page uses no OP-specific markup at all to send hashtags.

The only changes from a standard OP-indexed page are in the <head>:

The as=keywords parameter tells the server to use the keywords harmonizer, which maps meta[name='keywords'] to hashtags instead of looking for rel="octo:octothorpes".

Compare what the server sees with each harmonizer using the orchestra pit:

In action on this page

Raw HTML

<!-- standard keywords meta tag — no OP markup -->
<meta name="keywords" content="harmonizers, open-web, metadata" />

<!-- indexing request with harmonizer specified via &as= -->
<link rel="preload" as="fetch" href="https://octothorp.es/?uri=https://demo.ideastore.dev/custom-harmonizer&amp;as=keywords" />