Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 6, 20169 yr So I was just wondering why when I look at my sitemap there are no Topics listed in there but on IPB official sitemap there are? https://community.invisionpower.com/sitemap.php Now I am just using the "Recommended settings" function of the sitemap. I have went and looked at each forum and they are all set to "1". So why when using the default setting are topics not added? Can anyone explain?
October 18, 20177 yr Dont know why nobody answered you i have the same problem : sitemap not showing all topics : only 10% i dont know why, standard settings...
October 18, 20177 yr 1 minute ago, Durango said: Dont know why nobody answered you i have the same problem : sitemap not showing all topics : only 10% i dont know why, standard settings... Have you reviewed the forum settings? Make sure that none of your forums is excluded from the sitemap
October 18, 20177 yr Hi I just had a look, where do i check those forum settings ? i looked at the page : &app=forums&module=forums&controller=settings but i didnt see any setting related to sitemap in my sitemap.php i only have one line : /sitemap.php?file=sitemap_content_forums_Topic_1 with only 250 topics whereas i should have Topic_2, Topic_3 etc with 1500 topics each (we have +15K topics) tx
October 18, 20177 yr Go to 'Search Engine Optimization' - post a screenshot of your sitemap settings. Edit each forum, look at the 'Sitemap Priority' value, and then provide a list of your forums with their corresponding value. This will then give people more detail to use and then advise you.
October 18, 20177 yr Hi Nathan Ok i found this setting on every forum, and it was set as "do not include", and it looks like we copied each forum to create another, so they all have the same setting So now i should set the "default priority" for each forum as i have + 200 forums, is there a way to set this for all of them by one action ? Tx for your help !
October 18, 20177 yr 2 minutes ago, Durango said: as i have + 200 forums, is there a way to set this for all of them by one action ? Nope, unless you want to do it via SQL query....and I'm not going to give you the query to do it. Here is some information: table is forums_forums, column is ipseo_priority: -1 = default priority, 0 = do not include.
October 18, 20177 yr For those who would like to perform the operation : UPDATE yourprefix_forums_forums SET ipseo_priority = REPLACE(ipseo_priority, '0', '-1')
Archived
This topic is now archived and is closed to further replies.