Project

General

Profile

Actions

Bug #102058

open

Meta tags rendered as XHTML

Added by Oliver Hader 7 months ago. Updated 4 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2023-09-28
Due date:
% Done:

0%

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

Description

<meta name="generator" content="TYPO3 CMS" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="robots" content="index,follow" />
...
<meta property="og:image:type" content="image/png" />
<meta property="og:title" content="IN.DIE.musik e.V." />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@InDieMusik" />

https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php#L226-L239

$metaTags[] = '<meta ' .
  htmlspecialchars($nameAttribute) . '="' . htmlspecialchars($property) . '" ' .
  htmlspecialchars($contentAttribute) . '="' . htmlspecialchars($propertyItem['content']) . '" />';

Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Task #100186: Deprecate metatag management via PageRendererUnder ReviewGeorg Ringer2023-03-16

Actions
Related to TYPO3 Core - Task #99416: Streamline doctype handlingClosedBenni Mack2022-12-22

Actions
Actions #1

Updated by Oliver Hader 7 months ago

  • Related to Task #100186: Deprecate metatag management via PageRenderer added
Actions #2

Updated by Oliver Hader 7 months ago

  • Related to Task #99416: Streamline doctype handling added
Actions #3

Updated by Riccardo De Contardi 4 months ago

  • Category set to Frontend
Actions

Also available in: Atom PDF