Good day
I have a problem that some of our attachments can be viewed on google, especially after we have sent the invoices.
Please assist with this.
Kind regards
Good day
I have a problem that some of our attachments can be viewed on google, especially after we have sent the invoices.
Please assist with this.
Kind regards
Some background info:
https://perishablepress.com/tell-google-to-not-index-certain-parts-of-your-page/
Make a robots.txt file and include your invoiceplane directory (or if you use a subdomain, include the whole site)
User-agent: *
Disallow: /
Disallow: /invoiceplane/
Disallow: /uploads/
Also…
Add the following link at the start of your invoice template
<!--googleoff: all-->
and this at the end
<!--googleon: all>
The app already has a robots.txt
However it should not be possible for Google to access any attachments as you can only access them if you are logged in.
Could you please send me more information about your specific setup?