From 9c871b9623e5a4621fee14b75dd7338649215338 Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Fri, 13 Sep 2024 10:21:31 -0400 Subject: [PATCH] Add canonical tag Added canonical tag for doc pages, also redirects if there was a stripped char in the url --- doc.cfm | 9 ++++++++- index.cfm | 1 + views/index.cfm | 2 +- views/layout.cfm | 3 +++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/doc.cfm b/doc.cfm index 7195e7bac..86ec1815f 100644 --- a/doc.cfm +++ b/doc.cfm @@ -1,10 +1,12 @@ + - + + @@ -21,6 +23,7 @@ + @@ -43,6 +46,10 @@ }> + + + + diff --git a/index.cfm b/index.cfm index b423add4a..fa86433ca 100644 --- a/index.cfm +++ b/index.cfm @@ -1,2 +1,3 @@ + \ No newline at end of file diff --git a/views/index.cfm b/views/index.cfm index 4ad870bfe..e01dfab4a 100644 --- a/views/index.cfm +++ b/views/index.cfm @@ -19,7 +19,7 @@ qPeople = oLeader.get();

  Handy

-

Easy urls like: cfdocs.org/hash just hit /tag-name or /function-name.

+

Easy urls like: cfdocs.org/cfquery just hit /tag-name or /function-name.

  Forkable

diff --git a/views/layout.cfm b/views/layout.cfm index 9117624a0..6768dbfd7 100644 --- a/views/layout.cfm +++ b/views/layout.cfm @@ -31,6 +31,9 @@ + + +