Typos in sample code in FAQ Docs
-
Hello Franky,
I’m just writing to let you know there are a couple of typos in the FAQ section.1. Typo in sample FAQ code for “How to make EME and Yoast play nice together”.
The code below has the wrong type of double quote marks.
<meta name=”description” content=”#_EXCERPT” />Also the instructions need to state that if the YOAST SEO plugin is in use, then the default EME Events Page should NOT have any text in the Meta Description within YOAST SEO settings for this page.
2. Typo in sample FAQ code for ‘Add more info for Google when indexing your event’
The sample code in the FAQ results in an ‘Uncategorized Error’ when the single events page is tested in the Google Structured Data testing tool. The error explanation is ‘JSON-LD Missing } or object member name’. The problem is due to the extra comma delimiter, which needs to be removed.Code snippet …
}
}, <=== This comma delimiter results in error message ‘Uncategorized Errors’
}
</script>Thank you,
Peter Young
The topic ‘Typos in sample code in FAQ Docs’ is closed to new replies.