diff --git a/canapGEST/Site/public/index.html b/canapGEST/Site/public/index.html
index 441424105da66ef50d3aef331faab6a9c717b370..771fdb24c85403f774d841bfbf21523aef3a13e6 100644
--- a/canapGEST/Site/public/index.html
+++ b/canapGEST/Site/public/index.html
@@ -5,6 +5,7 @@
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1.0">
+  <meta name="description" content="Gestion des candidatures apprentis EPFL" />
   <link rel="shortcut icon" type="image/x-icon" href="https://web2018.epfl.ch/2.0.0/icons/favicon.ico">
   <link rel="icon" type="image/png" sizes="16x16" href="https://web2018.epfl.ch/2.0.0/icons/favicon-16.png">
   <link rel="icon" type="image/png" sizes="32x32" href="https://web2018.epfl.ch/2.0.0/icons/favicon-32.png">
diff --git a/canapGEST/Site/src/components/application/sheets/filesDataSheet.vue b/canapGEST/Site/src/components/application/sheets/filesDataSheet.vue
index 79b9dca802d54cdb8f81a91dc8916ea331291a3e..97eb7a47830599daa53acf4d6580bfac4411729f 100644
--- a/canapGEST/Site/src/components/application/sheets/filesDataSheet.vue
+++ b/canapGEST/Site/src/components/application/sheets/filesDataSheet.vue
@@ -15,6 +15,7 @@
             height="75px"
             @click="getFile(file.file_id, file.file_name)"
             style="cursor: pointer;"
+            alt="user_pic"
           />
         </v-list-tile-avatar>
         <v-list-tile-content>
diff --git a/canapGEST/Site/src/layouts/MainNavbar.vue b/canapGEST/Site/src/layouts/MainNavbar.vue
index 54205c9c5076cf00dbf49b02b077cd033f0a644d..872a0cba8e95822adffc8011ceccfa4ef83837e2 100644
--- a/canapGEST/Site/src/layouts/MainNavbar.vue
+++ b/canapGEST/Site/src/layouts/MainNavbar.vue
@@ -1,6 +1,6 @@
 <template>
   <v-toolbar :clipped-left="true" app fixed class="primary white--text" id="main-navbar">
-    <img src="../../public/statics/epfl_logo.png" width="100">
+    <img src="../../public/statics/epfl_logo.png" width="100" alt="epfl_logo">
     <v-toolbar-title>Canap-Gest</v-toolbar-title>
     <v-spacer></v-spacer>
     <v-toolbar-items class="hidden-sm-and-down" v-if="isLoged">