Greetings!

I work for a non-profit that assists small businesses. Installed your module and it worked fine on the first try. Great documentation.

We edited the URIs, created new sitemap.xml files, and resubmitted to Google.

PROBLEM: Webmaster tools is showing pages with duplicate title and meta tags due to duplicate pages. Solved this problem for our own non-profit site by adding the canonical URL meta tag per Google's recommendation.

I found the following fragment for adding a cononical URI meta tag to Zen Cart, but am unsure how to modify the script to pull the SEO URI to populate the tag.

<!– Begin SEO Canonical –>
<link rel=”canonical” href= <?php
$original_url = HTTP_SERVER . $_SERVER[’REQUEST_URI’];
$split_url = explode(’?', $original_url);
$no_querystring_url = $split_url[0];
echo $no_querystring_url; ?> />
<!– End SEO Canonical –>

Can anyone help us figure this out?

We suspect $original_url = needs to grab the SEO URL from the database somehow and then it will probably work.

The small business we're assisting is at:
medicharms.com