> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gocertify.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Landing Pages

> Start building loyal communities with targeted, gated offers.

Landing pages are a powerful tool for converting key communities and boosting your SEO.

## Create Campaign landing pages

<Tip>
  Best practice is to create dedicated landing pages for your high-priority communities, like Key Workers and Students.

  To increase SEO traffic ensure that the group name and “discount” is mentioned.

  * **Clear Page Slug:** i.e `student`, `key-worker`, `senior`, `youth`, `disability`
  * **Meta title and H1:** *company* student discount
  * **Meta description:** We know that a little help goes a long way when you're a student. Verify your student status and you can get 10% off.
  * **Relevant Copy:** \~300 words talking about the campaign and why it's important to your audience.
</Tip>

<Frame caption="Farfetch campaign pages drive evergreen revenue growth YoY.">
  <img className="block dark:hidden" src="https://mintcdn.com/gocertify-db9cc6b8/kBLooCJIFdzEjb3y/images/campaigns/farfetchCampaign.png?fit=max&auto=format&n=kBLooCJIFdzEjb3y&q=85&s=c09861d1c1415b2a2970b6c6572223d1" alt="Hero Light" width="3142" height="1878" data-path="images/campaigns/farfetchCampaign.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/gocertify-db9cc6b8/kBLooCJIFdzEjb3y/images/campaigns/farfetchCampaign.png?fit=max&auto=format&n=kBLooCJIFdzEjb3y&q=85&s=c09861d1c1415b2a2970b6c6572223d1" alt="Hero Dark" width="3142" height="1878" data-path="images/campaigns/farfetchCampaign.png" />
</Frame>

Adding a campaign specific landing page is simple, we recommend getting started with the following steps:

<Steps>
  <Step title="Add a new page on-site">
    Create a new page on your site for each campaign type you want to promote.
    Most brands reference the campaign type within the page url (i.e `company.com/student-discounts`) and add a simple title/description highlighting their offers.
  </Step>

  <Step title="Add iFrame to body">
    <Tip>
      Your Gocertify account manager can provide you with the relevant iFrame code for each campaign.
    </Tip>

    Once you have your basic page setup you can paste in the following iFrame within the `<body>` tag. This determines where Gocertify reward flow will appear.

    ```html iFrame theme={null}
      <gocertify-iframe source="example-campaign"></gocertify-iframe>
    ```

    <Info>
      Remember to replace `example-campaign` with your actual campaign name (e.g. "students") or leave out the attribute `source="example-campaign"` to display all campaigns.
    </Info>
  </Step>
</Steps>
