Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-render static pages to make them indexable by search engines #13

Open
Stvad opened this issue Aug 26, 2023 · 2 comments
Open

Pre-render static pages to make them indexable by search engines #13

Stvad opened this issue Aug 26, 2023 · 2 comments
Labels
wontfix This will not be worked on

Comments

@Stvad
Copy link

Stvad commented Aug 26, 2023

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:

  • 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
@logseq-cldwalker
Copy link
Contributor

logseq-cldwalker commented Aug 31, 2023

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 logseq-cldwalker added the wontfix This will not be worked on label Aug 31, 2023
@logseq-cldwalker 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants