arnaudsm / raito

Mini Markdown Wiki/CMS in 8kb of JavaScript
https://raito.arnaud.at
MIT License
106 stars 13 forks source link

SEO friendly its not well documented and promoted CloudFlare #36

Open mckaygerhard opened 1 year ago

mckaygerhard commented 1 year ago

the SEO its not well explained( #26 ) , or maybe there's a bug, cos it said: disabled by default, since it requires a default redirection to index.html

means that due index.html is the default rendering and the javascrip only parsed the content of the file, the web server need to provide a way to rewrite the url that always request the index.html as end point of each root web page ?

but :

i put to true browserRoute and sitePAth to "/wiki"

so due last case its called from "index.html" as you pointed, works but you never defined a more explicit method to get such results, i only got a vage idea using rewrite, event spend in CloudFlare and give more importance to a enterprise..

also navbar fails in rare cases:

image

arnaudsm commented 1 year ago

I agree, giving Cloudflare as the only example was a bit lazy from me. Which other servers examples would you like ? Nginx and Apache ?

mckaygerhard commented 1 year ago

I agree, giving Cloudflare as the only example was a bit lazy from me. Which other servers examples would you like ? Nginx and Apache ?

about SEO, i am making furthest investigation for examples and provide more explicit documentation.. for now .. i want to implement your great wiki "engine" in my documentation site and blog! @arnaudsm

mckaygerhard commented 1 year ago

oh i forgotten, i an testing in most rare servers, not only apache2 or nginx.. in fact i do not tested yet those "windoser like" flavours of servers :laughing: that is so so well used