javascript - Changing schema.org microdata with jQuery? -
due googlebot's recent advances interpreting js, possible change schema.org microdata (ie. itemprop) jquery?
there's similar question here on so: is possible change microdata itemprop jquery? -- before googlebot's recent advances mentioned above.
schema.org, rdf, microdata, etc. designed provide context , information machines. provides them means of accessing information without having execute client side code (i.e. javascript) , still able "understand" you're talking about.
even if google able understand client side edits, it's not bot out there – others not pick these changes.
i'd suggest don't use client side code edit information that's intended machine readable. use display content users.
if don't want mess markup, have @ json-ld.
you can test markup google's structured data testing tool.
Comments
Post a Comment