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

Results 2,621 to 2,640 of 5,058
10 Mar 2009, 12:33 AM
#2621
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

in firebug, with old ssu when you change the language was 301 permanent redirection(not good for google) , now is ok : 200 ok

10 Mar 2009, 2:18 AM
#2623
xordox avatar

xordox

Zen Follower

Join Date:
Sep 2008
Location:
Tel-Aviv-New York
Posts:
143
Plugin Contributions:
0

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

Yellow,
I also have a question:
with ssu 3.6.6 we have main page (english default):
https://www.usim.co.il
but also we have page https://www.usim.co.il/en/ (if we type it manualy)
Is it pages with duplicate content or not?( I mean google can find https://www.site.com and https://www.site.com/en/)

10 Mar 2009, 2:22 AM
#2624
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

xordox:

Yellow,
I also have a question:
with ssu 3.6.6 we have main page (english default):
www.usim.co.il
but also we have page www.usim.co.il/en/ (if we type it manualy)
Is it pages with duplicate content or not?( I mean google can find www.site.com and www.site.com/en/)
Huhm, I will look into that,
For new sites though, there is no way Google will follow a link that doesnt exist in the first place anyway.

Raine

10 Mar 2009, 7:51 AM
#2625
thermal avatar

thermal

New Zenner

Join Date:
Jul 2007
Location:
Bristol, UK
Posts:
5
Plugin Contributions:
0

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

yellow1912:

That is not the correct way of setting alias, here is the tutorial:
http://wiki.rubikintegration.com/zencart/modules/ssu/for_users/link_alias
video:
http://public.rubikintegration.com/tutorials/ssu_alias.htm

BTW, recommend to upgrade to 3.6.6
http://public.rubikintegration.com/

Thank you very much.

I had tried all sorts of combinations including the type of examples on your tutorial. Though what I had been doing was immediately disable my links by thinking I had to select the 'check' icon on the right.

Doh!!!

10 Mar 2009, 7:58 AM
#2626
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

You should find the new manager in 3.6.6 more user friendly, easier to navigate. The concept is the same though.

For the "link", dont put the dynamic link in there, but use static ones. And dont have to have http://..... in there, just Part of the link you want to replace.

Also, you will like 3.6.6 if you want clean links with no -p- or -c- there, it can be done automatically for you in that version.

Well, a bunch of things have been changed:
http://wiki.rubikintegration.com/zencart/modules/ssu/changelog

10 Mar 2009, 11:27 AM
#2627
libralion avatar

libralion

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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

Hi everybody,
I installed this mod. I get this message in the Tools-BoxSSU:

Warning: Invalid argument supplied for foreach() in /home/......./domains/......./public_html/zencart/includes/init_includes/init_ssu.php on line 18

I looked in the init_ssu.php file and on line 18 it says this:

**foreach ($ssuLocalConfig as $key => $config)**

Something to do with the config file?
I changed the local.config.php to:

'languages' => array( 'nl' => 'default',
'en' => 'en',
)

Does anybody know how I can get rid of this warning?

Johanna

10 Mar 2009, 11:50 AM
#2628
simonr avatar

simonr

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

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

Hi, looks like you might have a superfluous comma at the end of the languages array after 'en' => 'en',

10 Mar 2009, 12:02 PM
#2629
simonr avatar

simonr

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

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

Hi, I have installed ssu and all is working well but i'm wondering whether it's possible to redirect urls from an old non-zen shop to the relevant page within the new zen site. I have tried by creating an alias in hte admin but no joy.

i tried creating an alias using the old address as the url

/component/page,shop.product_details/flypage,shop.flypage/product_id,113/category_id,2d2a10c456a6c08c754e5303a10137e6/option,com_phpshop/Itemid,1/

and this as the alias

/product-016-p-16/

but it gives 404 page. Any idea where i'm going wrong? or is what i'm trying possible?

many thanks.

10 Mar 2009, 1:05 PM
#2630
libralion avatar

libralion

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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

simonr:

Hi, looks like you might have a superfluous comma at the end of the languages array after 'en' => 'en',

Hi Simonr,
I checked the original file, but that comma is supposed to be there, so that isn't the solution.
Anybody else has any idea?

Johanna

10 Mar 2009, 1:37 PM
#2631
simonr avatar

simonr

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

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

Hi Johanna,
the error would suggest that the $ssuLocalConfig array is not defined when the init script is attempting to read it.

one thing to check... did you remove both the opening and closing comments ( /* and */ ) that surround the $ssuLocalConfig array in the example local.config.php file?

10 Mar 2009, 3:30 PM
#2632
patf avatar

patf

Zen Follower

Join Date:
May 2008
Posts:
200
Plugin Contributions:
0

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

Does anyone here have updated links to the documentation for this module ?

10 Mar 2009, 3:37 PM
#2634
patf avatar

patf

Zen Follower

Join Date:
May 2008
Posts:
200
Plugin Contributions:
0

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

simonr:

hi, i've been refering to the wiki here which has really helped me...

http://wiki.rubikintegration.com/zencart/modules/ssu/about

Thanks - I would be doing this too but it's coming up not found. Can you confirm this url is live for you ?

( I'm getting a not found error on all the urls mentioned here - the main https://www.rubikintegration.com is alive and kicking though )

10 Mar 2009, 3:55 PM
#2635
libralion avatar

libralion

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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

simonr:

Hi Johanna,
the error would suggest that the $ssuLocalConfig array is not defined when the init script is attempting to read it.

one thing to check... did you remove both the opening and closing comments ( /* and */ ) that surround the $ssuLocalConfig array in the example local.config.php file?

Hi Simonr,

Yes that must be it. Thanks!
But this mod is giving me a hard time. I uninstalled everything like in the documentation and installed it again, but then I can't find anything under Configuration anymore.
I will try again tomorrow.

Johanna

10 Mar 2009, 5:01 PM
#2636
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

simonr:

Hi, I have installed ssu and all is working well but i'm wondering whether it's possible to redirect urls from an old non-zen shop to the relevant page within the new zen site. I have tried by creating an alias in hte admin but no joy.

i tried creating an alias using the old address as the url

/component/page,shop.product_details/flypage,shop.flypage/product_id,113/category_id,2d2a10c456a6c08c754e5303a10137e6/option,com_phpshop/Itemid,1/

and this as the alias

/product-016-p-16/

but it gives 404 page. Any idea where i'm going wrong? or is what i'm trying possible?

many thanks.
Erm, this one is not a zencart url, loops like joomla?

10 Mar 2009, 5:03 PM
#2637
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

libralion:

Hi Simonr,

Yes that must be it. Thanks!
But this mod is giving me a hard time. I uninstalled everything like in the documentation and installed it again, but then I can't find anything under Configuration anymore.
I will try again tomorrow.

Johanna
Please do this:

Go to admin-tools-sql patch tool, run:

delete from module_version_tracke where module_code = 'yellow1912_ssu';

BTW,out of curiosity, which version are you installing?

10 Mar 2009, 5:04 PM
#2638
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

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

PatF:

Thanks - I would be doing this too but it's coming up not found. Can you confirm this url is live for you ?

( I'm getting a not found error on all the urls mentioned here - the main www.rubikintegration.com is alive and kicking though )
The url should be working, I have just tested it.

10 Mar 2009, 5:12 PM
#2639
simonr avatar

simonr

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

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

yellow1912:

Erm, this one is not a zencart url, loops like joomla?

yes that's right - moving from joomla to zencart and i need a way to map the old joomla urls to the new zencart equivalents with 301 redirects. was hoping i could manually create aliases for them.

Does that sound possible?
many thanks

10 Mar 2009, 5:21 PM
#2640
libralion avatar

libralion

New Zenner

Join Date:
Mar 2009
Posts:
11
Plugin Contributions:
0

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

yellow1912:

Please do this:

Go to admin-tools-sql patch tool, run:

delete from module_version_tracke where module_code = 'yellow1912_ssu';

> 
> BTW,out of curiosity, which version are you installing?

I have zencart 1.3.8a and the module manager rev.16.
I uninstalled both and put a backup back. Then I installed the module manager and the Simple SEO mod again. But still not visible under Configuration.
I then intstalled all the sql patches one by one through the admin and now I have it back under Configuration.:smile:
Now I only have to find out what I have to put there, because before I didn't know what to put there.
Isn't there a simple list with the most common settings?
I find this hard to install, since I know little from SEO and I didn't find the right options so far in this thread. I am sure they will be there, so I will go on searching for it.

Johanna