---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/qa/sourcecraft-sites.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/qa/sourcecraft-sites.md
  - href: en/sourcecraft/qa/sourcecraft-sites.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt

<!-- source: en/_qa/sourcecraft/sourcecraft-sites.md -->
# FAQ about SourceCraft Sites

<!-- source: en/_qa/sourcecraft/sourcecraft-sites-toc.md -->
* [How do I confirm ownership of a SourceCraft Sites website in Yandex Webmaster?](https://sourcecraft.dev/portal/docs/en/sourcecraft/qa/sourcecraft-sites.md#verify-site-owner)
<!-- endsource: en/_qa/sourcecraft/sourcecraft-sites-toc.md -->

### How do I confirm ownership of a SourceCraft Sites website in Yandex Webmaster? {#verify-site-owner}

To confirm ownership of a [SourceCraft Sites](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/sites.md) website in [Yandex Webmaster](https://webmaster.yandex.ru/):

1. [Create](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/repo-create.md) a [repository](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#repos) in the organization with the same name as the [organization](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/index.md#org).
1. In the repository, create a SourceCraft Sites website. It will be available at the following addresses:
   * `https://<organization_name>.sourcecraft.site/`
   * `https://<organization_name>.sourcecraft.site/<organization_name>/`

1. Add the verification meta tag to the site's main page:
   * [Register](https://webmaster.yandex.ru/sites/add/) the website in Yandex Webmaster.
   * Select verification by [meta tag](https://yandex.ru/support/webmaster/ru/controlling-robot/metatags).
   * Add the meta tag you got to the HTML code of the main page:

   ```html
   <meta name="yandex-verification" content="<verification_code>" />
   ```

This will verify all repositories and sites in the organization. Learn more about configuring hosting [here](https://sourcecraft.dev/portal/docs/en/sourcecraft/tutorials/sites.md).
<!-- endsource: en/_qa/sourcecraft/sourcecraft-sites.md -->