ForumPostAssistant / FPA

The Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for other forum users to help troubleshoot a problem.
https://forumpostassistant.github.io/docs/
GNU General Public License v2.0
25 stars 15 forks source link

Add noindex meta tag to output #41

Closed fcoulter closed 6 years ago

fcoulter commented 6 years ago

Please add

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

to the output, it might save a few people some trouble, see .google.com search?q=inurl::+fpa-en.php

Even though most of the entries have thankfully been deleted now, Google has helpfully cached the output in some cases.

I think that the issue is that, even if people are only leaving up the fpa for a short time (so are not doing anything silly), if Google happens to crawl it during that time then the results will be indexed and cached.

content="noindex" ensures that the results are not indexed or cached.

RussW commented 6 years ago

added noindex, nofollow, noodp, nocache, noarchive, will be included in the next release commit : https://github.com/ForumPostAssistant/FPA/commit/ea87de2ca2252597630a645fc534a94f8db62b83

frostmakk commented 6 years ago

Implemented in v1.4.1