Re: Ultimate SEO 2.200+ (new features)
Need help! I have Ultimate URL 2.215 and I have found that everytime I change the page title, it creates a new link. So for one product page, if I edit the title, I could easily have 5 different links all with different keywords, linking to my product. I'm just learning SEO, but this seems like it would hurt my SEO efforts if I decide to use a different target keyword for a product. I could change it, but 5 other links to the same page could be indexed by google with keywords I don't want to use anymore.
I posted a thread about this: https://www.zen-cart.com/showthread....84#post1308084
How do I get rid of the links Ultimate URL has created? I now have 20,000 links to a 5,000 page site...a bit insane and I don't think this is a good thing for our site to have in general.
How can I get Ultimate URL to stop generating new links and just update the original one? Should I turn it off?
Thank you for any help!
Re: Ultimate SEO 2.200+ (new features)
I would not worry as long as the template you installed did not remove the built in support for canonicals. If it did, you will want to fix the template ASAP.
Keep in mind Zen Cart and Ultimate URLs (when zen_href_link is used) do not continue generating links to the older URLs. So both customers and SEs will only see the current URL when visiting a page.
One can choose to enable "automatic redirects". This forces a 301 redirect to the newest URL when the page is accessed from older URLs.
If you want to remove Ultimate URLs, make sure you leave behind the .htaccess file - so old URLs go to the new URL. The canonicals will keep SEs informed - or you can modify the .htaccess to issue 301s.
Re: Ultimate SEO 2.200+ (new features)
Thank you for the feedback. A few follow up questions:
1. could having all these extra links be slowing website performance?
2. would having the extra links be essentially hurting our indexing since google would be wasting time crawling so many urls for a page when only one is needed?
3. This is also a concern: (per Google) "This indicates the preferred URL to use to access the green dress post, so that the search results will be more likely to show users that URL structure. (Note: We attempt to respect this, but cannot guarantee this in all cases.)" If there is no guarantee one of the URLs we don't like will come up in a search, this could deter our clients. If we make a typo, for example, click update, then go back and fix it, the typo URL still exists and Google can index it, even if its attached to a canonical. How do we go into our root folders and simply remove all URLs we no longer want?
Thank you!
Re: Ultimate SEO 2.200+ (new features)
No "extra" URLs exist in your store, so there are no URLs to remove. Only the most recent title is used (when generating a URL) by Zen Cart w/ Ultimate URLs installed. Take a look at the HTML Source of your pages, you (and search engines) will only see one URL generated for each product page.
As such, what you are reporting is not an issue or error with Ultimate URLs.
Re: Ultimate SEO 2.200+ (new features)
Hi Larry - where can I download 'Plugin Manager' which you recommend for installing your plugin - it is not coming up in searches in ZC plugins ??
cheers,
Mike
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
shags38
Hi Larry - where can I download 'Plugin Manager' which you recommend for installing your plugin - it is not coming up in searches in ZC plugins ??
cheers,
Mike
Ummmm I think lhungil's name is Andrew..
Re: Ultimate SEO 2.200+ (new features)
Last I knew the plugin manager on which lhungil was working was still in beta status and available through request. In the mean time if you were wanting to identify changes that have been made to a cart by plugins (outside of the plugin manager) there is Mod List that identifies specific differences in the cart as compared to a default install to "some extent". (meaning I haven't looked at what it uses as a comparison to validate the "differences".)
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
DivaVocals
Ummmm I think lhungil's name is Andrew..
yes, but he lets me call him Larry
Re: Ultimate SEO 2.200+ (new features)
When I install this on a 1.5.5 I got this in the admin area?
Code:
Some potential issues were found in your "admin" configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.
The "admin" configure.php file can be found at /xxxxxx/xxxxxx/public_html/morrisgiftshop.biz/xxxxxxx/includes/configure.php.
The HTTP_CATALOG_SERVER setting cannot end with a slash. Remove the extra / from the end of HTTP_CATALOG_SERVER
The HTTPS_CATALOG_SERVER setting cannot end with a slash. Remove the extra / from the end of HTTPS_CATALOG_SERVER
The value for DIR_WS_CATALOG cannot be blank. If the store installed at the website root (not in a subdirectory), set the value for DIR_WS_CATALOG to /. If the store is in a subdirectory, the name of the subdirectory should be placed in DIR_WS_CATALOG. The subdirectory should be preceded and followed by slashes, e.g. /store/.
The value for DIR_WS_HTTPS_CATALOG cannot be blank. If the store installed at the website root (not in a subdirectory), set the value for DIR_WS_HTTPS_CATALOG to /. If the store is in a subdirectory, the name of the subdirectory should be placed in DIR_WS_HTTPS_CATALOG. The subdirectory should be preceded and followed by slashes, e.g. /store/.
Re: Ultimate SEO 2.200 (new features) [Support Thread]
Quote:
Originally Posted by wmorris
When I install this on a 1.5.5 I got this in the admin area?
Read it - it is self explanatory