Auto create a Description meta tag using topic title

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
Mackster
Jr. Propeller Head
Posts: 2
Joined: Wed Sep 14, 2022 12:22 pm

Auto create a Description meta tag using topic title

Post by Mackster »

I'm trying to retrospectively populate our existing Flare projects with a description meta tag (as requested by our SEO team). We have over 70 projects and well over 15,000 topics so I need to find a way to automate this!!

I was hoping to create a meta tag which uses a topic title variable so that I can create something resulting in the following:

Code: Select all

<meta name="description" content="Help topic - this is the name of my topic - Product name" />
I can sort the product name using a variable, but I cannot find the right variable for the topic title.

If I use System.Title I get "The variable is not defined in this context".

I've also tried System.LinkedTitle, Title and Heading.Level1 (which works, but only gives me the topic title for the first topic in the TOC).

Anyone else managed to achieve this?

Thanks.
Post Reply