| name | language | licence |
|---|---|---|
| HTML : HTML 4.01 Transitional | HTML | Other |
| HTML : XHTML 1.0 Strict | HTML | Other |
| HTML : XHTML 1.0 Transitional | HTML | Other |
| HTML : bizarrerie element inline html | HTML | Other |
| HTML : la balise meta robot | HTML | Other |
| HTML : superposer une image sur du texte (ex : un prix barré) | HTML | Other |
| HTML : formulaire d'upload enctype à ne pas oublier | HTML | Other |
| HTML/AJAX/W3C : Attribut name des inputs | HTML | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
language: HTML
licence: Other
HTML : la balise meta robot
options: view full snippet • send to code collector
<!-- pour que les robots n'index pas une page : (la page site en construction par exemple) --> <meta name="robots" content="noindex, nofollow, noarchive"/> <!-- ou pour englober les trois commande d'un coup --> <meta name="robots" content="none"/> <!-- pour que les robots index une page, etc : --> <meta name="robots" content="index, follow, archive"/>



library
html (48)