Actions
Bug #24391
closedBing Webmaster Tools metatag does not work
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)
Updated by Chris topher almost 14 years ago
I guess that is caused by the dot in "msvalidate.01".
Updated by Igor almost 14 years ago
an escape character for the dot would help - is that possible?
Updated by Georg Ringer over 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?
Updated by Steffen Gebert over 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