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
The fact that there is at least one page pre-rendered is exciting because it implies that infrastructure for it is already there.
It'd be great if there were an option to pre-render all the pages (optionally - only pages tagged with a particular tag)
With many pages actual pre-rendering may take some time but:
After initial build - it can be done incrementally only for changed pages, which should take minimal time
You can make it opt-in - I imagine people who value SEO/searchability of the website would be happy to take increase build time as a tradeoff
The text was updated successfully, but these errors were encountered:
Hi @Stvad. Pre-rendering pages or rendering multiple static pages is a large effort that's outside of the scope of this project as this project only supports the single page application that the Logseq app provides. Awhile back we had a contributor who worked on this as a separate project but unfortunately he stopped it. There are some projects that may provide some of the functionality you want:
If those don't work, I'd recommend opening a feature request on https://discuss.logseq.com/c/feature-requests/7 so users can vote on this or commenting in logseq/logseq#7117. Even better would be building a solution that works for you and sharing it with the community like these examples:
logseq-cldwalker
changed the title
Pre-render pages to make them indexeable by search engines
Pre-render static pages to make them indexable by search engines
Feb 12, 2024
Currently only the main page of the export is pre-rendered (and correspondingly indexed by Google. to use Logseq docs as an example: https://www.google.com/search?q=site%253Ahttps%253A%252F%252Fdocs.logseq.com)
The fact that there is at least one page pre-rendered is exciting because it implies that infrastructure for it is already there.
It'd be great if there were an option to pre-render all the pages (optionally - only pages tagged with a particular tag)
With many pages actual pre-rendering may take some time but:
The text was updated successfully, but these errors were encountered: