Site logo

schema

Disable all of schema.org

Hello again, I’m currently going through the source code my site generates and isolating all external references that are not links. The reason for this is I’m looking into getting a TOR address which means I have to be super-careful with not referencing anything outside of my domain name. One which keeps popping up a … Read more

Delete or change schema

Hi! Is it posible to delete or change schema, for example “itemtype=’http://schema.org/CreativeWork’”? I have installed Code Snippet plugin and added snippet with code from another topic: add_filter( ‘generate_article_schema’, ‘example_function_name’ ); function example_function_name() { return ”; } But it’s didn’t work. Did I do something wrong?

Using https

Hi there, SEM rush is showing errors on my blog pages: specifically, that there are “HTTPS version of this page contains links to HTTP pages”. I did a page search to see them, and found them. They are a part of the theme, for example header.php has: <header itemtype=”http://schema.org/WPHeader” itemscope=”itemscope” id=”masthead” <?php generate_header_class(); ?>> This … Read more

JSON-LD Implementation

An old post of your’s (Tom’s) mention putting the script in the footer. Then I also see where it is suggested to put the script into wp_head by using a hook. Id i that and then ran the Google Structured Data Testing tool (https://search.google.com/structured-data/testing-tool) and while I received no errors, the ony “elements” I see … Read more

Article vs BlogPosting

As you move towards better structured data, I think there should be two template parts to choose while creating a new post: article or blogposting. You can reference what is required from schema.org and I think it will help us out a lot more than CreativeWork which is a very broad content type. What I … Read more

About Schema in Generate Press

Helo Tom, Im a confused. GP come with schema, but someone tell me I need add other schemas for articles, for organization etc. Before for thos question I found in this forum, but I dont see nothing to respond my question. I will need to “insert” schema.org for post, for organization in my site, https://vvwindows.com … Read more

site crashing when adding JSON-LD at wp_head hook

Hi, I’m trying to add some structured data to my website using JSON-LD. At first I’d like to add the same data for every page, then I’ll start modifying it. I’ve tried to add it to the wp_head GP hook, but when I do it, WordPress crashes. Chrome reports this message when trying to access … Read more

Implementing Schema With JSON-LD in Custom Field

Hi, I want to implement AggregateRating schema to my posts and this guide suggests using a combination of custom fields for each post and a script in the header.php (for which I will use Hooks). The question is, will I be facing any problems if I do this? I don’t want the AggregateRating to conflict … Read more

SEO Impact of removing header and / or footer

Hi Tom, I have searched here and elsewhere on this but did not come up with a definitive answer. Your suggestion to me to use a hook to remove the <header> instead of using CSS to hide it (display: none) is what prompted me to ask. There has been a lot of talk about what … Read more

JSON-LD into header of select pages?

Hi, I need to be able to add JSON-LD schema into the header (I assume that is where it should go) of certain pages and posts. The schema would be different for each of the pages/posts in question so I need to be able to update individually. Is there a built in way to do … Read more