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

Results 1,741 to 1,760 of 5,058
29 Dec 2008, 7:12 PM
#1741
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

It works perfectly pdt, and asynchronous also...

work perfectly...Very Thanks

your put these patches??, in the near(next) version, I have it in production and it goes perfectly

yellow1912:

go to includes/functions/html_output.php
Find this line

global $ssu;

> 
> Add below
> 
> ```php
    if(is_object($ssu) && method_exists($ssu,'ssu_link'))

However, lets make it clear: without this fix, does the order go through? On my demo site I all my orders still go through and recorded.

29 Dec 2008, 8:23 PM
#1742
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Yes, you can expect to see a "check" in place in the next version.

30 Dec 2008, 3:41 PM
#1743
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

With much anticipation I am watching my Google Webmaster Tools to see how the switch to SSEO affects how google sees my site and how it will handle the new url's.

5 days after installing SSEO, Google Tools lists a few issues.

Content analysis lists duplicate title tags and duplicate meta tags. Looking a bit more closely, I notice that some of the duplicates are caused by the old zen url's and now the new SSEO links are considered duplicates.

Example:
‎/index.php?main_page=product_info&cPath=7&products_id=113‎‎/star-lamps/mexican-star-light-with-flower-pierced-design-in-bronze-13-p-113‎

I hope this will go away after a while. Current listings in Google search results are redirecting correctly to the new url's. One thing seems still strange to me. If I am on my site and paste the old url in the browser, I get an error message saying:
ALERT:
Firefox has detected that the server is redirecting this request in a manner that will never complete.

Redirect from links on other sites or search results works fine. I just wonder why this is.

All other duplicates are Zen Cart typical New Listing and All listing pages where there is page after page with the same meta tags.

Other than the listed problem, all seems fine and already some of the SSEO url start popping up in search results. I noticed a higher crawl rate the last few days as the search spiders seem to play catch up with the new url's.

30 Dec 2008, 3:43 PM
#1744
yellow1912 avatar

yellow1912

Totally Zenned

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

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

You can not have links like this:
‎/index.php?main_page=product_info&cPath=7&products_id=113‎‎/star-lamps/mexican-star-light-with-flower-pierced-design-in-bronze-13-p-113‎

An example of old link redirection:
http://demo.rubikintegration.com/zencart/index.php?main_page=product_info&cPath=49_52&products_id=111

It is never generated in the first place. How did you get it?

30 Dec 2008, 4:07 PM
#1746
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

OK here are the links I am talking about:

All are for mydanilo.com

/index.php?main_page=product_info&cPath=7&products_id=113‎

new

/star-lamps/mexican-star-light-with-flower-pierced-design-in-bronze-13-p-113‎

paste the first link in your browser and see the Alert.

30 Dec 2008, 4:10 PM
#1747
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

and you are right, redirect works fine if you click the link you put up in your last post. The problem is if you paste the link in your url box in your browser. See then what happens. Don't get it that clicking a link works but typing the old url does not?

Don't know if anybody would ever do this but seems strange...

30 Dec 2008, 4:19 PM
#1748
yellow1912 avatar

yellow1912

Totally Zenned

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

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

mydanilo:

and you are right, redirect works fine if you click the link you put up in your last post. The problem is if you paste the link in your url box in your browser. See then what happens. Don't get it that clicking a link works but typing the old url does not?

Don't know if anybody would ever do this but seems strange...

The reason is simple: You may not see it, but when you copy and paste such link into the browser, there is a very special character (probably the line break character) included, Try to copy the link you posted to notepad and you will see a very weird square character in it (since notepad can't understand it) So when you append that to your browser, and that link is passed to SSU, it actually sees something very weird and trying to redirect (and fail). In reality, spiders and customers following old links never encounter such problem. (you mentioned that google has no problem going to the new ones from the old links) Anyhow, I will see if I can address this by trying to take out all these weird characters.

30 Dec 2008, 4:46 PM
#1749
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Looking a bit more closely, I notice that some of the duplicates are caused by the old zen url's and now the new SSEO links are considered duplicates. SSU uses 301 redirect, so the search engines should realize soon that the old links are now moved permanently. > All other duplicates are Zen Cart typical New Listing and All listing pages where there is page after page with the same meta tags. I dont think this has anything to do with SSU?:)

30 Dec 2008, 7:53 PM
#1750
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

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

Thank you for taking the time to explain. Makes sense.

31 Dec 2008, 7:32 AM
#1751
elgar avatar

elgar

New Zenner

Join Date:
May 2008
Location:
Ukraine
Posts:
71
Plugin Contributions:
0

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

Hi! I have given a try to Ultimate Seo URl which I have downloaded from the free add-ons section. But since my store is Russian, the URLs came out with question marks. Obviously it just took the names of my products in Russian. How do I solve the problem? Could anyone give me an idea?

31 Dec 2008, 1:50 PM
#1752
yellow1912 avatar

yellow1912

Totally Zenned

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

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

elgar:

Hi! I have given a try to Ultimate Seo URl which I have downloaded from the free add-ons section. But since my store is Russian, the URLs came out with question marks. Obviously it just took the names of my products in Russian. How do I solve the problem? Could anyone give me an idea?
I think you should go ultimate seo url thread to ask this question.

31 Dec 2008, 2:17 PM
#1753
elgar avatar

elgar

New Zenner

Join Date:
May 2008
Location:
Ukraine
Posts:
71
Plugin Contributions:
0

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

yellow1912:

I think you should go ultimate seo url thread to ask this question.

Maybe I should have written my post there, but I'd try the simple seo url. I just need to know if this mod will work with Russian.

31 Dec 2008, 2:23 PM
#1754
yellow1912 avatar

yellow1912

Totally Zenned

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

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

elgar:

Maybe I should have written my post there, but I'd try the simple seo url. I just need to know if this mod will work with Russian.
Yes it does, it uses translit to displays the names (if you know what I mean)

31 Dec 2008, 2:28 PM
#1755
elgar avatar

elgar

New Zenner

Join Date:
May 2008
Location:
Ukraine
Posts:
71
Plugin Contributions:
0

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

Ok, thank you, I'll try then. I know what translit is.

31 Dec 2008, 4:56 PM
#1756
kpkratz avatar

kpkratz

New Zenner

Join Date:
Jul 2007
Posts:
2
Plugin Contributions:
0

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

This module works great!! It was a flawless install once I found the instructions at the developer's web site / wiki site here:

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

Including the link in the read me file with the contribution would have helped me out.

I'm using Zen Cart 1.3.8a with the following modules: Easy Populate, Image Handler 2, Super Tracker, FAQ Manager, Link Manager, Cross Sell Advanced, Cross Sell, Google XML Sitemap, and Grid View. (plus the non functional Event Calendar and Database Backup - MySQL ).

Excellent Work!!!!!:clap:

31 Dec 2008, 5:14 PM
#1757
kpkratz avatar

kpkratz

New Zenner

Join Date:
Jul 2007
Posts:
2
Plugin Contributions:
0

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

LOL never mind ... the link IS in the Readme file. :yes:

2 Jan 2009, 10:02 PM
#1758
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

I have found a small bug:

When we select a manufacturer, and we select alpha_filter_id (article starting with), without it does click in all categories...The arrangement(ordination) does not work

I believe that it gives a problem because filter_id = i does not have value

I have proved it in the demo

http://demo.rubikintegration.com/zencart/index/manufacturers_id/9/sort/20a/filter_id/alpha_filter_id/72

Regards

2 Jan 2009, 10:18 PM
#1759
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

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

What do you mean by arrangement/ordination does not work? It works to sort with the sorter both in my shop and Yellow's demo store on other product listing pages, the one you linked to ONLY has items starting with H LOL....I guess I am not understanding exactly what bug you see lol and I want to so I can check in my store properly :)

edit I think I understand where you are getting at, need to use a different manufacturer to demonstrate though LOL

http://demo.rubikintegration.com/zencart/index/manufacturers_id/3

Once at the manufacturer page if you try to sort it by letter then it doesn't appear to sort properly....is this what you were meaning?

2 Jan 2009, 10:51 PM
#1760
danilovig avatar

danilovig

New Zenner

Join Date:
Nov 2007
Posts:
65
Plugin Contributions:
0

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

yes,

http://demo.rubikintegration.com/zencart/index/manufacturers_id/3/sort/20a/filter_id/alpha_filter_id/66

It happens to me when I select a manufacturer, the first bent one has (all categories), and selects any letter it me does not work, does not order(arrange) me

Include Product Listing Alpha Sorter Dropdown=true , in the admin-->configuration -->product_listing