TYPO3: migrate tx_robots to tx_seo

raw

README.rst

robots extension values for tx_robots_flags:

  • none: 3
  • noindex: 1
  • nofollow: 2
raw

migrate.sql

1
2
3
UPDATE `pages` SET no_index = 1 WHERE `tx_robots_flags` IN (1, 3);
UPDATE `pages` SET no_follow = 1 WHERE `tx_robots_flags` IN (2, 3);
 
Christian Weiske Christian Weiske
owner

History