Skip to main content
All CollectionsTroubleshooting
Created pages have the same title
Created pages have the same title

When you find your created pages all have the same title, the fix is usually pretty easy ;)

Jonas Lindemann avatar
Written by Jonas Lindemann
Updated over 2 months ago

If all your generated pages have the same title, it's likely because placeholders weren't added to the title in your template page. Without placeholders, LPagery will use the same static title for every page, resulting in identical titles across your pages.


Why It Happens

This issue occurs when the template page title lacks placeholders that are dynamically replaced with content from your source file (e.g., city, service, etc.). Without these placeholders, the title remains the same for each generated page.


How to Fix It

  1. Edit Your Template Page:

    • Go to the template page used to generate the pages.

    • In the title field, add placeholders that correspond to the data from your source file.

  2. Use Placeholders for Dynamic Titles:

    • Add placeholders such as {service}, {city}, or any other relevant field from your source file to make each title unique.

    Example:

    • If you are generating pages for different services in different cities, the title might be:
      "The Best {service} in {city}"

  3. Save the Template:

    • After inserting the placeholders, save the template page and regenerate the pages if necessary.

Did this answer your question?