xroox
Forum Replies Created
-
Oh I see under Settings > Review > click Google Review
Unfortunately my client does not have a physical address listed so Places API will not work in this case…
Any hope of switching to Google My Business API for aggregate review data?
PS – Assuming it works (have address), will this setting allow us to insert dynamic aggregate review data instead of typing in manually into field for website?
Same here! I need full schema on homepage like all pages – organization, business type, phone, aggregate reviews, etc. It works on other pages but not homepage.
Thanks for support. ??
Forum: Plugins
In reply to: [WP SEO Structured Data Schema] Don’t see Aggregate ratings/reviews option?Ah, I see it is available on individual pages now.
With kindness, requesting that AggregateRating be added to General Settings so it doesn’t have to be added to every page individually.
(In fact if you want anything custom on an individual page it appears you have to fill everything out – which is an administrative nightmare. As a secondary request or consideration, a stronger concept would be to make it so that you can augment/overwrite data one piece at a time at the page level, ie otherwise it will use the default site settings… hope that made sense hehe).
Thanks again!
Ok thanks very much. Yes it’s a weird one… it’s not even throwing an error for improper structured data – it just doesn’t show up at all in their code in the right panel!
Perfect thanks – I think it’ll make a great addition to the structured data! Will watch for it. ??
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Place ID not accepted!AH, so this would allow us to overcome this limitation by using a different API – ie, we could get reviews and ratings for all GMB profiles, regardless of whether or not they have physical locations?
Thanks. Hoping and praying you find the time in your schedule to use GMB API instead! Hehe. ??
Keep up the good work and thanks for responding to my questions.
Forum: Plugins
In reply to: [Reviews and Rating – Google Reviews] Place ID not accepted!As detailed in the requirements, the Place API on returns review data for only physical single locations; not coverage area. If your place doesn’t have a physical location then it will not return any review data through this API.
So basically Google is letting us down – how are reviews related to whether or not you have set a physical address??? Gah.
In the future, I’ll extend the plugin to allow for use of the Google My Business API. I don’t have a time line for this.
AH, so this would allow us to overcome this limitation by using a different API – ie, we could get reviews and ratings for all GMB profiles, regardless of whether or not they have physical locations?
Ok! We will give it a go – thanks much. ??
Hi just curious to know status of this – need custom post types / fields. Thanks! ??
Thanks @t-p !
Drilling down into the Pro version details I can see that the plugin offers the following feature:
Update image title and alt text for images inserted into posts and custom post types. Not just the media library.
So I guess this indirectly answers my question – that currently this is normal behaviour for WP to leave images inserted into posts unchanged after updating the info in the media library…
Forum: Plugins
In reply to: [410 for WordPress] Will be updated ?Also curious about this. A bit hesitant to use, but perhaps it’s fine to use as is. Thanks!
Forum: Everything else WordPress
In reply to: How to edit or delete a post I created?Thanks for sharing.
How can I go about requesting an edit to a post? It has a direct link to a website on it that needs to be be redacted.
Forum: Plugins
In reply to: [Custom Post Type UI] Post body content not displaying on front endThanks ok.
Here is the actual single.php file (not much to it):
<?php get_template_part('templates/content/content-single', get_post_type()); ?>
And here is the contents of content-single.php: https://pastebin.com/ZBTZeCsw
Thanks for your help. ??
Thanks Michael!
Forum: Plugins
In reply to: [Yoast SEO] How to make sitemap.xml redirect to sitemap_index.xmlHi, as it turns out there was a file in the website root called sitemap.xml that was interfering (not sure what or who put it there). Removing that caused the redirect from sitemap.xml to sitemap_index.xml to work as intended!
So if anyone else has this problem check for the presence of an old sitemap.xml file! ??