Re: Simple SEO URL [support thread]
What happens here (css) is: you have a badly coded template, it is missing one important element: the base href
Why such an important element is missing? I guess only your coder can tell.
Anyhow, this line of code needed to be added to your html_header.php right above the <body> tag
PHP Code:
<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" />
I guess you have to fix that one first before trying anything else.
Re: Simple SEO URL [support thread]
Re: Simple SEO URL [support thread]
Thanks for the quick reply.
And the huge tip. I'm not exactly how the heck that line got deleted, but thanks for catching my screw up.
Things look like they're working now.
On another note, is it possible to not display the stuff at the end of the product / category name?
http://www.kids-n-cribs.info/baby-ge...diamond-p-2136
for example the p-2136 or the c-45_201_330?
Re: Simple SEO URL [support thread]
Yes, by upgrading to 3.6.1, turning link alias AND auto alias on, then clear your SSU cache via the SSU Manager.
Quote:
Originally Posted by
bfmarini
Thanks for the quick reply.
And the huge tip. I'm not exactly how the heck that line got deleted, but thanks for catching my screw up.
Things look like they're working now.
On another note, is it possible to not display the stuff at the end of the product / category name?
http://www.kids-n-cribs.info/baby-ge...diamond-p-2136
for example the p-2136 or the c-45_201_330?
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
But when I view your site I dont see any link in seo form anyway? So it's more like you have not turned on ssu in the first place?
Edit: You have the same mistake with giuly from the post above, you forgot to edit your html_output.php
Hey,
It appears i'm getting the same error. http://macdonald-sporrans.com/sitemapproducts.xml shows the old URL's, yet SSU is installed and working (latest version).
I have checked the html_output.php file and it has the SSU code added correctly.
I also notice, that we have 1200 active products in our store, yet the sitemap only shows 714! When i go into the sitemap admin and update the sitemap, it fails.
Using Google XML Sitemap. Any help would be much appreciated.
Re: Simple SEO URL [support thread]
Is there any way to change the delimiters for EZ Pages? Currently i use '-' as my default delimiter for the store, but EZ Pages have '_' as the delimiter. I would like to change that to '-'.
Thanks.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
yellow1912
Not sure if I get it right, but sound like you have 2 seo modules installed? Sorry but it will not work that way. SSU will not work with any other SEO module installed.
Yellow,
This time I tried getting all the SEO like fields removed from the configuration table and also all the files for the SEO URLS from http://smarterwebdev.com/pub/zencart/seo_urls/ removed from the domain.
I made a clean installation of SSU and this time, there's no options loaded for the Configuration > SSU. I tried go to extra > SSU manager but it does not shows all the sql patches has been installed.
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
fergusmacdonald
Hey,
It appears i'm getting the same error.
http://macdonald-sporrans.com/sitemapproducts.xml shows the old URL's, yet SSU is installed and working (latest version).
I have checked the html_output.php file and it has the SSU code added correctly.
I also notice, that we have 1200 active products in our store, yet the sitemap only shows 714! When i go into the sitemap admin and update the sitemap, it fails.
Using Google XML Sitemap. Any help would be much appreciated.
Your site map is out of dated, it is not generated recently
When I go to http://m a cd on ald-sporrans.com/googlesitemap.php
I get
Quote:
Google Sitemap Generation (v 1.3.19 20.04.2008 17:24) started
Save path - "/var/www/macd onald-sporr ans.com/htdocs/"
Base URL - "http://ma cdo nald-spor ra ns.com/"
Processing file: /var/www/macdo nald-spo rrans.com/htdocs/sitemapproducts.xml Failed!
ERROR: Google Product Sitemap Generation FAILED!
Processing file: /var/www/macdo nald-spor rans.com/htdocs/sitemapcategories.xml Failed!
ERROR: Google Category Sitemap Generation FAILED!
Processing file: /var/www/ mac donald-sporrans.com/htdocs/sitemapezpages.xml Failed!
ERROR: Google EZPages Sitemap Generation FAILED!
Processing file: /var/www/macd ona ld-sporrans.com/htdocs/sitemapindex.xml Failed!
ERROR: Google Sitemap Index Generation FAILED!
Total Execution Time 0:34.8220
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
tweakservers
Yellow,
This time I tried getting all the SEO like fields removed from the configuration table and also all the files for the SEO URLS from
http://smarterwebdev.com/pub/zencart/seo_urls/ removed from the domain.
I made a clean installation of SSU and this time, there's no options loaded for the Configuration > SSU. I tried go to extra > SSU manager but it does not shows all the sql patches has been installed.
Please run this via your sql patch tool first:
delete from module_version_tracker where module_code = 'yellow1912_ssu';
Re: Simple SEO URL [support thread]
Quote:
Originally Posted by
fergusmacdonald
Is there any way to change the delimiters for EZ Pages? Currently i use '-' as my default delimiter for the store, but EZ Pages have '_' as the delimiter. I would like to change that to '-'.
Thanks.
Something must be wrong, because SSU uses whatever you set as delimiter.