-
1. uploadDate “\” problem
%date(Y-m-d\TH:i:sP)%not working.
%date(Y-m-d\\TH:i:sP)%is working.
Rank Math automatically deletes one line"\"
All rank math users have been experiencing this problem for months. (those who use video schema)
If we add an extra “\” it works.2.Customfield
"@type": "WatchAction"it doesn’t show up in the schema.(Advanced Editor Manual Add)
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": {
"@type": "WatchAction"
},
"userInteractionCount": "%customfield(views)%"output ;
"interactionStatistic":{"@type":"InteractionCounter","userInteractionCount":"154102"},3. The
"isFamilyFriendly": "False"code we added with the advanced editor always comes back as True.output;
"isFamilyFriendly":"True"},
The ticket ‘Video schema advanced configuration errors’ is closed to new replies.