2

Is there a possibility to update all slugs of all pages in all languages?

In an installation of one of my clients are hundreds of pages in multiple languages with wrong slugs (e.g.: prefix translate+german page name instead of translated page name etc.).

I remember an upgrade wizard in TYPO3 v9 but in version i cannot find this wizard.

Peter Kraume
  • 3,577
  • 2
  • 21
  • 39
lisardo
  • 1,322
  • 16
  • 31
  • Does this answer your question? [TYPO3 9.5 LTS - Automatic (re)generation of URL Segments?](https://stackoverflow.com/questions/53007858/typo3-9-5-lts-automatic-regeneration-of-url-segments) – Mathias Brodala Mar 11 '22 at 07:46
  • Do you want to fix existing slugs or regenerate them again from scratch (by using the title)? – Sybille Peters Feb 12 '23 at 13:05

2 Answers2

2

This upgrade wizards appears if you just empty all slug fields of the table pages which is the fastest way to renew all slugs.

Georg Ringer
  • 7,779
  • 1
  • 16
  • 34
0

For special cases, maybe you would like to build your own Command.

Some nice thoughts (and helper methods) have been collected under TYPO3/Extbase How to create unique slug within create action?

Julian Hofmann
  • 2,081
  • 1
  • 8
  • 16