diff --git a/www/contribute/metadata.php b/www/contribute/metadata.php index 8ac97311..7ffdc400 100644 --- a/www/contribute/metadata.php +++ b/www/contribute/metadata.php @@ -199,9 +199,6 @@ require_once('Core.php');

The long description must be in escaped HTML, with the HTML beginning on its own line after the <meta property="se:long-description"> element.

An easy way to escape your HTML is to compose your long description in regular HTML, then insert it into the <meta property="se:long-description"> element surrounded by a <![CDATA[ ... ]]> element. Once you’re done, run the clean tool, which will remove the <![CDATA[ ... ]]> element and escape the contained HTML for you.

-
  • -

    Include the following element directly after the long description: <meta property="authority" refines="#long-description">https://standardebooks.org</meta>

    -
  • The <dc:language> element

    The <dc:language> element follows the long description block. It contains the IETF language tag for the language that the work is in. Usually this is either en-US or en-GB.