22.4.6.2 Providing meta content
with DITA PI markers
- If you give a custom PI marker
type a name that starts with Meta, DITA2Go
automatically makes the marker text the value of whatever attribute is
named by the rest of the marker-type name, and puts the attribute and
its value in the generated <meta> tag.
For example, MetaKeywords:
<meta name="Keywords" content="whatever was in the marker(s)" />
You must ensure that the content of each marker is
valid for the named attribute. DITA2Go concatenates all markers
for the same attribute in the same HTML file. You can just add more PI
markers of the same type, and continue the content. Meta* PI markers are
concatenated into one <meta> tag within
the same split or extract file, but not across file boundaries.
Previous Topic: 22.4.6.1 Providing
meta content with paragraph formats
Next Topic: 22.4.6.3 Providing
meta content with DITA2Go macros
Parent Topic: 22.4.6 Supplying
content for the <meta> tag
Sibling Topics:
22.4.6.1 Providing
meta content with paragraph formats
22.4.6.3 Providing
meta content with DITA2Go macros