q2a / question2answer

Question2Answer is a free and open source platform for Q&A sites, running on PHP/MySQL.
http://www.question2answer.org/
GNU General Public License v3.0
1.63k stars 629 forks source link

SEO and Favicon #913

Closed EliasPereirah closed 1 year ago

EliasPereirah commented 3 years ago

I find q2a a very complete and nice I found this platform very complete and nice. I would like to contribute by suggesting two things that are still missing to make it even better. I think SEO question can be improved with JSON-LD or other alternative. I also realized that there is no way to put favicon, I could be wrong, because I started using the platform now. But I didn't find this option.

EliasPereirah commented 3 years ago

Also i think it would be great to have the option to not index certain pages, like the register page.

svivian commented 1 year ago

There's no direct option for a favicon, but you can use the option in Admin > Layout > "Custom HTML in <head> section of every page" and put in the HTML for a favicon.

JSON-LD is something I'll look into when I can, it was brought up in #855

For indexing you can use robots.txt to exclude certain pages.