It will be good to increase meta tag max length. It currently set to 255. I'm understand that having very long descriptions is not a good, but in some cases used length are longer. Maybe better increase it to 512?
It will be good to increase meta tag max length. It currently set to 255. I'm understand that having very long descriptions is not a good, but in some cases used length are longer. Maybe better increase it to 512?
Comments
Comment #1
drupalninja99 commentedCan we just remove it all together? The max-length is completely arbitrary bc this is not a storage limitation. Many site editors pack a TON of keywords (I know with little or no search engine impact) and this is really bogging us down.
Comment #2
drupalninja99 commentedThis patch was from alpha6
Comment #3
damienmckennaThe default value for #maxlength is 128, so we *need* this.
Comment #4
damienmckennaLeaving this on the backburner for now, the field can be altered using hook_form_alter() if need.
Comment #5
damienmckennaActually I'm going to mark this as a duplicate of #1715262: Meta description too short, which has a patch file that increase the limit to 1024.
Comment #5.0
damienmckennafix spelling