How fix The “is_anonymous” attribute for Google Product Rev
-
The “is_anonymous” attribute should be used with the <name> element.
Problematic Content:
<reviewer is_anonymous=”true”>
<name>Anonymous</name>
<reviewer_id>0</reviewer_id>
</reviewer>Correct format:
<reviewer>
<name is_anonymous=”true”>Anonymous</name>
<reviewer_id>0</reviewer_id>
</reviewer>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How fix The “is_anonymous” attribute for Google Product Rev’ is closed to new replies.