How to set meta tags for topics in a Web Help system?
Is it possible to set Keywords and Description meta tags for individual topics? Can you provide instructions for this task?
Is it possible to set Keywords and Description meta tags for individual topics? Can you provide instructions for this task?
You can use the following instructions to add the meta tags to help topics in your web help system.
Step 1: Add the Description and Keywords variables (on the project-level)
Remark: On the project level, you should define the Description and Keywords variables with empty values as they will be used by the topics which do not override these variables on the topic-level.
Step 2: Set the HTML code for the <HEAD> section
Set the following HTML code for the HEAD section in Web Help's settings:
Use the following HTML code for the <HEAD> section
Thus, this HTML code will output the Description and Keywords variables into the <head> section of the generated topics.
Step 3: Define Description/Keywords values for individual topics
Finally, you should define the values of the Description and Keywords for specific topics.
Remark: Alternatively, in Project Manager, you can right-click on a topic, and then click Text Variables in the popup menu.
Thus, on the topic-level, you can define the values of the Description and Keywords variables, which will be inserted into the <head> section of the given topic.