Skip to content

Commit

Permalink
update meta description #108
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 29, 2016
1 parent e850135 commit 61bdb74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

?></title>
<meta name="keywords" content="toolwatch, toolwatchapp, accuracy, precision, measure, mechanical watch, manual winding, automatic winding">
<meta name="description" content="Toolwatch makes it super easy to measure the accuracy of any mechanical watch. Keep your watch’s accuracy at its best with Toolwatch.">

<meta property="og:title" content="<?php if (isset($title)) {echo $title;
<meta name="description" content="<?php if (isset($meta_description)) {echo $meta_description;
} else {
echo 'Easily measure and track the accuracy of your mechanical watch';
echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch's accuracy at its best and know if you should service your watch';
}
?>" />
<meta property="og:description" content="<?php if (isset($meta_description)) {echo $meta_description;

<meta property="og:title" content="<?php if (isset($title)) {echo $title;
} else {
echo 'Toolwatch makes it super easy to measure the accuracy of any mechanical watch. Keep your watch’s accuracy at its best with Toolwatch.';
echo 'Easily measure and track the accuracy of your mechanical watch';
}
?>" />
<meta property="og:description" content="<?php echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch's accuracy at its best and know if you should service your watch' ?>" />
<meta property="og:image" content="<?php if (isset($meta_img)) {echo $meta_img;
} else {
echo img_url('share.png');
Expand Down

0 comments on commit 61bdb74

Please sign in to comment.