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

# Web Link

Essential web link platform indicators for categorizing different types of web links and online presence. Limited to 10 core platforms for simplicity and broad coverage.

## Web Link Platforms

<div className="overflow-x-auto">
  <table>
    <thead>
      <tr>
        <th>Platform</th>
        <th>Description</th>
        <th>Primary Use Case</th>
        <th>URL Pattern</th>
      </tr>
    </thead>

    <tbody>
      <tr>
        <td>
          <strong>website</strong>
        </td>

        <td>Official company or personal websites</td>
        <td>Main web presence, corporate sites</td>
        <td>[https://example.com](https://example.com)</td>
      </tr>

      <tr>
        <td>
          <strong>linkedin</strong>
        </td>

        <td>Professional networking platform</td>
        <td>Professional profiles, company pages</td>
        <td>[https://linkedin.com/in/](https://linkedin.com/in/)*, [https://linkedin.com/company/](https://linkedin.com/company/)*</td>
      </tr>

      <tr>
        <td>
          <strong>github</strong>
        </td>

        <td>Code repository and development platform</td>
        <td>Developer profiles, project repositories</td>
        <td>[https://github.com/](https://github.com/)\*</td>
      </tr>

      <tr>
        <td>
          <strong>twitter</strong>
        </td>

        <td>Social media microblogging platform</td>
        <td>Social presence, announcements</td>
        <td>[https://twitter.com/](https://twitter.com/)*, [https://x.com/](https://x.com/)*</td>
      </tr>

      <tr>
        <td>
          <strong>facebook</strong>
        </td>

        <td>Social media networking platform</td>
        <td>Business pages, community presence</td>
        <td>[https://facebook.com/](https://facebook.com/)\*</td>
      </tr>

      <tr>
        <td>
          <strong>instagram</strong>
        </td>

        <td>Visual social media platform</td>
        <td>Brand imagery, visual content</td>
        <td>[https://instagram.com/](https://instagram.com/)\*</td>
      </tr>

      <tr>
        <td>
          <strong>youtube</strong>
        </td>

        <td>Video sharing and streaming platform</td>
        <td>Video content, channels, tutorials</td>
        <td>[https://youtube.com/](https://youtube.com/)*, [https://youtu.be/](https://youtu.be/)*</td>
      </tr>

      <tr>
        <td>
          <strong>portfolio</strong>
        </td>

        <td>Personal or professional portfolio sites</td>
        <td>Creative work, case studies, showcases</td>
        <td>Various domains, portfolio platforms</td>
      </tr>

      <tr>
        <td>
          <strong>blog</strong>
        </td>

        <td>Blogging platforms and personal blogs</td>
        <td>Content marketing, thought leadership</td>
        <td>Medium, Substack, personal domains</td>
      </tr>

      <tr>
        <td>
          <strong>other</strong>
        </td>

        <td>Miscellaneous platforms and custom links</td>
        <td>Any platform not covered above</td>
        <td>Various domains and platforms</td>
      </tr>
    </tbody>
  </table>
</div>
