Automation in Yandex Browser allows visitors to your site to quickly and safely enter personal data, such as bank card numbers and passwords. This improves the process of ordering orders and can significantly increase their conversion. The experiments have shown that the use of auto-filling increases the number of completed orders by 5-10% on those sites where this function works correctly.
For detailed information about setting up the auto -filling of forms, see the section "Automation of forms in Yandex".
Note: If auto -performance does not work in Yandex Browser, most likely it will be inactive in other browsers.
To check the operation of auto -filling on the website of your site, follow the following steps:
If the form on your site contains fields for entering passwords and bank card numbers, be sure to enter this data.
Go through all the fields of the shape of your site and check whether auto -filling prompts are correctly displayed.
If the clues are absent or displayed incorrectly, check the marking of the form for compliance with the standards that are given below.
Make sure:
The marking of the form meets the standards.
Data input elements have an Autocomplete attribute with valid values.
For example:
Entrance field for the name:
<input placeholder="Имя" autocomplete="given-name">Email entry field:
<input autocomplete="email">Look more in Living Standard and MDN.
The input elements should be inside the Form tag. Read more about this in the section "Sending forms".
Use intuitive attributes for entry fields, for example:
| Attribute | Field type | Examples of name |
|---|---|---|
| Id | Name | FIRST_NAME, NAME_FIRST, FNAME, FIRSTNAME, Given_NAME |
| NAME | Telephone | Phone, PhoneCity, Telephone, Tel |
| PLACEHOLDER | Organization | Org, Organization, Company |
An example of the right code:
<form><input id="first_name"><input id="last_name"><input name="email"></form>An example of an incorrect code:
<form><!-- Браузер не распознает поле как известное. --><input id="xdia_13">The value of the attribute for the Label tag should definitely refer to the input element for which it is intended.
An example of the correct use of Label tag:
<form><div id="customer"><label for="fname">Имя</label><input type="text" id="fname"></div></form>An example of the wrong code:
<form><div id="customer"><label for="">Имя</label></div></form>The browser can recognize the data entered by the user, only if the form on the site has a tag <form> and the event of sending, for example, submit.
An example of a correct form of sending:
<form><input type="text"><input type="submit"></form>If the form is not properly configured, the browser may not recognize the field and not fill them automatically.
If you need to disable auto -performance due to incorrect work, you can contact the developers of Yandex Browser to help. However, if a shutdown is necessary for other reasons, try using a non -standard solution:
autocomplete="none"Using incorrect values for the attribute autocomplete It can lead to a shutdown of auto -filling, but this method will not always work in different browsers. Try to test your site to make sure that auto -performance is disabled.
To receive additional assistance and consultations, you can contact the Yandex Browser team.
If you have any questions, you can contact us to receive professional assistance.
Contact us:
For SEO issues, automation settings and other issues, write on email: info@seo.computer Or in WhatsApp: +79202044461.
ID 209