Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-07-2018 02:27:51

ElectroSpares
Member
Registered: 07-11-2009
Posts: 66

SEO Search results Ver9

I am guessing the search box results come from the SEO meta keywords, the problem here is they seem to be set at max 250 characters while some of or products we sell fit so many models that we really would need to be able to list at least 500 characters? Or can we place these keywords in another section where they will be displayed under the search results?

Kind regards
Andrew

Offline

 

#2 06-07-2018 08:09:31

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: SEO Search results Ver9

In K9, searches are done against different columns when doing Ajax searches versus submitting the search form for a regular/advanced search.  At the top of the file {private}/apps/ecom/ECOM_Prod/ECOM_Prod.php you will see the following, which indicates which fields get searched:

Code:

var $prodsearchfields_adv  = array('id', 'name', 'prodnum', 'catfeatgridname', 'keywords');
var $prodsearchfields_ajax = array('id', 'name', 'prodnum', 'catfeatgridname');

You could add another field to the database (add tp the ecom_prod table in Raw DB Admin) and add the column name to those variables in ECOM_Prod, or you could expand the keywords column by executing a Raw SQL Statement in Raw DB Admin and just continue to use that field:

Code:

ALTER TABLE ecom_prod CHANGE COLUMN keywords keywords TEXT DEFAULT ''

Nick Hendler

Offline

 

#3 01-14-2019 03:13:49

Denhamo_94
Member
Registered: 01-10-2019
Posts: 1
Website

Re: SEO Search results Ver9

Strength of keywords depends on the advanced searched options. I think long tail is more useful than shot ones. Rather usage of regular tricks promotional activities are bringing us on top till now. But now our seo services providers are ready to go for complex data orientation. I am also okay with the idea of trying pop up ads once.

Last edited by Denhamo_94 (01-14-2019 03:14:13)

Offline

 

#4 02-19-2019 02:24:13

newtoninfo
Member
From: indonesia
Registered: 02-19-2019
Posts: 1
Website

Re: SEO Search results Ver9

how is the most effective way to increase traffic?

Last edited by newtoninfo (02-19-2019 02:28:49)

Offline

 

#5 02-19-2019 07:44:28

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: SEO Search results Ver9

Proper SEO setup, using extension modules like MicroData and GoogleShopping, proper configuration of SiteMaps and robots.txt files, entering proper meta information for your global settings, html pages, categories and products, running full SSL, etc.  Basically all the stuff the SEs ask you to do.


Nick Hendler

Offline

 

#6 03-28-2019 00:58:44

katetasilla
Member
Registered: 03-28-2019
Posts: 1
Website

Re: SEO Search results Ver9

Can we use this feature at different locations/purposes? Please advise.

Offline

 

#7 03-28-2019 06:39:25

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: SEO Search results Ver9

SEO in K9 is built to be flexible, so it will work for you no matter what type of content/products you have.


Nick Hendler

Offline

 

Board footer