Posts: 460
Threads: 86
Joined: Oct 2015
Reputation:
51
2021-02-06, 03:52 AM
(This post was last modified: 2021-02-06, 06:26 AM by Waleed B.. Edited 2 times in total.)
Hey Frost just need some advice. I'm using the plugin's sitemap just want to know if I applied it correctly in Google Search Console.
I submitted
https://sharree.com/sitemap-index.xml
https://gyazo.com/a1ee916dd91b71183f551dd70197e491
Google Search Console tells me its only discovered 20 urls and when I click for more detail it tells me its only read the forums.xml doc. So I'm guessing the 20 urls read are probably the forums.
https://gyazo.com/ec3333a0cdb1cafffbb8e6fcbb04f535
Is something wrong here?
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.
Posts: 460
Threads: 86
Joined: Oct 2015
Reputation:
51
2021-02-18, 04:48 AM
(This post was last modified: 2021-02-18, 04:54 AM by Waleed B.. Edited 1 time in total.)
Hey Frost thanks for your response. Got a second question for you. I'm trying to use the Google SEO Tweaks setting (use specific forum as your index page). I set the ID to 2. Now when I load my forum it still loads the core index.php file as my index and when clicking on Forum 2, that forum instead of loading the forumdisplay, it redirects to the core index.php.
Shouldn't it be making forumdisplay=2 the index page? Could there be something wrong in the code? I've tested this on my main site and on a fresh MyBB site
https://gyazo.com/5343209f0685954e006be55c40d4987a
Actually solved it. I'm unsure if this was actually the solution but it worked and if someone is trying to use their forumdisplay as index here's how.
1. Set the forum ID in the Google SEO Tweaks setting
2. Add this line of code to your .htaccess
#Alternate default index page
DirectoryIndex forumdisplay.php?fid=2
(Replace 2 with your forum ID)
Name's Waleed, I'm a graphic and web design (2015) graduate from Canada. Self-employed and lending my design skills to the MyBB community.