Skip to content

Commit 54b444f

Browse files
authored
Merge pull request #1223 from gusthoff/topic/issues/1212
Sphinx: add meta tags to prevent indexing by robots
2 parents e894744 + b46475c commit 54b444f

File tree

16 files changed

+48
-0
lines changed

16 files changed

+48
-0
lines changed

content/courses/Ada_For_The_CPP_Java_Developer/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Ada for the C++ or Java Developer
88

99
.. only:: no_hidden_books
1010

11+
.. meta::
12+
:robots: noindex, nofollow
13+
1114
.. warning::
1215

1316
This version of the website contains UNPUBLISHED contents.

content/courses/Ada_For_The_Embedded_C_Developer/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Ada for the Embedded C Developer
88

99
.. only:: no_hidden_books
1010

11+
.. meta::
12+
:robots: noindex, nofollow
13+
1114
.. warning::
1215

1316
This version of the website contains UNPUBLISHED contents.

content/courses/GNAT_Toolchain_Intro/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Introduction to the GNAT Toolchain
88

99
.. only:: no_hidden_books
1010

11+
.. meta::
12+
:robots: noindex, nofollow
13+
1114
.. warning::
1215

1316
This version of the website contains UNPUBLISHED contents.

content/courses/Guidelines_for_Safe_and_Secure_Ada_SPARK/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Guidelines for Safe and Secure Ada/SPARK
88

99
.. only:: no_hidden_books
1010

11+
.. meta::
12+
:robots: noindex, nofollow
13+
1114
.. warning::
1215

1316
This version of the website contains UNPUBLISHED contents.

content/courses/SPARK_for_the_MISRA_C_Developer/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ SPARK Ada for the MISRA C Developer
77

88
.. only:: no_hidden_books
99

10+
.. meta::
11+
:robots: noindex, nofollow
12+
1013
.. warning::
1114

1215
This version of the website contains UNPUBLISHED contents.

content/courses/ada-in-practice/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Ada In Practice
1010

1111
.. only:: no_hidden_books
1212

13+
.. meta::
14+
:robots: noindex, nofollow
15+
1316
.. warning::
1417

1518
This version of the website contains UNPUBLISHED contents.

content/courses/advanced-ada/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Advanced Journey With Ada: A Flight In Progress
1414

1515
.. only:: no_hidden_books
1616

17+
.. meta::
18+
:robots: noindex, nofollow
19+
1720
.. warning::
1821

1922
This version of the website contains UNPUBLISHED contents.

content/courses/advanced-ada/index_hidden.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Advanced Journey With Ada: A Flight In Progress (UNPUBLISHED)
88

99
.. only:: no_hidden_books
1010

11+
.. meta::
12+
:robots: noindex, nofollow
13+
1114
.. warning::
1215

1316
This version of the website contains UNPUBLISHED contents.

content/courses/advanced-spark/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Advanced SPARK
1010

1111
.. only:: no_hidden_books
1212

13+
.. meta::
14+
:robots: noindex, nofollow
15+
1316
.. warning::
1417

1518
This version of the website contains UNPUBLISHED contents.

content/courses/intro-to-ada/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Introduction to Ada
1515

1616
.. only:: no_hidden_books
1717

18+
.. meta::
19+
:robots: noindex, nofollow
20+
1821
.. warning::
1922

2023
This version of the website contains UNPUBLISHED contents.

0 commit comments

Comments
 (0)