Has anyone created SEO's words, sentences from products in a database ?
In a webshop, filled with products names, descriptions, options there is a lot of info that Google search can index, if provided the right way.
In Prestashop (webshop) you can give each products the folowing info :
Meta Title (70 chars)
Meta description (160 chars)
and TAGS (as many as you want)
The trick is to change common words, delete words, replace words in the Product Name, or Product description from the database.
Sample (As I think thats the way I need to go)
Product ID : 22150
Products Name : Safety Shoe Dassy Jupiter S3 Low model SP1
Description :
Veiligheidsschoen Dassy Jupiter S1P
- stalen neus en composiet zool
- ademend bovenleder
- voering plasmafeel
- lichtgewicht en grote flexibiliteit
I need to extract every word from description, mayby also in the Name, BUT i also need to eliminate not usefull words like (en, grote, voering, ...)
There are some functions in FWH that can do this easely (I believe transpose) not chequet. and put it in a array.
I could create a array from a list (file) that has the words to eliminate, and check if it exist.
Now the tricky part : I would like to see all the individuale words, and make a composition of 2 or 3 words.
Sample : selected list words : Dassy, Jupiter, S1P, Neus, Composiet, Zool, bovenleder, plasmafeel
I need a quick way to select : Dassy Composiet or Composiet zool or jupiter composiet, ....
Any ideas to get me started or has anyone started something like this?
Marc