• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Submit No index, no follow

Submit No index, no follow 10 years 3 months ago #26239

  • info4177
  • info4177's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hello,

How can I submit 'no index, no follow' on all my files in RS Files and RS Pro?
I don't know where I can find this.

How someone can help me with this.
The administrator has disabled public write access.

Submit No index, no follow 10 years 3 months ago #26241

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
There is no built-in setting for this, but you could try implementing template overrides that will add this by default to any file reference.

More on template overrides here.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Submit No index, no follow 6 years 3 months ago #37905

  • KlintMX
  • KlintMX's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
I know it's an old topic, but someone might still like to see the answer, I'll post this reply

Go to "Form properties" choose "</> PHP Scripts" and add the code below in "Script called on form display" Remember to not include the <?php and ?> tags.
$document = JFactory::getDocument();
$document->addCustomTag(  '<meta name="robots" content="noindex,nofollw">' );

That's it!
This code works for Joomla 3.8. If you are using a later version, you can just search for the "addCustomTag" on Joomla
Last Edit: 6 years 3 months ago by KlintMX.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!