This is a discussion on Meta keywords within the v3.1 Questions & Support forums, part of the v3.1 Legacy Help & Support category; Hi, Is it possible to increase the number caracters for keywords for the site? I've not enough room for my ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
Is it possible to increase the number caracters for keywords for the site? I've not enough room for my keywords to put in. Please let me know,
__________________
Greetz...Pieter v3.1.10 Developer www.paardenverkoop.net ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#2
|
||||
|
||||
|
Are you referring to the size of the input field or is mysql trimming it to a certain length?
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#3
|
||||
|
||||
|
I don't know what you mean exactly but what I do know is that
what I put in the admin section doesn't show all the keywords in the frontsite. When you look at the source of the site you can see what I mean..... The keywords are suddenly cutoff.... example: <meta name="Keywords" content="paarden,pony's,veulens,paard,pony veulen,merrie,hengst,fries,arabier,paardenverkoop. net,andalusier,anglo-arabier,paarden verkoop, paarden te koop,verkoop paarden, horse, horses, horses for sale, free ads, pferde zu verkauf, pferde, pferd, marathonwagen, p" /> Eventhough I've given more keywords in the admin section.....
__________________
Greetz...Pieter v3.1.10 Developer www.paardenverkoop.net ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#4
|
||||
|
||||
|
I understand. This is because of the field type in the database. If you open the admin table and view keywords you should be able to change it to something like varchar(255) or something higher.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#5
|
||||
|
||||
|
Hi Erik,
Could you be more specific in means of where and how? I don't have a doctoral degree in scripting.. Thanx...
__________________
Greetz...Pieter v3.1.10 Developer www.paardenverkoop.net ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
|
#6
|
||||
|
||||
|
If you have something like phpmyadmin installed you can run a query like this:
Code:
ALTER TABLE `class_admin` CHANGE `keywords` `keywords` VARCHAR( 455 ) NULL DEFAULT NULL
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | Twitter |
|
#7
|
||||
|
||||
|
Thanx Erik,
That worked like a charm....
__________________
Greetz...Pieter v3.1.10 Developer www.paardenverkoop.net ----------------------------------------- "What's on your mind?...Skull.....skin....hair..... " |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Meta Meta :-) | CB | v3.1 Questions & Support | 6 | 09-07-2008 05:53 AM |
| How To Make Each Page Have A Unique Name, Desc & Keywords | bgordon | v3.1 Questions & Support | 15 | 04-07-2008 03:22 PM |
| Keywords Question | bikesource | v3.1 Questions & Support | 6 | 05-25-2007 01:47 PM |
| If statement in meta tag Title | SkGold | v3.1 Modules & Modifications | 2 | 04-12-2007 01:36 AM |
| what's your site's best page rank? | buyusedtoyotas | Site Marketing | 5 | 07-10-2006 12:42 PM |