Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,650

Results 4,721 to 4,740 of 5,058
28 Feb 2011, 10:27 PM
#4721
waij avatar

waij

New Zenner

Join Date:
Aug 2010
Posts:
27
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

I have zen cart 1.3.9H installed with Simple Seo 3.88. My default language is dutch. All works fine and the links are good. If i switch to English i stay on the home page but with dutch text. No English links at all. If i switch Simple Seo off all works fine.

Can somebody please advise.

1 Mar 2011, 12:19 AM
#4722
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

u761877:

Please could you help?

I have zencart 1.3.9h and Simple SEO 3.5.8

Each day I have to reset my cache otherwise the site fails with categories and products not being reached. After the rest it works fine, but I am not sure how long for.

Please advise what I should do to remedy this.

Mike
Update to version 3.8.8 Your cache will not be half as big and with some bug fixes as well.
You can get 3.8.8 from here

5 Mar 2011, 1:50 PM
#4723
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

stylishbb:

Hi,

I have two issues related to SEO URLS, hopefully they'll be easy enough to solve.

The first is that when the homepage initially loads, the links are of the form eg.

/cancellation-returns/chapter/0**?zenid=02fa1bbfe51e56f8c0c5ece0a86ea5df**

/bean-bag-wedgies/?zenid=02fa1bbfe51e56f8c0c5ece0a86ea5df

However once you've clicked once on a link then the links behave as expected and the ?zenid=... disappears and you get nice urls i.e. /bean-bag-wedgies etc. (with the exception of some EZpages see below) so it seems that SEO url takes one click to get used to things before it starts working fully?

The second issue is that certain pages, terms and conditions page is a good example, have terms-conditions**/chapter/0** i.e. suddenly the /chapter/0 has appeared at the end of the URL

Any help with these two issues would be greatly appreciated. The link to the site is s t y l i s h b e a n b a g s . c o . u k.

Thanks

I'm having the same problem... did you ever sort this out? I hope it doesn't affect my SE rankings!

5 Mar 2011, 2:20 PM
#4724
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Showing URLs with session IDs leads to infinite Dupicate Content problems.

This needs fixing, and very soon.

5 Mar 2011, 2:28 PM
#4725
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

fairestcape:

These SEO URL modules are completely redundant. They are not necessary. They do not help with better SEO. They do not improve your page ranking potential. They are risky to install and use, and (according to Google) may actually HARM your website's chances of good SE results.

Anyone who tells you that they DO improve page ranking does not understand how search engines deal with dynamic URL's these days.

You see, there is no such thing as a "SEO URL"... it is a term made up by charlatans in the so-called "SEO Industry".

A logical URL structure will always help searchengines better index a site. URLs with multiple parameters cause various Duplicate Content issues, issues that can be more easily controlled by not using parameters at all.

Any URL that returns 200 OK is a valid URL. With parameters, the same page of information can have an infinite number of parameter combinations.

However, poor implementation hinders some URL rewriting schemes. In particular, there is no need whatsoever for category details to appear in the URL for a product. The item ID and the name of the product are all that are required, with a redirect issued to the canonical form if the name and ID does not exactly match.

5 Mar 2011, 2:33 PM
#4726
swamyg1 avatar

swamyg1

Zen Follower

Join Date:
Dec 2008
Location:
San Fran
Posts:
382
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

swamyg1:

I'm having the same problem... did you ever sort this out? I hope it doesn't affect my SE rankings!

I resolved this problem on my site, Looks like I was missing the following code in includes/functions/html_output.php:

    //bof simple seo url
    global $ssu;
    if(is_object($ssu) && ($link = $ssu->ssu_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog))!= false) return $link;
    //eof simple seo url

I totally disagree with the value of this module. SEO optimized urls are critical to SE rankings and without them I and many others would be left behind in the dust IMO. I am so thankful for this module! It's brilliant really!

This mod has only caused problem with the very first couple of installs a couple years back, but has been foolproof since!

5 Mar 2011, 2:56 PM
#4727
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Indeed.

I would far rather have these product URLs indexed:
www.example.com/34383-red-widget
www.example.com/32568-orange-appliance
www.example.com/42754-blue-gadget
www.example.com/62345-yellow-thingywotsit
www.example.com/25333-green-doodad

than these:
www.example/index.php?main_page=product_info&cPath=28&products_id=34383
www.example/index.php?main_page=product_info&cPath=45_56&products_id=32568
www.example/index.php?main_page=product_info&cPath=28_29&products_id=42754
www.example/index.php?main_page=product_info&cPath=37_77&products_id=62345
www.example/index.php?main_page=product_info&cPath=24_37_91&products_id=25333

Category in URL is always a bad idea.

Using parameters promote Duplicate Content issues; a single character change is a "different" URL.

Users do not need to see the literal strings "index.php?main_page=product_info" or "cPath" or "products_id" in the URL. That's unnecessary fluff.

The default Zencart install could so easily use URLs like "www.example.com/25333" with an .htaccess internal rewrite to the script at "/index.php?main_page=product_info&products_id=25333", and the script can easily deduce category information to display on the page and internal navigation links.

5 Mar 2011, 3:50 PM
#4728
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

hello, is this site running with ssu?
http://www.eastmanoutdoors.com/cooking-oil-funnel-filters

i'm not able to set max category level less than 1, but i found the site above has the product url without category name or id, how to make it done?

i want my product url display like this:
http://www.site.com/product-name-p-156
is it possible to be with ssu? since i'm using ssu on my site and i dont want to change it to other seo modules

6 Mar 2011, 12:51 AM
#4729
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

to make spiders easier to craw more pages,

the url w w w.site.com/product-name-p-156
is better than the following url
w w w.site.com/category-name-c-2/product-name-p-156

could it be done with simple seo url?

6 Mar 2011, 12:46 PM
#4730
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

The URL format https://www.example.com/p156-product-name is even better. The RegEx parsing from left to right can immediately pick up the product number, and will operate faster. The scripting can also still work with an accidentally truncated URL such as https://www.example.com/p156-produc and then issue a redirect to the correct full URL.

Yes, these formats are exactly what an "SEO module" can do for you.

Category details should never appear in the product URL. That leads to Duplicate Content issues, but the problem is easily avoided.

7 Mar 2011, 9:02 AM
#4731
ridelow avatar

ridelow

New Zenner

Join Date:
Sep 2008
Posts:
27
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Good Morning Guys,
I tried to install SIMPLE SEO on my site on friday but something odd has happened. the pages of the site are just showing up as blank pages, the site is www.farbgel.com
can anyone shed any light on what i need to do to bring the site back?

thanks in advance

rob

7 Mar 2011, 2:38 PM
#4732
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

ridelow:

Good Morning Guys,
I tried to install SIMPLE SEO on my site on friday but something odd has happened. the pages of the site are just showing up as blank pages, the site is www.farbgel.com
can anyone shed any light on what i need to do to bring the site back?

thanks in advance

rob

Uou should, check the cache for debug error logging and check the error details to see exactly why you are getting the blank page

11 Mar 2011, 12:33 AM
#4733
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi

I've got a cart I'm trying to fix some errors on. Problems with simple seo manager is one issue. The cart version shows 1.3.8a with database patch level 1.3.9a (not sure why that is)

I've been looking through files and found a current version file and it says version 8|Beta 3.4.5

In admin extras > simple seo manager

this error is showing

1062 Duplicate entry 'SSU_EXCLUDE_LIST' for key 2
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Exclude list', 'SSU_EXCLUDE_LIST', 'advanced_search_result,redirect,popup_image_additional,download,wordpress', 'Set the list of pages that should be excluded from using seo style links, separated by comma with no blank space. Do not change this if you are not sure what you are doing', @t4, 1, NOW(), NOW(), NULL, NULL);]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

also one debug log has this error

[04-Mar-2011 17:27:51] PHP Warning: urlencode() expects parameter 1 to be string, array given in /home/username/public_html/includes/classes/ssu/cores/link.php on line 186

I'm searching around looking for a starting point. Any suggestions appreciated.

12 Mar 2011, 10:38 PM
#4734
rldme avatar

rldme

New Zenner

Join Date:
Feb 2011
Posts:
2
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi, I have a problem with accessing a subdirectory when Simple SEO turned on. When its turned off I can access the directory fine.

http://MySiteName.com/Manage (url I can not get to)

http://MySiteName.com/Catalog is where zen card is installed.

I am new to this so I am unsure where to even start looking to resolve issue.

Thanks

13 Mar 2011, 7:50 AM
#4735
manashbd avatar

manashbd

New Zenner

Join Date:
Dec 2010
Posts:
5
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set Auto Alias Status', 'SSU_AUTO_ALIAS', 'false', 'Let SSU automatically remove identifiers from links, you have to have ssu alias on.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I am getting this error when i am going to Admin->Extras->Simple SEO URL Manager

I have copied copied Module Manager, then SSU files

I am using zencart 1.3.9h and Simple SEO 3.8.5

Can anyone please help me to fix this..

14 Mar 2011, 3:12 AM
#4736
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

manashbd:

1048 Column 'configuration_group_id' cannot be null
in:
[INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set Auto Alias Status', 'SSU_AUTO_ALIAS', 'false', 'Let SSU automatically remove identifiers from links, you have to have ssu alias on.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

I am getting this error when i am going to Admin->Extras->Simple SEO URL Manager

I have copied copied Module Manager, then SSU files

I am using zencart 1.3.9h and Simple SEO 3.8.5

Can anyone please help me to fix this..

Update to version 3.8.8 Your cache will not be half as big and with some bug fixes as well.
You can get 3.8.8 from here

You will need to update Module Manager to it's latest version if you haven't done that yet. On the new version of Simple Seo 3.8.8 the old Module Manger will not work.

15 Mar 2011, 4:50 PM
#4737
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

g1smd:

The URL format https://www.example.com/p156-product-name is even better. The RegEx parsing from left to right can immediately pick up the product number, and will operate faster. The scripting can also still work with an accidentally truncated URL such as https://www.example.com/p156-produc and then issue a redirect to the correct full URL.

Yes, these formats are exactly what an "SEO module" can do for you.

Category details should never appear in the product URL. That leads to Duplicate Content issues, but the problem is easily avoided.

https://www.example.com/p156-product-name would be perfect, what do i get it ? do you have any idea?

15 Mar 2011, 5:07 PM
#4738
wmorris avatar

wmorris

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

Quick question,,,,

To get a best or better hits or ratings for all the search engines, should I use this contribution or not?

16 Mar 2011, 3:56 PM
#4739
buildingblocks avatar

buildingblocks

Totally Zenned

Join Date:
Jun 2008
Posts:
629
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I am trying to get a previously working installation of ssu Beta 3.4.5 on a 1.3.9a cart working again.

When clicking, reset all cache, we get this error

/home/username/public_html/shop/cache/ssu//aliases/c/a/a/0/caa05421ec1394eaa4b603696ea3a06c

Then I noticed there's a double forward slash after the ssu folder and wonder if that is causing the error. Any idea where that extra forward slash should be removed?

17 Mar 2011, 6:06 PM
#4740
danielle avatar

danielle

Totally Zenned

Join Date:
Oct 2004
Posts:
973
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

I have a client who is having an issue with this mod. I recently upgraded her store to 1.3.9h and installed the latest version of SSU. She was using an older version on her old site. Now, for just one category, she is consistently getting a page not found error. It happens occasionally on another category as well. But everything else is fine. I have tested on three different computers, with multiple browsers, and have never been able to replicate the issue. However, she has had friends try and they have experienced it as well. What could be causing this?

This is the site:

http://bighugllc.com/shop

The category that is not working for her is Garden Memorials-Memorial Benches (FREE SHIP).

If a few of you could try going to the category and seeing if it works, that would be great!

Thanks!