File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html itemscope itemtype =" http://schema.org/Product " >
3
3
< head >
4
4
< title > Coder for Raspberry Pi</ title >
5
5
< meta charset ="utf-8 ">
6
6
< link rel ="icon " type ="image/x-icon " href ="assets/images/favicon.ico " />
7
7
< link href ="assets/css/index.css " media ="screen " rel ="stylesheet " type ="text/css "/>
8
8
< script src ="assets/js/jquery.min.js "> </ script >
9
9
< script src ="assets/js/index.js?v=2 "> </ script >
10
- < meta property =" og:title " content ="Coder for Raspberry Pi "/ >
11
- < meta property =" og:image " content ="assets/images/introvideo_cropped_640.jpg " / >
12
- < meta property =" og:description " content ="A simple way to make web stuff on Raspberry Pi. " / >
10
+ < meta itemprop =" name " content ="Coder for Raspberry Pi ">
11
+ < meta itemprop =" description " content ="A simple way to make web stuff on Raspberry Pi. " >
12
+ < meta itemprop =" image " content ="http://googlecreativelab.github.io/coder/assets/images/introvideo_cropped_640.jpg " >
13
13
</ head >
14
14
< body >
15
15
< div class ="fixedbg ">
You can’t perform that action at this time.
0 commit comments