The description prop in IOSeo.js doesn't seem to ever be used. Can we remove it?
I'm counting on slug being the first part of the url which seems to work, but let me know if there are any cases where this isn't true.
I did some reading on character limits for meta title/descriptions. It seems the limit for title is ~70 and description ~160. However these are apparently automatically truncated if they are too long, so I did not do any manual truncating of the strings and wanted to leave this open for discussion.
https://issues.newrelic.com/browse/NR-35139
The
description
prop in IOSeo.js doesn't seem to ever be used. Can we remove it?I'm counting on slug being the first part of the url which seems to work, but let me know if there are any cases where this isn't true.
I did some reading on character limits for meta title/descriptions. It seems the limit for title is ~70 and description ~160. However these are apparently automatically truncated if they are too long, so I did not do any manual truncating of the strings and wanted to leave this open for discussion.