Meta Tags in the Code

When a value has been explicitly added to a file, you can view the meta tag in the Internal Text Editor. It is contained within the <head> tag and always has the following structure.

Copy
<meta name="[Meta Tag Name]" content="[Meta Tag Value(s)]">

If multiple values are associated with the meta tag, they will be separated by commas. Also, if the meta tag originates from a meta tag set, that information will be included in the markup as well.

When you generate web-based output, you can view the page source and see the meta tags applied to the relevant content files (e.g., template pages, topics, snippets). You will see meta tags that were explicitly set in the file, any that were inherited or derived from other files (e.g., a topic contains multiple snippets and therefore shows the meta tags originally applied to those files), and any added automatically by Flare (e.g., viewport).