Does UIDs mean that pages can share the same title?

Do the existence of UIDs mean that I can have two pages with the same title? or this was already possible as long as slugs where different?

I am dealing with programatically importing a csv of many artworks whose titles are very often “s/t”, abbreviation of “without title” in spanish.

As of now my strategy would be that any time I get a s/t or similar, I’ll keep the title but add a unique string to the slug, such as the artwork’s image name which always seems different in this data.

Does this seem an ok strategy?

Thank you

As children of the same parent, the slug needs to be unique, not the title. Has nothing to do with UUIDs.

1 Like