braino
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?Hi there, any ideas from your end on how to fix this? what could be the reason that the review doesn’t get created automatically and alternatively what could be done to not show it twice (once embedded and once outside of the schema)?
Forum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?aggregateRating doesn’t get added automatically in my case. Maybe it is related to the fact that I use Elementor Theme Builder or something else, but when i remove it from the Schema, it doesn’t popup automatically. But there is not really an issue adding it to the Schema directly, right?
The fact that i should activate the Schema on Latest Reviews instead of Rating Summary is also super interesting, I didn’t know about that, thank you.
I am constantly refreshing cache while testing with the link you suggested, so this shouldn’t be an issue.
/edit: Having said all that: when i add the rating to the schema, it appears twice. when it is not manually added to the custom schema, it appears nowhere.
- This reply was modified 1 year, 5 months ago by braino.
Forum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?There is an update: I can see the rating in the schema now by adding the aggregateRating attributes in the custom schema directly but the review is also visible standalone as a separate schema. I tried to fix it with this code in functions.php
add_filter(‘site-reviews/schema/LocalBusiness’, function ($schema) {
$schema[‘@id’] = get_permalink() . ‘#local-business’;
return $schema;
});
add_filter(‘site-reviews/schema’, function ($schemas) {
return array_filter($schemas, function ($schema) {
return !in_array($schema[‘@type’], [‘AggregateRating’, ‘Review’]);
});
});
but that didn’t solve itForum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?Did you receive it?
Forum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?Hi! I just sent an email with the link
Forum: Plugins
In reply to: [Site Reviews] Rank Math Pro – No need to create new Schema?Alright so here is what i did:
- I enabled rank math pro in the site reviews settings
- I added a schema localBusiness (it is in the list your provided) and i tested the schema with google and it inexed the schema EXCEPT the ratings
- I added the rating summary & latest reviews block but only activated the schema on the rating summary element.
Any idea?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Fatal error: Uncaught TypeErrori am having the same issue
i am not using any kind of version of the plugin ?
Forum: Plugins
In reply to: [Kanban Boards for WordPress] working in backend as well?Bump
Forum: Plugins
In reply to: [User Role Editor] custom user role not showing as author-selection in postshello, anybody here and might lend a minute of help? 🙂
Forum: Plugins
In reply to: [Kanban Boards for WordPress] working in backend as well?do you have a demo account for the pro version?
Forum: Plugins
In reply to: [Kanban Boards for WordPress] working in backend as well?thank you for your reply.
with the pro version: is it possible to have a board for each client individually? or as an alternative assign tasks to clients so that they will only see their assigned tasks? something so clients will be able to keep track of what is happening?
okay in that case i think it cannot do what i need. thank you for your fast reply nontheless!
and that will evaluate content via a open ai api or only via “if keywords is in body-text then add to category” logic? because i need an ai to evaluate it, it is a bit more complex than just keyword-tracking unfortionately
Thank you for your reply. And this goes with the free plugin or the pro plugin?
And can this “Automatically Add Existing Terms” add to already existing posts from a certain category?