[ad_1]
Hello @lauratraveler,
Thank you for contacting the support, and sorry for the inconvenience caused.
The keywords are added to the Article Schema to submit them to the search engines. If you want to remove them, please use the filter given below:
add_filter( "rank_math/snippet/rich_snippet_article_entity", function( $entity ) {
unset($entity['keywords']);
return $entity;
});Here is how to add a filter to your site:
Hope that helps. Let us know if you need any other assistance.
