Skip to content

Commit 7b82669

Browse files
committed
SEO hack group #3
Primarily headings, titles, descriptions
1 parent 6c1be76 commit 7b82669

9 files changed

+28
-10
lines changed

docs/python/learn-django-in-visual-studio-step-01-project-and-solution.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 1
2+
title: Learn Django tutorial in Visual Studio, step 1, Django basics
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, demonstrating the support Visual Studio provides for Django development.
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-django-in-visual-studio-step-02-create-an-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 2
2+
title: Learn Django tutorial in Visual Studio step 2, views and page templates
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, specifically steps of creating an app and using views and templates.
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-django-in-visual-studio-step-03-serve-static-files-and-add-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 3
2+
title: Learn Django tutorial in Visual Studio step 3, static files and pages
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, specifically demonstrating how to serve static files, add pages to the app, and use template inheritance
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-django-in-visual-studio-step-04-full-django-project-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 4
2+
title: Learn Django tutorial in Visual Studio step 4, web project template
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, specifically the features provided by the Django Web Project template.
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-django-in-visual-studio-step-05-django-authentication.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 5
2+
title: Learn Django tutorial in Visual Studio, step 5, authentication
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, specifically authentication features as provided by the Django Web Project templates.
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-django-in-visual-studio-step-06-polls-django-web-project-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Django in Visual Studio, step 6
2+
title: Learn Django tutorial in Visual Studio step 6, Polls project template
3+
titleSuffix: ""
34
description: A walkthrough of Django basics in the context of Visual Studio projects, specifically the features of the Polls Django Web Project template such as administrative customization.
45
ms.date: 11/19/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-flask-visual-studio-step-01-project-solution.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
title: Tutorial - Learn Flask in Visual Studio, step 1
3-
description: A walkthrough of Flask basics in the context of Visual Studio projects.
2+
title: Learn Flask tutorial in Visual Studio step 1, Flask basics
3+
titleSuffix: ""
4+
description: A walkthrough of Flask basics in the context of Visual Studio projects, including prerequisites, Git, and virtual environments.
45
ms.date: 09/04/2018
56
ms.prod: visual-studio-dev15
67
ms.technology: vs-python
78
ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-flask-visual-studio-step-02-create-app.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Flask in Visual Studio, step 2
2+
title: Learn Flask tutorial in Visual Studio step 2, views and templates
3+
titleSuffix: ""
34
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically steps of creating an app and using views and templates.
45
ms.date: 09/04/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

docs/python/learn-flask-visual-studio-step-03-serve-static-files-add-pages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Tutorial - Learn Flask in Visual Studio, step 3
2+
title: Learn Flask tutorial in Visual Studio step 3, static files and pages
3+
titleSuffix: ""
34
description: A walkthrough of Flask basics in the context of Visual Studio projects, specifically demonstrating how to serve static files, add pages to the app, and use template inheritance
45
ms.date: 09/04/2018
56
ms.prod: visual-studio-dev15
@@ -8,6 +9,7 @@ ms.topic: tutorial
89
author: kraigb
910
ms.author: kraigb
1011
manager: douge
12+
ms.custom: seodec18
1113
ms.workload:
1214
- python
1315
- data-science

0 commit comments

Comments
 (0)