<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Aggregate Rating Schema for LocalBusiness - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 13:41:07 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Aggregate Rating Schema for LocalBusiness</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28740</link>
                        <pubDate>Fri, 06 Jun 2025 16:41:39 +0000</pubDate>
                        <description><![CDATA[Hi,The data schema was already in place, with the LocalBusiness schema added, but no signs of the schema of the Aggregate Rating Schema as you mention in the post I attached.]]></description>
                        <content:encoded><![CDATA[<p>Hi,<br />The data schema was already in place, with the LocalBusiness schema added, but no signs of the schema of the Aggregate Rating Schema as you mention in the post I attached.</p>
4329]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>manoloparer</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28740</guid>
                    </item>
				                    <item>
                        <title>RE: Aggregate Rating Schema for LocalBusiness</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28731</link>
                        <pubDate>Wed, 04 Jun 2025 11:51:10 +0000</pubDate>
                        <description><![CDATA[Hi,
You should add the remaining data for the schema. You can use this website to test it — it will help you verify if everything is set up correctly.Please note that the schema data will n...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>You should add the remaining data for the schema. You can use <a href="https://search.google.com/test/rich-results " target="_blank" rel="noopener">this website</a> to test it — it will help you verify if everything is set up correctly.<br /><br />Please note that the schema data will not be visible in the posts. It's intended for Google search engine.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28731</guid>
                    </item>
				                    <item>
                        <title>Aggregate Rating Schema for LocalBusiness</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28705</link>
                        <pubDate>Sun, 01 Jun 2025 22:39:49 +0000</pubDate>
                        <description><![CDATA[Hi,
As detailed in this post:you can enable the Aggregate Rating Schema for LocalBusiness adding this code (attached below) to the functions.php + turning on the &quot;Aggregate Rating Schema&quot; o...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>As detailed in this post: <a href="https://wpdiscuz.com/community/f-a-q/post-rating-using-aggregate-rating-schema/" target="_blank" rel="noopener">https://wpdiscuz.com/community/f-a-q/post-rating-using-aggregate-rating-schema/</a>, you can enable the Aggregate Rating Schema for LocalBusiness adding this code (attached below) to the functions.php + turning on the "Aggregate Rating Schema" option in Dashboard &gt; wpDiscuz &gt; Settings &gt; Article and Comment Rating Tab.</p>
<pre contenteditable="false">add_filter('wpdiscuz_rating_schema', function ( $rating_schema, $key, $postid ){
    $my_rating_schema = 'LocalBusiness';
    $rating_schema = str_replace(__('Article Rating', 'wpdiscuz'), $my_rating_schema . ' Rating', $rating_schema);
    return preg_replace( '|schema\.org\/Product|i', 'schema.org/' . sanitize_text_field($my_rating_schema) , $rating_schema);
},11, 3);</pre>
<p> </p>
<p>However, I have followed this and the schema is not visible in the posts. Do you know what is the issue?</p>
<p>Thanks,</p>
<p>M</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>manoloparer</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/aggregate-rating-schema-for-localbusiness/#post-28705</guid>
                    </item>
							        </channel>
        </rss>
		