Project

General

Profile

Actions

Bug #90837

open

Not possible to set uppercase metatags

Added by Riny van Tiggelen about 4 years ago. Updated about 3 years ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
SEO
Start date:
2020-03-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Because a lot of the metatag classes (AbstractMetaTagManager, GenericMetaTagManager, MetaTagManagerRegistry) use the "strtolower" function it is not possible to set metatags which have uppercase names.
For example the "DC" metatags should be uppercase, and these metatags are still used by universities among others.

As this is a breaking change, it's not possible to fix this for v10, this must be taken into account for v11.

Actions #1

Updated by Georg Ringer about 4 years ago

  • Status changed from New to Accepted
Actions #2

Updated by Richard Haeser about 3 years ago

  • Status changed from Accepted to Needs Feedback

Would it be an idea to introduce a AbstractMetaTagManager for capitalized metatags so people can extend from that class? And maybe introduce a specific dublin core metatagmanager that is using this abstract? In this way it is a non-breaking change and can still be added to v11 (as we should not add new breaking changes in v11). It is also quite easy to add this as an example to the docs for people having this question in TYPO3 v9 or v10. What do you think?

Actions

Also available in: Atom PDF