Can you set HTML5 topic file names for Search Engine Optimization?
We are outputting HTML5 from FM 2015. The source .fm file is parsed into HTML5 topics at the Heading 1 pgraf style, so the text at the Heading1 becomes the name of the resulting .htm file. For example, the Heading1 “Tuning the Sound For Your Room (Trueplay)” becomes Tuning_the_Sound_For_Your_Room_(Trueplay).htm.
If we change the Heading1 text, the .htm file for the topic has a new name. For example, “Tune Your Room With Trueplay” becomes Tune_Your_Room_With_Trueplay.htm.
This is a SEO problem because now two topic files may appear in search results:
- The old one: Tuning_the_Sound_For_Your_Room_(Trueplay).htm
- The new one: Tune_Your_Room_With_Trueplay.htm
Is there a way to decouple the topic file name from the text at the paragraph style where the topics are parsed? Or, is there a way to make the old topic file re-direct to the new topic file?
Otherwise, we have to keep a list of every Heading1 where we changed the text and manually redirect the old .htm file to the new .htm file.
