Answer the question
In order to leave comments, you need to log in
How to make a list with links open for indexing by search engines?
The essence of the question is the following, there is a list:
<ul>
<li><a href="/name1/">name1</a></li>
<li><a href="/name2/">name2</a></li>
<li><a href="/name3/">name3</a></li>
</ul>
Answer the question
In order to leave comments, you need to log in
1 - Any dropdown menu ( https://yandex.ru/search/?text=%D0%B2%D1%8B%D0%BF%... )
2 - Any block opener (on Bootstrap - getbootstrap.ru/docs /v4-alpha/components/collapse )
3 - Any menu opener (for example - https://html5css.ru/howto/howto_js_dropdown.php )
You probably misspoke: Not a selector, but select is an html container element of the option dropdown list
Indexing is prohibited for something and/or allowed in the robots.txt file by a special directive
User-agent: *
Disallow: /user/pass/
User -agent: Googleboth
Allow: /
Such an entry prohibits all search algorithms except Google from indexing (visiting) the directory specified as an exception
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question