Skip to content

Commit 166b51a

Browse files
committed
working on meta descriptions for more pages
1 parent 48d7701 commit 166b51a

File tree

11 files changed

+11
-1
lines changed

11 files changed

+11
-1
lines changed

api-creation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="RESTful web APIs are a crucial mechanism for machine-to-machine communication. Learn more about creating web APIs on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>API Creation - Full Stack Python</title>
910
<!--[if lt IE 9]>

api-integration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Integrating web APIs into an application is necessary for both mobile and web applications. Learn more about API integration on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>API Integration - Full Stack Python</title>
910
<!--[if lt IE 9]>

application-programming-interfaces.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Web application programming interfaces (APIs) provide a machine-to-machine data transport mechanism. Learn more about web APIs at Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Application Programming Interfaces - Full Stack Python</title>
910
<!--[if lt IE 9]>

databases.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="Relational databases a critical part of Python web applications. Learn more about persisting data in databases at Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>Databases - Full Stack Python</title>
910
<!--[if lt IE 9]>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-09T11:35:46Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-03-09T21:45:29Z</updated></feed>

no-sql-datastore.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta name="author" content="Matt Makai">
7+
<meta name="description" content="NoSQL data stores persistent data in different ways than traditional relational databases. Learn more about NoSQL on Full Stack Python.">
78
<link rel="shortcut icon" href="theme/img/fsp-fav.png">
89
<title>NoSQL Data Stores - Full Stack Python</title>
910
<!--[if lt IE 9]>

source/content/pages/05-data/01-databases.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Databases
22
category: page
33
slug: databases
44
sort-order: 0501
5+
meta: Relational databases a critical part of Python web applications. Learn more about persisting data in databases at Full Stack Python.
56
choice1url: /no-sql-datastore.html
67
choice1icon: fa-inbox
78
choice1text: What about non-relational data stores hipsters tell me to use?

source/content/pages/05-data/02-nosql.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: NoSQL Data Stores
22
category: page
33
slug: no-sql-datastore
44
sort-order: 0502
5+
meta: NoSQL data stores persistent data in different ways than traditional relational databases. Learn more about NoSQL on Full Stack Python.
56
choice1url: /databases.html
67
choice1icon: fa-hdd-o
78
choice1text: Tell me more about standard relational databases.

source/content/pages/06-web-apis/01-web-apis.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: Application Programming Interfaces
22
category: page
33
slug: application-programming-interfaces
44
sort-order: 0601
5+
meta: Web application programming interfaces (APIs) provide a machine-to-machine data transport mechanism. Learn more about web APIs at Full Stack Python.
56
choice1url: /api-integration.html
67
choice1icon: fa-link
78
choice1text: How do I integrate external APIs into my application?

source/content/pages/06-web-apis/02-api-integration.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ title: API Integration
22
category: page
33
slug: api-integration
44
sort-order: 0602
5+
meta: Integrating web APIs into an application is necessary for both mobile and web applications. Learn more about API integration on Full Stack Python.
56
choice1url: /api-creation.html
67
choice1icon: fa-cubes
78
choice1text: How do I create an API for my own web application?

0 commit comments

Comments
 (0)