Project

General

Profile

Actions

Bug #86234

closed

Missing Meta Tags on Pages with *_INT objects

Added by Robert Vock over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Must have
Category:
SEO
Target version:
-
Start date:
2018-09-12
Due date:
% Done:

100%

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

Description

When a page has USER_INT or COA_INT objects and is delivered from cache, most of the meta tags are missing.

Steps to reproduce:
- Setup fresh TYPO3
- Single page with meta description and no_index=1
- following TypoScript:

page = PAGE
page.meta.keywords.field = keywords
page.meta.viewport = width=device-width,initial-scale=1
page.10 = TEXT
page.10.value = HELLO WORLD!
page.20 = USER_INT

This might be related to one of the following Bugs:

https://forge.typo3.org/issues/86012
https://forge.typo3.org/issues/63776

This outright kills pages on mobile. Safari on iOS displays the Desktop website when the viewport-meta tag is missing!

I tested this on 9.4.0 and on current master (1ff01bcb74a4ce73493bce0969222b02e5e85add).


Files

Cache-Expiration.png (134 KB) Cache-Expiration.png Robert Vock, 2018-11-08 09:19

Related issues 5 (0 open5 closed)

Related to TYPO3 Core - Feature #86012: Indexing of meta-tags not possible when *_INT-objects are on the pageClosed2018-08-28

Actions
Related to TYPO3 Core - Bug #63776: PageRenderer Hooks are called to late with uncached objectsClosed2014-12-11

Actions
Related to TYPO3 Core - Bug #87962: Incorrect cache lifetime for MetaTag CacheClosed2019-03-20

Actions
Related to TYPO3 Core - Bug #88179: Meta tags and page title are unnecessarily cached in separate cache entriesClosed2019-04-19

Actions
Related to TYPO3 Core - Bug #91233: Cached page title is overwritten on pages with *_INT objectsClosed2020-04-29

Actions
Actions

Also available in: Atom PDF