CodePhenix / formation-phenix

6 stars 2 forks source link

[Fiche] SEO #108

Open SofienM opened 2 months ago

SofienM commented 2 months ago

DoD (Definition of Done)

Faire un poster format A4 :

TripleMK2 commented 2 months ago
SEO = Balise Clées

Code 
1. Balises sémantiques <nav></nav>  <header> </header> <footer></footer>  <main></main>  <figure></figure> & <figcaption></figcaption>  <aside></aside>  <time></time>  <article></article> & <section></section> <Hn></Hn>
2. <title></title> 
3. <meta name="description"/>
4. balises meta Open Graph = <meta property="og:title" content="Titre de la page" />
<meta property="og:url" content="http://www.exemple.com/" />
<meta property="og:image" content="https://exemple.com/wa_files/image-fb.png" />
<meta property="og:description" content="Description de la page" />
<meta property="og:site_name" content="Nom du site" />
<meta property="og:type" content="article" />
5. Balise Meta Robots = <meta name="robots" content="noindex *ou Nofollow , Noarchive" />
6.  <img src="" alt="" />
7.  Exactement un <h1>. Utiliser ensuite des <h2 ; 3 ; 4 ; 5 ;6>
8. Site map

Hors code:
- optimiser la perf
- mettre du bon contenu (mots clés, bonnes phrases etc..)
Outil pour évaluer : LightHouse