Situation
I have an author, who needs a date-page for his public readings. So I build a clonable page. The page title is always the same, because he promotes his new book. I.e. "Public Reading: My new book", page name is "public-reading-my-new-book"

Because the page-name is always the same, CouchCMS adds a counter to the slug:
Code: Select all
public-reading-my-new-book
public-reading-my-new-book-1
public-reading-my-new-book-2


Problem
Page names should be unique. Google index the pages with its page name. When the author deletes a page (ie. public reading in dec 2021) and adds a page with new content, the page name of deleted page is taken. If you come over Google, you get another content then expected. Even bookmarking a page does not work.

Solution
Instead of a counter, CouchCMS could add the publish date:
Code: Select all
public-reading-my-new-book-202202281000
public-reading-my-new-book-202203011230
public-reading-my-new-book-202203051000