Zen Cart Logo
Forums / All Other Contributions/Addons / Ultimate SEO v3 (and v2.200) [Support Thread]

Ultimate SEO v3 (and v2.200) [Support Thread]

Views: 427,484

Results 1,001 to 1,020 of 1,706
12 Apr 2016, 3:49 PM
#1001
scottsaf avatar

scottsaf

New Zenner

Join Date:
Apr 2016
Location:
AZ
Posts:
6
Plugin Contributions:
0

Ultimate SEO v3 (and v2.200) [Support Thread]

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.php?219908-Store-Keeps-Generating-Links-Now-I-have-20-000&p=1308084#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!

14 Apr 2016, 5:29 AM
#1002
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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.

14 Apr 2016, 10:59 PM
#1003
scottsaf avatar

scottsaf

New Zenner

Join Date:
Apr 2016
Location:
AZ
Posts:
6
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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!

16 Apr 2016, 1:33 AM
#1004
lhungil avatar

lhungil

Totally Zenned

Join Date:
Feb 2012
Location:
mostly harmless
Posts:
1,818
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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.

2 May 2016, 1:04 AM
#1005
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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

2 May 2016, 1:09 PM
#1006
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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..

2 May 2016, 1:19 PM
#1007
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

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".)

2 May 2016, 1:25 PM
#1008
shags38 avatar

shags38

Totally Zenned

Join Date:
Jan 2011
Location:
Adelaide, Australia
Posts:
1,684
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

DivaVocals:

Ummmm I think lhungil's name is Andrew..
yes, but he lets me call him Larry

23 May 2016, 12:38 AM
#1009
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

When I install this on a 1.5.5 I got this in the admin area?

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/.
23 May 2016, 2:16 AM
#1010
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

wmorris:

When I install this on a 1.5.5 I got this in the admin area?
Read it - it is self explanatory

23 May 2016, 2:24 AM
#1011
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

kobra:

Read it - it is self explanatory

Ok, when I remove the slashes as it says in the Admin. Now I got this:

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 /xxxxxxx/xxxxxx/public_html/morrisgiftshop.biz/xxxxxxx/includes/configure.php.
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/.
23 May 2016, 3:58 AM
#1012
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Also, there is no Ultimate SEO in the Configuration menu.

What I uploaded was 3_install files and modified files for v1.5.5.

23 May 2016, 8:11 AM
#1013
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

Ok, when I remove the slashes as it says in the Admin. Now I got this:
You had this before - - Again read it - it is self explanatory

T[B]he value for DIR_WS_CATALOG cannot be blank.[/B]
23 May 2016, 1:09 PM
#1014
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

kobra:

You had this before - - Again read it - it is self explanatory

T[B]he value for DIR_WS_CATALOG cannot be blank.[/B]


Is this in the Admin area? If it is what do I need to put in the blank?
23 May 2016, 1:56 PM
#1015
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,066
Plugin Contributions:
56

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

wmorris:

Is this in the Admin area? If it is what do I need to put in the blank?
The message you received started with:

Some potential issues were found in your [B]"admin"[/B] configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.

You'll need to edit /YOUR_ADMIN/includes/configure.php and set the value for DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG to (presumably) '/', e.g.

define ('DIR_WS_CATALOG', '/');
24 May 2016, 12:31 AM
#1016
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

lat9:

The message you received started with:

Some potential issues were found in your [B]"admin"[/B] configure.php. Failure to correct these issues may result in Zen Cart not functioning as intended.

> You'll need to edit /YOUR_ADMIN/includes/configure.php and set the value for DIR_WS_CATALOG and DIR_WS_HTTPS_CATALOG to (presumably) '/', e.g.
> ```
define ('DIR_WS_CATALOG', '/');

Ok, I got it to work. I notice something like p-100 in the link is that normal or can I get rid of that?

24 May 2016, 12:42 AM
#1017
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,955
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

it's normal. its known as an anchor.

24 May 2016, 12:45 AM
#1018
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

carlwhat:

it's normal. its known as an anchor.

Ok, on this:
Display categories as directories I have that turned off.

But when I look at a product I see this: flower-top-jar-p-570.html?cPath=2_58 is there a way to get rid of the "?cPath="

24 May 2016, 1:02 AM
#1019
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,955
Plugin Contributions:
8

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

you should have a configuration screen in the admin for ultimate SEO. look for the generate cPath parameters. you could turn it off there, although it might mess with your breadcrumbs and some other minor navigation issues when viewing a product. depends if you link 1 product to many categories and some other factors.

24 May 2016, 1:18 AM
#1020
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Ultimate SEO v3 (and v2.200) [Support Thread]

carlwhat:

you should have a configuration screen in the admin for ultimate SEO. look for the generate cPath parameters. you could turn it off there, although it might mess with your breadcrumbs and some other minor navigation issues when viewing a product. depends if you link 1 product to many categories and some other factors.

Ok, Thanks. I found it before you replied. Plus I only had 1 product per category not multiple categories.