Auctollo
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Still Doesn’t Work With Custom Taxonomies@rexsorgatz:
1. What is different between the third custom taxonomy and the rest?
2. Can you explain why terms with no posts should be included?We’re not able to duplicate this? Would you email us so we can investigate your specific situation, please?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] excluding posts not workingWould you provide a specific example, please?
This issue is fixed in the upcoming release.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Conflict with another plugin?You’re right; it’s been too long, and your patience is unparalleled! We’ve been chasing edge cases that required investigation of respective hosting environments. We feared that the reported issues were related to other reported issues in the release. You should expect a release shortly, while the latest release with fixes is on GitHub.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap is blankHi @adpronaugle, could you please email the debug tool results? Also, could you let us know if there are errors in your error log? Meanwhile, you can test with the default theme and other plugins disabled to see if this issue is resolved?
@dbareis do you have a screenshot?
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] Now is perfectThank you!
Would you mind sending us an email so we can discuss and investigate further?
Thanks for the update.
We will have to investigate ASGAROS to add support for it. It would be great if the Asgaros team would submit a patch.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Help fixing breadcrumb issuesUnfortunately, this issue is not related to the sitemaps themselves, instead it’s related to the HTML in your site. However, I’ll attempt to provide some guidance.
The error you’re seeing in Google Search Console, “Missing field ‘item’ (in ‘itemListElement’)”, indicates a problem with the structured data for breadcrumbs on your website. Breadcrumbs are a type of structured data that help Google understand and represent the page in search results regarding its position within the hierarchy of your site. They can appear in both Google Search results and Google News.
Here’s how you can address this issue:Understanding the Error
- Structured Data Type: Breadcrumbs structured data uses the
BreadcrumbListschema from Schema.org. The error is related to theitemListElementproperty, which should contain anitemproperty. - Missing
itemField: EachitemListElementneeds to include anitemproperty that contains at least aname(the text of the breadcrumb) and anidorurl(which points to the webpage of the breadcrumb).
How to Fix the Issue
- Review Your Breadcrumb Schema: Check the structured data implementation on the affected pages. Ensure that each breadcrumb link in the
BreadcrumbListis properly structured with all required properties. - Correct the Schema: Make sure every
itemListElementin your breadcrumbs includes anitemproperty with the following sub-properties:@idorurl: The URL of the breadcrumb page.name: The name of the breadcrumb page as it should appear in search results.
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "item": { "@id": "https://example.com/books", "name": "Books" } },{ "@type": "ListItem", "position": 2, "item": { "@id": "https://example.com/books/fiction", "name": "Fiction" } }] } - Validate Your Fix: Use the Rich Results Test tool provided by Google to validate your corrected structured data. This tool will help you check if Google can now correctly parse your breadcrumbs.
- Update Your Pages: Once the structured data is corrected, update your pages and resubmit them through Google Search Console for indexing.
- Monitor Google Search Console: Keep an eye on the status of the pages in Google Search Console to ensure that the issue is resolved and that there are no further errors.
By following these steps, you can resolve the breadcrumbs issue and improve the likelihood of those pages being properly indexed and displayed in search results. This not only aids in SEO but also enhances user navigation on your site.
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] Very GoodThanks for using our plugin!
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] superThanks for using our plugin!
You are able to use Yoast and disable the sitemap feature if you wish.
As for the sub-sitemaps in your video, that’s definitely not normal behavior. When you disable all other plugins and use a default theme does the same behavior persist?
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Custom Taxonomy sitemap not createdAre you still interested in allowing us to find a resolution?
- Structured Data Type: Breadcrumbs structured data uses the