Manage cookies that are used for advertising, such as ad personalization, remarketing, and ad effectiveness analysis.
3.1.12. Parking page
Important points:
- The domain must be served on our NS.
- The parking page can be used only for the main domain with and without www. The work of other subdomains is not affected.
- If a site with the domain name exists and is up and running, it will stop working once the parking page is enabled (the parking page has a higher priority).
- The parking page is accessible via HTTP and HTTPS.
- The parking page code cannot exceed 99000 characters.
Configure
- In the domain menu, click "Parking page".
- Specify the parking page HTML code and save the changes:

- At the top of the page, click "Enable parking page":

- Wait 30-60 minutes for the changes to take effect.
Images
An example of simple HTML code for adding an image to a parking page:
<img src="https://domain.com/path/to/image.png" width="1200" height="640" alt="Alternative description">
src— direct link to the desired image (it can be placed on any image hosting service).widthandheight— width and height of the image in pixels.alt— text description of the image.
The code is inserted in the editor inside the <body> tag.
Ready-made templates
At the bottom of the page, the catalog of ready-made templates is available:
The templates are organized by categories. The HTML code of the selected template is inserted into the editor and can be edited if necessary.
(4)