Bookstack: [Question] webcrawler, search engine, sitemap

Created on 7 May 2019  路  4Comments  路  Source: BookStackApp/BookStack

Hello,

I hava question concering search engine optimization. How good is a public Bookstack searchable for a search engine and is there anything I can do to optimize it? Create a sitemap or similar?

Great update (0.26.0) by the way :)

Greetings Julian

Question

Most helpful comment

Just in case this helps someone else who ends up here. For our documentation site I needed to generate a sitemap. Ended up creating a robots.txt file and excluded URLs like */export/, /search, /dist/ etc. Then used ScreamingFrog to generate a sitemap and works great. Quite simple for a sitemap. The SEO bit with keywords etc will need some work from BookStackApp I guess.

All 4 comments

Hi @JHenneberg,

Great update (0.26.0) by the way :)

Thank you very much, glad you like it!

How good is a public Bookstack searchable for a search engine and is there anything I can do to optimize it? Create a sitemap or similar?

To be honest I'm not really sure, The most likely uses for BookStack are within private or controlled environments, So I've not had much experience. I generally try to ensure headers are properly used and the editor kind of enforces clean code output which should help. BookStack is server-side generated with JS only used for dynamic areas so it should be well compatible with the search engine crawlers.

BookStack does lack the use of many bits of metadata that sites often use to help SEO and parsing such as opengraph or schema.org tags.

A sitemap will help search engines at least find all your pages, probably worth doing, there's a few different online services that will quickly generate a sitemap for you.

To be totally honest, I'd imagine the hardest part will be the typically difficult SEO challenges of building your site reputation with reputable inbound links and providing fresh unique content for your focused target topics that will help you stand out.

thanks for the answer so far. This is a good start to dig deeper.

@JHenneberg No problem, Since the original comment was answered I'll close this but feel free to open a new issue for future questions or feature requests.

Just in case this helps someone else who ends up here. For our documentation site I needed to generate a sitemap. Ended up creating a robots.txt file and excluded URLs like */export/, /search, /dist/ etc. Then used ScreamingFrog to generate a sitemap and works great. Quite simple for a sitemap. The SEO bit with keywords etc will need some work from BookStackApp I guess.

Was this page helpful?
0 / 5 - 0 ratings