Create a page in Experience League

Content in development…

Get started learning how to create your first page in Markdown. Before proceeding, you should already have:

Create a page and add metadata

  1. Open your repo in VSC, then click File > New File.

  2. Add the following required metadata to the top of the page:

    code language-none
    ---
    title: The SEO-friendly title for Google
    description: The SEO-friendly description optimized for Google
    ---
    

    Learn more about metadata in metadata and tagging

  3. Add the article title and contents. Example:

    code language-none
    ---
    title: The SEO-friendly title for Google
    description: The SEO-friendly description optimized for Google
    ---
    # Page title
    
    Body text that uses proper markdown syntax.
    

    For information about syntax rules, see Syntax style guide.

  4. Open the TOC.md file and add the article to the TOC.

recommendation-more-help
92f1a422-8a81-400b-85d3-388f0c36dfda