I put in a meta tag for a product. The input for the description is a textarea. To test a theory I hit the carriage return before the last word to put it on the next line. When in merchant.mvc I view the source I see:
<meta name="description" content="Great movie with Dean
Jones">
Is it ok to have carriage returns in meta tag desriptions?
Shouldn't there be a /> at the end instead of just the >
I still need an API version (other than 5.00) because of the meta tag feature.
<meta name="description" content="Great movie with Dean
Jones">
Is it ok to have carriage returns in meta tag desriptions?
Shouldn't there be a /> at the end instead of just the >
I still need an API version (other than 5.00) because of the meta tag feature.
Comment