@@ -28,21 +28,69 @@ export default {
2828    ArticleCard, 
2929    Footer 
3030  }, 
31-   //  The head function generates all the metadata for the HTML's head, in this case, title, description and keywords (for SEO purposes)  
31+   //  The head function generates all the metadata for the HTML's head 
3232  head () { 
3333    return  { 
3434      title:  " Israel Muñoz"  
3535      meta:  [ 
36+         //  SEO meta 
3637        { 
3738          hid:  " description"  
3839          name:  " description"  
39-           content:  " A blog about Web Development"  
40+           content:  " A blog about Web Development, entrepeneurship, and education. "  
4041        }, 
4142        { 
4243          hid:  " keywords"  
4344          name:  " keywords"  
4445          content:  
4546            " Full Stack full-stack node.js nodejs express vue nuxt landing blog javascript jamstack"  
47+         }, 
48+         //  Facebook's Open Graph Markup 
49+         { 
50+           hid:  " og:url"  
51+           property:  " og:url"  
52+           content:  " https://israelmuca.dev"  
53+         }, 
54+         { 
55+           hid:  " og:type"  
56+           property:  " og:type"  
57+           content:  " website"  
58+         }, 
59+         { 
60+           hid:  " og:title"  
61+           property:  " og:title"  
62+           content:  " Hello! I'm Israel Muñoz, a Full Stack Web Developer. I'm currently working in expanding access to computer science in mexican schools."  
63+         }, 
64+         { 
65+           hid:  " og:description"  
66+           property:  " og:description"  
67+           content:  " A blog about Web Development, entrepeneurship, and education."  
68+         }, 
69+         { 
70+           hid:  " og:image"  
71+           property:  " og:image"  
72+           content:  " https://avatars3.githubusercontent.com/u/15834664?s=400&u=428efa70328b335936bcfc500272a48234e803c6&v=4"  
73+         }, 
74+         //  Twitter's Card Markup 
75+         { 
76+           hid:  " twitter:card"  
77+           name:  " twitter:card"  
78+           content:  " summary_large_image"  
79+         }, 
80+         { 
81+           hid:  " twitter:title"  
82+           name:  " twitter:title"  
83+           content:  " Hello! I'm Israel Muñoz, a Full Stack Web Developer. I'm currently working in expanding access to computer science in mexican schools."  
84+         }, 
85+         { 
86+           hid:  " twitter:description"  
87+           name:  " twitter:description"  
88+           content:  " A blog about Web Development, entrepeneurship, and education."  
89+         }, 
90+         { 
91+           hid:  " twitter:image"  
92+           name:  " twitter:image"  
93+           content:  " https://avatars3.githubusercontent.com/u/15834664?s=400&u=428efa70328b335936bcfc500272a48234e803c6&v=4"  
4694        } 
4795      ] 
4896    }; 
0 commit comments