AbanteCart Community

General Topics => SEO => Topic started by: Karlos on February 16, 2016, 12:46:51 PM

Title: SEO URL
Post by: Karlos on February 16, 2016, 12:46:51 PM
SEO URL is enabled and seems to be working except it is not working on all pages.  It seems to work on all products but not on all categories.  It seems to work on first and second level categories but not third level categories.  Any ideas anyone ?

Title: Re: SEO URL
Post by: Basara on February 17, 2016, 12:40:47 AM
It seems to work on all products but not on all categories. 

Hello. Did you generate SEO url for all categories?
Title: Re: SEO URL
Post by: Karlos on February 17, 2016, 03:22:39 PM
Hi Basara,

Thanks for the response.  Yes I always make sure I generate a URL when setting up a category or product.  I have just been back to check and I have done this.  Just seems odd that first and second parent category are OK but the third will not generate seo URL.  In system settings I have use SEO URL's turned on. The htaccess.txt has been changed to .htaccess.  Could there be a problem with the apache module rewrite ?

Thanks
Title: Re: SEO URL
Post by: Basara on February 18, 2016, 01:58:19 AM
Hello.

As for me third level SEO url works fine in the AbanteCart 1.2.5
Contact with your hosting provider maybe they give some light on this problem
Title: Re: SEO URL
Post by: Karlos on February 22, 2016, 04:03:33 PM
Hi,

I asked my host to look at the .htaccess file and they confirmed that the mod rewrite is installed correctly and active.  What I have noticed is that by the time I get to the third child category or beyond, the seo friendly url is there except added at the end of each url is the following:    ?sort=date_modified-ASC  .  If I then delete this part or the url in the browser, the same web page appears with the correct url.  So this looks like I have duplicate pages with seo friendly url's and some without.  The question is how can I stop the duplicate pages and why do the categories link to the unfriendly url'S?

I hope that make sense !

Thanks
Title: Re: SEO URL
Post by: Basara on February 23, 2016, 01:05:27 AM
Hello.

When you use AbanteCart admin interface and create categories with same name like "New category" - AbanteCart will generate unique seo urls new-category new-category_72 (category id)..... so seo url can Not be duplicated in this case. 

If you create categories manually for example via CSV Import or Manual database edit in this case you can made duplicates.
Title: Re: SEO URL
Post by: Karlos on February 23, 2016, 04:32:21 PM
Thanks for the response Basara.  None of the categories were created manually, all  used AbanteCart to generate url's.  Im really struggling with this now  :( . the site is www.kal-tech.co.uk  if it helps to see what is happening.

Thanks
Title: Re: SEO URL
Post by: Basara on February 24, 2016, 01:01:28 AM
Hello. Login to your AbanteCart administration and clear AbanteCart cache, next open categories which one not work and try to Generate new urls. Check then do you have same keyword or new?

Title: Re: SEO URL
Post by: Karlos on February 24, 2016, 02:17:41 PM
Hi,

Just tried that and it generates the same keyword.  I have also tried creating  a new test category called "test category" , with one parent category.  I generated a keyword which was "test-category" This works ok. I then generated another category using "test category" as the parent, I called this "test category two".  I generated the keyword which was "test-category-two".  When I display the test category two page in my browser the url is kal-tech.co.uk/test-category-two?sort=date_modified-ASC.  Any more ideas   ?????
Title: Re: SEO URL
Post by: Basara on February 25, 2016, 02:27:50 AM
Hi. Please send me privately access to your Admin. I will try to see your configuration
Also make sure your .htaccess file is default AbanteCart file
https://github.com/abantecart/abantecart-src/blob/master/public_html/.htaccess.txt
Title: Re: SEO URL
Post by: Basara on February 29, 2016, 02:44:58 AM
Hello.

I have created few new categories and all of them work with SEO URLS on your site. For the  ?sort=date_modified-ASC addition it is related to the Sort Products as default by setting Admin > System > Settings > General
Title: Re: SEO URL
Post by: Karlos on February 29, 2016, 05:15:05 PM
Hi Basara,

Thank you for taking the time to look at my site, I really do appreciate it.

The ( ?sort=date_modified-ASC)  addition at the end of the URL is still not really making sense to me.  I see that it is related to sort products but this is added regardless of any products being present or not.

With the new categories that you have created I have since added a few more categories and each category after category 2 adds the  ( ?sort=date_modified-ASC)  after the URL even though no products are present.  I noticed the final category that you created added the ( ?sort=date_modified-ASC) addition with no products being added. Obviously this is not an seo friendly URL so should this really be happening ?  I am finding on my first and second level categories are found in Google but the other categories are not.

I have now added 2 products to the new category2 and when accessed from the drop down menu it shows url without ( ?sort=date_modified-ASC) addition.  If this same category is accessed by clicking straight on the category 1 tab(without using drop down menu), then click on category 2, the url  now adds ( ?sort=date_modified-ASC).

If you need to log on and have another look then log on details still the same.

Thanks again

Karl





Title: Re: SEO URL
Post by: Basara on March 01, 2016, 04:22:10 AM
Hi.

I am not the best in SEO but according to google "Providing search engines with dynamic URLs should be favored over hiding parameters to make them look static." take a look  https://moz.com/blog/dynamic-urls-vs-static-urls-the-best-practice-for-seo-is-still-clear

Feel free to post what you think. If this really critical for many users we can think how to resolve in next versions.
Title: Re: SEO URL
Post by: Karlos on March 01, 2016, 03:38:51 PM
Hi,

Thanks for the link, it's  an interesting article.  It sounds like from the article that Moz disagree with Google and prefer static URL's for SEO.  I'm no expert but from what I see I probably agree with Moz.  Pages on my site with static URL seem to get found by google and some rank quite well for their keywords.  The ones with Dynamic URL's do not seem to get crawled by google easily and do not get found for their keywords.   A quick search on google for any product and 90% of the web pages returned on the first few pages seem to have static pages, with the exception of Amazon. Not sure if that tells us anything!

It may be nice if it could be addressed possibly in the next version. 

Anyway thanks for all your help,  keep up the good work with Abantecart as it is definitely  the best shopping cart software out there !
Title: Re: SEO URL
Post by: eCommerce Core on March 03, 2016, 10:47:10 PM
Fixed to show to sorting on default listing, but if sorting is changed, there will be sort params visible in URL. This can not be removed.

https://github.com/abantecart/abantecart-src/commit/0f585fe750b1305a1c9929757752123b0a758c46

Title: Re: SEO URL
Post by: Risha Rommi on July 13, 2016, 06:44:02 AM
URL grammar and structure can both hurt or help your SEO endeavors. Take in the best practices for SEO and how to secure yourself
Title: Re: SEO URL
Post by: Basara on July 13, 2016, 06:46:55 AM
Hi. Any suggestions?  ;)
Title: Re: SEO URL
Post by: BryanWalters on August 23, 2016, 09:46:26 AM
Thanks Basara for giving important tips to optimize website URLs.

 :)
Title: Re: SEO URL
Post by: Natashawilliams on December 23, 2016, 05:47:09 AM
in SEO URL structure is one of the main factor to get keywords ranked on search engine
Title: Re: SEO URL
Post by: Basara on December 23, 2016, 05:50:38 AM
Hello.

Unique content is key to your site's overall quality. SEO URLs important to make urls more human readable
Title: Re: SEO URL
Post by: AnonPanda on August 16, 2018, 02:43:50 AM
An SEO-friendly URL structure is the following things: Easy to read: Users and search engines should be able to understand what is on each page just by looking at the URL. Keyword-rich: Keywords still matter and your target queries should be within URLs
Title: Re: SEO URL
Post by: itstrisha on September 24, 2018, 01:47:26 AM
This is something new to me! I haven't faced such issue yet but looking forward to the best possible solution to it for being ready. :o
Title: Re: SEO URL
Post by: aminjalal79 on April 22, 2021, 03:35:34 AM
hey there
thanks for your topic
I have a persian website and i wanna know if it's make any diffrence to set the url in persian or english
Title: Re: SEO URL
Post by: lenkaplum on April 26, 2021, 02:24:42 AM
Use a max of two folders per URL. If you're unsure of what I mean by “folders,” they're simply the slashes you see between text in a URL.
           
Title: Re: SEO URL
Post by: Palanivel Raja on June 20, 2021, 05:28:33 AM
Do URL Rewrite in .htaccess
Title: Re: SEO URL
Post by: jimcooncat on June 20, 2021, 06:34:38 AM
I am not the best in SEO but according to google "Providing search engines with dynamic URLs should be favored over hiding parameters to make them look static." take a look  https://moz.com/blog/dynamic-urls-vs-static-urls-the-best-practice-for-seo-is-still-clear

If this is true, then maybe I'll just turn my SEO Urls off instead of trying to fix the problem I'm having with them! Anyone's thoughts appreciated.
Title: Re: SEO URL
Post by: etbandung on August 25, 2021, 01:18:03 AM
many factors that can optimize ur domain / url by learning from ytb videos it help a lot actually when ur actually managing ur own website
Title: Re: SEO URL
Post by: liyaliyasilas on April 07, 2022, 07:15:08 AM
I think you should use rel=canonical for making it unique; it will be helpful to index your desired URL