fiatjaf / njump

mirror of https://git.njump.me/njump
MIT License
106 stars 22 forks source link

SEO option: Limit the length of event content that can list in the sitemap. #60

Open cxplay opened 3 months ago

cxplay commented 3 months ago

Most metadata search engines are reluctant to list pages with minimal content, however in social media short text notes are base.

So I think, it may be better to limit the number of words (content length) that can be listed in the sitemap for an event. A lot of "GM" doesn't make much sense not only for humans, but for robots as well. Of course I can only assume that sitemap is only for metadata search engines, so for newer like Kagi, our proactive SEO is still important.

And more: https://github.com/fiatjaf/njump/issues/31 https://github.com/fiatjaf/njump/issues/59

cxplay commented 3 months ago

Of course, for SEO purposes it's possible to display more complete threads on a page to provide more content, but njump does a disservice to client-side developers by doing so. So filter content (only in sitemap) that has at least some length advantage is a more SEO-friendly approach, without breaking the existing page design.