You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also fix that we block replies/search from being scraped (blocking results is fine, and the page isn't that important, but it is not in fact blockworthy)
Google still seems to not index second pages of threads (at least not well enough you can search for terms in them, whereas you can search for terms on the first pages).
https://github.com/kjvarga/sitemap_generator#adding-links is a gem for it, and it looks like you generate the sitemap on a cronjob on a background worker. Could be useful? We can even pass last modified attributes, which may help with crawlers getting all over the site (but we may need to be careful around layout changes there).
Also:
/posts/:id?page=:page
should be/posts/:id/page/:page
, perhaps? See here for information on how.The text was updated successfully, but these errors were encountered: