Posted - 09/05/2025 : 02:31:34
Hi Vince, quote: The vsadmin/inc/metainfo.asp and vsadmin/inc/metainfo.php files will now populate parameters that can be used for Canonical URLs, such as: canonicalurl / $canonicalurl // The Product Detail page Canonical URL canonicalurlcats / $canonicalurlcats // The Categories page Canonical URL canonicalurlprods / $canonicalurlprods // The Products page Canonical URL Using this parameter you can set a Canonical Tag in the Head section of your page as follows (example for the Product Detail Page)... <link rel="canonical" href="<%=canonicalurl%>"> ' ASP Version <link rel="canonical" href="<?php print @$canonicalurl?>"> // PHP Version You need to use the canonicalurlcats parameter on your categories pages and canonicalurlprods on your products pages.
Are there any guidelines for the WP version please with regard to the above. I'm assuming the ECT Store Widget along with the parameters handle this? What about the product detail pages? At the moment all I'm seeing in the source code is <link rel="canonical" href="https://www.mydomain.com/proddetail/" /> *Contact Us**Buy The PHP Capture Card Plugin**Rate Our Services/View Our Feedback*
|