Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Is it possible to exclude a sub forum from being indexed by google?

5 Posts
3 Users
0 Reactions
1,437 Views
Posts: 118
 eel
Topic starter
(@eel)
Estimable Member
Joined: 5 years ago

Is there any way, short of deleting a forum, to stop google from indexing it?

Thanks!

4 Replies
Alvina
Posts: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @eel,

wpForo allows you to set noindex any forum topic and directory in Dashboard > Forums > Tools > Misc Tab. The option name is "Noindex forum page URLs".

Posts: 118
 eel
Topic starter
(@eel)
Estimable Member
Joined: 5 years ago

Thanks, Alvina.  I'm not techy, unfortunately. To be clear, there are numerous urls in the sub-forum.  How would I note this in the noindex space?

https://www.elsaelsa.com/forum/lounge/
https://www.elsaelsa.com/forum/lounge/*

??

Thanks again for your help.

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@eel,

Please add as a new line this URL in the Dashboard > Forums > Tools > Misc Tab > "Noindex forum page URLs" textarea.

 https://www.elsaelsa.com/forum/lounge/* 

Save it, delete all caches, go to that sub-forum page on front-end, refresh it, press CTRL+U and find this HTML in the wpForo Section:

<meta name="robots" content="noindex">

Posts: 118
 eel
Topic starter
(@eel)
Estimable Member
Joined: 5 years ago

Thank you!