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,488

Results 981 to 1,000 of 1,706
29 Dec 2015, 1:53 AM
#981
lhungil avatar

lhungil

Totally Zenned

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

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

manishanirula:

Also is there a way to remove the query string "advanced_search_result.html?search_in_description=1&keyword=" from the url of search. This will be really helpful in SEO
No. Zen Cart requires the information be passed in the URL (and they are not always the same). In a stock Zen Cart the "Search Results Page" is flagged as noindex and nofollow. The big SEs frown upon "search result spam". So no real "SEO" benefit to be found by messing with the URL of the "Search Results Page".

29 Dec 2015, 8:27 AM
#982
manishanirula avatar

manishanirula

New Zenner

Join Date:
Dec 2015
Location:
India
Posts:
5
Plugin Contributions:
0

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

Thank You for Explaining

31 Dec 2015, 5:42 AM
#983
earth_friendly avatar

earth_friendly

New Zenner

Join Date:
Apr 2014
Location:
NJ
Posts:
59
Plugin Contributions:
0

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

I am working with a new installation of 1.5.4, with winchester responsive templates.
I just installed the latest version of Ultimate SEO URLS (2.215).
I am seeing an issue with the built-in manufacturers sidebox, which displays a pulldown list of all the manufacturers, and when you choose one of the manufacturers, it submits a form, and goes to that manufacturers page. With SEO URLS installed and turned on, it is going to:

?main_page=index&manufacturers_id=2

All the other pages are generating appropriate seo urls.

I searched through this thread, and found a report of a similar issue, and the response was:

lhungil:

If you are referring to the "manufacturers sidebox" included with Zen Cart... I know older versions of Zen Cart had not yet updated the code to use zen_href_link in the sidebox (all internal links should use zen_href_link)... And alternative URLs only work when zen_href_link is used...

If the above is still the case for the version of Zen Cart you have installed... May need to use a different "manufacturers sidebox" or change the coding...

Like I said, I am using the built-in 1.5.4 manufacturers sidebox, so presumably it should be updated with the latest code.

I saw this later response, where someone said that they were able to fix this problem:

bwlinux:

Thank you very much. Your explanation helped me to find and fix the problem using the code below.

href="<?php echo zen_href_link(FILENAME_DEFAULT, 'manufacturers_id='.$manufacturers_id); ?>"


However, I'm not sure if they were referring to the same sidebox module.
The sidebox module template file I am referring to is in

includes/templates/template_default/sideboxes/tpl_manufacturers_select.php

It doesn't contain just a link, but a form that gets submitted when you choose one of the manufacturers in the list.
Here is the contents of the sidebox template file:
<?php /** * Side Box Template * * @package templateSystem * @copyright Copyright 2003-2010 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_manufacturers_select.php 15882 2010-04-11 16:37:54Z wilt $ */ $content = ""; $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">'; $content.= zen_draw_form('manufacturers_form', zen_href_link(FILENAME_DEFAULT, '', $request_type, false), 'get'); $content .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT); $content .= zen_draw_pull_down_menu('manufacturers_id', $manufacturer_sidebox_array, (isset($_GET['manufacturers_id']) ? $_GET['manufacturers_id'] : ''), 'onchange="this.form.submit();" size="' . MAX_MANUFACTURERS_LIST . '" style="width: 90%; margin: auto;"') . zen_hide_session_id(); $content .= '</form>'; $content .= '</div>'; ?>
It does appear not to have been modified since 2010.
Does anyone have any suggestions on how I can fix this issue? I apologize if I missed a post on this, but I tried to do a very thorough search on this. 
Thanks in advance for any help!
6 Jan 2016, 8:55 PM
#984
foilman avatar

foilman

New Zenner

Join Date:
May 2006
Posts:
51
Plugin Contributions:
0

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

ok I have been searching this thread for hours and not finding anything on this. I have 1.5.4 loaded and trying to install this module. I have triple checked all of my install files and everything seems to be right but I am getting the following messages... can anyone help or shed light on to what might possibly be wrong? the X's are replacing my admin section and user name...

Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/reset_seo_cache.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/auto_loaders/config.seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/extra_datafiles/seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/init_includes/init_seo_config.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/functions/extra_functions/seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/xxxxxxxxx/includes/languages/english/extra_definitions/seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/auto_loaders/config.ultimate_seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/extra_datafiles/seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/auto_loaders/config.seo.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/init_includes/init_seo_config.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/classes/seo.url.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Filesystem Error: Unable to delete '/home/xxxxx/public_html/includes/classes/seo.install.php'. Verify your web server has access to delete this file. Installation will not continue until the web server is granted access to remove the file.
Error Ultimate URLs installation / upgrade failed!

7 Jan 2016, 3:30 AM
#985
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]

That message indicates the user (the HTTP server or PHP runs as) does not have write / delete permissions for those files.

What permissions are assigned to those files? What user is the HTTP server running as? If PHP runs as a seperate process, what user are the scripts run as?

Answers to the above depend upon your hosting provider and their server configuration. Your hosting provider should be able to help identify the above information. They should also be able to identify the neccessary changes (needed on their server) you need to make to file permissions to allow write / delete access for PHP scripts.

7 Jan 2016, 1:20 PM
#986
foilman avatar

foilman

New Zenner

Join Date:
May 2006
Posts:
51
Plugin Contributions:
0

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

Was afraid you were gonna ask and say those things. I did change the permissions on those files to 777 and had tried it again but still didn't work. As far as the rest of your questions, they are a little bit greek to me so I will contact the hosting provider and ask them for assistance and see where it goes from there. Thanks for your quick reply!

lhungil:

That message indicates the user (the HTTP server or PHP runs as) does not have write / delete permissions for those files.

What permissions are assigned to those files? What user is the HTTP server running as? If PHP runs as a seperate process, what user are the scripts run as?

Answers to the above depend upon your hosting provider and their server configuration. Your hosting provider should be able to help identify the above information. They should also be able to identify the neccessary changes (needed on their server) you need to make to file permissions to allow write / delete access for PHP scripts.

7 Jan 2016, 3:22 PM
#987
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]

Hmm... Can you also verify the path to those files is correct (and web server software)? One can check the path by looking at the output from clicking "version" in the Zen Cart admin.

7 Jan 2016, 4:08 PM
#988
foilman avatar

foilman

New Zenner

Join Date:
May 2006
Posts:
51
Plugin Contributions:
0

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

ok got it, turns out that mod_ruid2 was not running on my server. That was enabled by my host and all is working fine now it appears! Thank you so much for the help!!

lhungil:

Hmm... Can you also verify the path to those files is correct (and web server software)? One can check the path by looking at the output from clicking "version" in the Zen Cart admin.

7 Jan 2016, 8:54 PM
#989
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]

foilman:

ok got it, turns out that mod_ruid2 was not running on my server. That was enabled by my host and all is working fine now it appears! Thank you so much for the help!!
Thank You for letting us know the host was able to come to your aid :)

21 Jan 2016, 3:03 AM
#990
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 - if I change the name of a category will existing links (internal and external) still resolve to the newly renamed category?

cheers,
Mike

21 Jan 2016, 6:36 AM
#991
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]

shags38:

Hi - if I change the name of a category will existing links (internal and external) still resolve to the newly renamed category?...
They will still result in the same category page being shown (old and new URLs will both work). The canonical on the page will point to the new name / URL. If "automatic redirects" are enabled, a 301 redirect to the new URL will be returned.

21 Jan 2016, 6:46 AM
#992
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]

lhungil:

They will still result in the same category page being shown (old and new URLs will both work). The canonical on the page will point to the new name / URL. If "automatic redirects" are enabled, a 301 redirect to the new URL will be returned.
Thanks for that Larry :)

26 Feb 2016, 2:06 AM
#993
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]

hi,
i had a "small" problem. lets say you did a search for 2 words:

red or blue

zc will now search for either or of these 2 terms. now, lets say your search results came up with more than 1 page. if you clicked on the 2nd page of your paginator, zen will no longer find your search terms.

i have isolated this down to double encoding of the keyword search terms. in my example i was able to solve this problem by changing line 424 in includes/classes/usu.php as below

// original
	default:
	    $container[$p2[0]] = ($p2[1]);
	    break;
}

//changed
	default:
 	    $container[$p2[0]] = urldecode($p2[1]);
	    break;
}

it seems that this fix might be needed in other places where there are multiple words being used as part of a key in the url.

26 Feb 2016, 12:18 PM
#994
dbmel avatar

dbmel

New Zenner

Join Date:
May 2009
Location:
USA
Posts:
9
Plugin Contributions:
0

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

carlwhat:

hi,
i had a "small" problem. lets say you did a search for 2 words:

red or blue

zc will now search for either or of these 2 terms. now, lets say your search results came up with more than 1 page. if you clicked on the 2nd page of your paginator, zen will no longer find your search terms.

i have isolated this down to double encoding of the keyword search terms. in my example i was able to solve this problem by changing line 424 in includes/classes/usu.php as below

// original
default:
$container[$p2[0]] = ($p2[1]);
break;
}

//changed
default:
$container[$p2[0]] = urldecode($p2[1]);
break;
}

> 
> it seems that this fix might be needed in other places where there are multiple words being used as part of a key in the url.

I noticed the same problem and added this to my htaccess file:
RewriteCond %{QUERY_STRING} (.*?)%(25)+20(.*?%(25)+20.*)
RewriteRule ^ %{REQUEST_URI}?%1+%3 [N]
RewriteCond %{QUERY_STRING} (.*?)%(25)+20(.*)
RewriteRule ^ %{REQUEST_URI}?%1+%3 [L,R=301]
5 Apr 2016, 2:30 PM
#995
ravynw34 avatar

ravynw34

Zen Follower

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
112
Plugin Contributions:
0

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

Does this work on v1.55?

5 Apr 2016, 6:53 PM
#996
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]

ravynw34:

Does this work on v1.55?

i have version 2.212 running on v1.55 with no problems.

5 Apr 2016, 11:15 PM
#997
ravynw34 avatar

ravynw34

Zen Follower

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
112
Plugin Contributions:
0

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

Great thanks. I will go ahead and put it on our dev.
Appreciate the response.

5 Apr 2016, 11:19 PM
#998
ravynw34 avatar

ravynw34

Zen Follower

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
112
Plugin Contributions:
0

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

Carl,
Would you be able to send a link to a site you have it working on.
Hope you don't mind.
thanks

5 Apr 2016, 11:32 PM
#999
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]

6 Apr 2016, 10:03 AM
#1000
ravynw34 avatar

ravynw34

Zen Follower

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
112
Plugin Contributions:
0

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

Thanks Carl. I just wanted to see it on a working v1.55 site.
Sorry didn't mean to confuse you.