Skip to content

Commit

Permalink
SEO concerns adressed, renamed 'views' to 'cities' for some more clea…
Browse files Browse the repository at this point in the history
…r context when using the site
  • Loading branch information
Jac21 committed Feb 6, 2017
1 parent 9a91f13 commit 9d08bbf
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion _layouts/default.html
Expand Up @@ -2,19 +2,28 @@
<html>
<head>
<title>{{ page.title }}</title>
<!-- Canonical URL -->
<link rel="canonical" href="http://www.wespeaktoo.org" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/1.10.8/css/jquery.dataTables.min.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Russo+One" rel="stylesheet">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href='/css/styles.css' rel='stylesheet' type='text/css'>

<!-- this is for story pages -->
<meta name="viewport" content="width=device-width, initial-scale=1" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>

<!-- meta props -->
<meta name="description" content="Women and non-binary people interested in speaking at data and tech events. Add your name!">
<meta property="og:image" content="www.wespeaktoo.org/images/wocintech.jpg"/>
<meta property="og:description" content="Women and non-binary people interested in speaking at data and tech events. Add your name!"/>
<meta property="og:url" content="http://www.wespeaktoo.org"/>
<meta property="og:title" content="We Speak Too"/>

<body>
<div class="container">
{{ content }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -23,12 +23,12 @@ <h1><a href="./index.html">We Speak Too</a></h1>

<div class = "row">
<div class = "citylistwrapper">
<a href = "./views/austin.html">
<a href = "./cities/austin.html">
<div class = "col col-6 citylink">
Austin
</div>
</a>
<a href = "./views/dc.html">
<a href = "./cities/dc.html">
<div class = "col col-6 citylink">
Washington, DC
</div>
Expand Down
2 changes: 2 additions & 0 deletions robots.txt
@@ -0,0 +1,2 @@
User-agent: *
Disallow:

0 comments on commit 9d08bbf

Please sign in to comment.