Remove forms from Search Engines

  • JaguarPrint
    Asked on January 7, 2021 at 1:54 PM

    Hello,

    We currently have a problem where one of our forms we use is showing up on searches through different search engine providers. Is there a way to remove these from appearing in these results? We do not want customers being able to directly get to a form as most of our forms have minimal context to them without the pages we place them on.

  • jonathan
    Replied on January 7, 2021 at 6:31 PM

    Please note that your JotForm is private by default. The form shall only be indexed by Google only when the form is shared publicly. If the form is embedded/linked on your web page, you you may try adding the noindex and nofollow mate tags on your website. You need to add the code below to your <head> tag of your website page.

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

    That will force the search engines to stop indexing that page and as such the form should not be showing up in the search engines either.