Page 1 of 1

SEO Key word limit?

Posted: Wed Aug 14, 2019 1:10 pm
by zedrally
OC2.0.3.1
Multi-Store (3)
I'm running into a problem with SEO Keywords in the Product Page.
Some keywords fail to show the Product page, ie the Product shows in Category, when selected the product page defaults to " page not found"
By eliminating the SEO keyword the page will show, however this is not ideal for obvious reason.
Is there a character limit of SEO or cold there be another reason?
TIA

Re: SEO Key word limit?

Posted: Wed Aug 14, 2019 2:19 pm
by thekrotek
The only limit is in url_alis database table - 255 characters.

Re: SEO Key word limit?

Posted: Wed Aug 14, 2019 8:25 pm
by cedcommerceteam
Hello Zedrally,

As you know the SEO Url are stored in `url_alias` table and the Keyword is a varchar(255) which means 256 characters long. So the limit of SEO Keyword is 256 characters long as it starts from 0 so its length is given 255.
I would suggest to have a look at the default product page url, might be it is missing some specific key which is required to represent a page.

Thanks.
Best Regards :

Re: SEO Key word limit?

Posted: Wed Aug 14, 2019 8:35 pm
by thekrotek
cedcommerceteam wrote:
Wed Aug 14, 2019 8:25 pm
As you know the SEO Url are stored in `url_alias` table and the Keyword is a varchar(255) which means 256 characters long. So the limit of SEO Keyword is 256 characters long as it starts from 0 so its length is given 255.
I would suggest to have a look at the default product page url, might be it is missing some specific key which is required to represent a page.
But I've told the same above, just shorter. What's the point in repeating other developer's replies?

Re: SEO Key word limit?

Posted: Fri Aug 16, 2019 4:44 pm
by zedrally
Thanks, I need to be more less generous in SEO Key word length. :)

Re: SEO Key word limit?

Posted: Sat Aug 17, 2019 2:15 pm
by cedcommerceteam
zedrally wrote:
Fri Aug 16, 2019 4:44 pm
Thanks, I need to be more less generous in SEO Key word length. :)
Yes :)
Welcome