4
I haven't started yet but my idea is to combine 2 tutorials and a little insight into great SEO statics inside Xoops.
1. Create the page you want in content.
2. Create minimal XOOPS module
3. Inside the index.php file were it says
* echo "Hello World"
place a php break before it and a php start after.
4. View source of content page created and copy "just" the section that would be in the main block.
5. Paste that section over the "echo "hello word section. You know have a static module.
6. Go back into content and hide the same page in content from the world but save it in case you need to do some quick edits.
7. This part I haven't tested but it should work in theory.
Replace meta name info section with if/else statement found here.
https://xoops.org/modules/smartfaq/fag.php?faqid=362Instructions on minimal XOOPS module is in the wiki section.
https://xoops.org/modules/mediawiki/index.php/A_minimal_Xoops_moduleThis should work for some of the pages I really want to stick out. Like the home page.