Page 1 of 1

Indexed by Google

Posted: Fri Jul 24, 2020 3:54 am
by Now_Never
My Flare HTML5 output is publicly available as a URL. I do not want it to be indexed by Google. Please help

Re: Indexed by Google

Posted: Mon Jul 27, 2020 6:24 am
by RStreets
Hello there,

What you need is a robots.txt file on your site.

It's explained in the Flare Help: https://help.madcapsoftware.com/flare20 ... otstxtFile.

Hopefully this will solve your problem for you.

Regards,
Rae

Re: Indexed by Google

Posted: Wed Aug 05, 2020 4:20 am
by Now_Never
I'd like to know how using the robot.txt is differnet from using <meta name="robots" content="noindex">, please?

Re: Indexed by Google

Posted: Wed Aug 05, 2020 6:19 am
by NorthEast
Using robots.txt it is easy to exclude a whole site, or section of a site. Using meta tags makes it easier to exclude individual pages.

Try a Google search: https://www.google.com/search?&q=robots.txt+vs+meta+tag

Re: Indexed by Google

Posted: Fri Aug 14, 2020 2:40 am
by Now_Never
Thank you very much! It worked