How do i put SEO onto my submission view forms

  • wilmabotes
    Asked on April 28, 2014 at 8:46 AM

    I have a Directory website and people full in my forms and then I use jotforms submission view app to display each submission in my website....but how do I put SEO onto those submission so that when someone search on google for that spesific business then the submission must pop up, can that be done with jotform and how do i do that or is there another way to do this.

  • Aytekin JotForm Founder
    Replied on April 28, 2014 at 9:36 AM

    You should probably include the HTML report output using PHP instead of embedding it with javascript or iframe. 

    To do this you must rename your page extension to .php and then add the code like this. Replace http://url/of/html/report with the actual URL of the report. 

    <?php print file_get_contents("http://url/of/html/report"); ?>