Hi guys,
I have three questions:
1) How would i edit the existing Schema? I’m referring to application/ld+json. I’d like to keep the Yoast plugin site wide, however I’d like to hand code my own on specific pages/scope.
2) How would I edit other existing meta data? For example I wanted to add or edit the existing OG (example: og:title) or meta name=”twitter:site” – generally speaking, I want to add, not take away these types of meta data. Would I have to edit the theme source files? I can code, but my php is meh. Again, I’d like to do it for specific pages, not globally/site wide.
3) What about other types of meta data I’d like to hand code? I suppose my concern is that I’d like to be able to select the location in the <head> ie if I want to dublin core to a specific location in the <head>. Write a wp_head hook and change the priority somehow? Again, I’d like to do it for specific pages, not globally/site wide.
Thanks!!