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
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.
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}"
Save the Template:
After inserting the placeholders, save the template page and regenerate the pages if necessary.