Home › Forums › Support › Scheme fault This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 12, 2019 at 10:16 am #780122 Ivan When I’m testing the scheme on my site and I’m getting a error at https://webmaster.yandex.com/tools/microtest/ saying: wpsidebar ERROR: https://schema.org/WPSidebar type unknown for the specification schema.org. Perhaps you meant https://schema.org/WPSideBar itemType = https://schema.org/WPSidebar It seems there is a mising uppercase B in the theme file Regards Ivan January 12, 2019 at 8:40 pm #780392 TomLead Developer Lead Developer Ah, thanks for pointing that out! We’ll get that fixed in the next version. For now, you can use this function: add_filter( 'generate_sidebar_microdata, function() { return 'itemtype="https://schema.org/WPSideBar" itemscope'; } ); January 13, 2019 at 1:27 am #780460 Ivan Thanks Tom January 13, 2019 at 8:53 am #780758 TomLead Developer Lead Developer No problem. Thanks for reporting this! 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In