Project

General

Profile

Actions

Bug #24391

closed

Bing Webmaster Tools metatag does not work

Added by Igor over 13 years ago. Updated almost 13 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-22
Due date:
% Done:

0%

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

Description

this is a bing verification metatag:
<meta name="msvalidate.01" content="6286BC9FA7FC083F4BB4118164E8F5B1" />

page.meta.msvalidate.01 = 6286BC9FA7FC083F4BB4118164E8F5B1
doesn not work

...but this does work:
page.meta.google-site-verification = somecode

(issue imported from #M16814)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #23762: Typoscript issue on values using "internal chars" in string-sequenceRejected2010-12-30

Actions
Actions #1

Updated by Chris topher over 13 years ago

I guess that is caused by the dot in "msvalidate.01".

Actions #2

Updated by Igor over 13 years ago

an escape character for the dot would help - is that possible?

Actions #3

Updated by Georg Ringer almost 13 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

IMO no chance to escape that.

getting the tag is still simple using

page.headerData.123 = TEXT
page.headerData.123.value = <meta name="msvalidate.01" content="..." />

is this enough for you?

Actions #4

Updated by Steffen Gebert almost 13 years ago

  • Status changed from Needs Feedback to Rejected

I'd also say that this is a special case and a natural limitation of TypoScript.

Actions

Also available in: Atom PDF