Osclass Support Forums

Osclass plugin support => Instant Messenger Plugin => Topic started by: Ajit Sahane on March 18, 2023, 02:19:53 PM

Title: Noindex for /im-create-thread/ pages
Post by: Ajit Sahane on March 18, 2023, 02:19:53 PM
How to se noindex meta tag for

xyz.com/im-create-thread/     &  xyz.com/im-create-thread/12345 

      url   - when without login messaging on..?
Title: Re: Noindex for /im-create-thread/ pages
Post by: MB Themes on March 18, 2023, 08:36:48 PM
It use custom.php or user-custom.php
Title: Re: Noindex for /im-create-thread/ pages
Post by: Ajit Sahane on March 18, 2023, 09:10:44 PM
Thanks, its works.
Title: Re: Noindex for /im-create-thread/ pages
Post by: KaloSex on June 01, 2023, 07:23:18 PM
It use custom.php or user-custom.php

i want to noindex it too. But if i edit the custom.php from theme, it's going to make more pages noindex, since i guess this file is used from more plugin / pages..

So, how can i make noindex just the /im-create-thread/ ?
Title: Re: Noindex for /im-create-thread/ pages
Post by: MB Themes on June 01, 2023, 07:36:48 PM
You must create if/else using route param.
It whould equal to that im-...
Title: Re: Noindex for /im-create-thread/ pages
Post by: KaloSex on June 01, 2023, 08:32:21 PM
You must create if/else using route param.
It whould equal to that im-...

thank you! i will work it like you instruct