diff --git a/content/post/2017-10.md b/content/post/2017-10.md index e9444c950..1e0bf96e6 100644 --- a/content/post/2017-10.md +++ b/content/post/2017-10.md @@ -107,3 +107,14 @@ http://library.cgiar.org/browse?value=Intellectual%20Assets%20Reports&type=subje - Then we add an nginx alias for that URL in the library.cgiar.org vhost - This method is kinda a hack but at least we can put all the pieces into git to be reproducible - I will tell Tunji to send me the verification file + +## 2017-10-10 + +- Deploy logic to allow verification of the library.cgiar.org domain in the Google Search Console ([#343](https://github.com/ilri/DSpace/pull/343)) +- After verifying both the HTTP and HTTPS domains and submitting a sitemap it will be interesting to see how the stats in the console as well as the search results change (currently 28,500 results): + +![Google Search Console](/cgspace-notes/2017/10/google-search-console.png) +![Google Search Console 2](/cgspace-notes/2017/10/google-search-console-2.png) +![Google Search results](/cgspace-notes/2017/10/google-search-results.png) + +- I tried to submit a "Change of Address" request in the Google Search Console but I need to be an owner on CGSpace's console (currently I'm just a user) in order to do that diff --git a/public/2017-10/index.html b/public/2017-10/index.html index 2eaedbb09..f4af0390e 100644 --- a/public/2017-10/index.html +++ b/public/2017-10/index.html @@ -27,7 +27,7 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI - + @@ -65,9 +65,9 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI "@type": "BlogPosting", "headline": "October, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-10/", - "wordCount": "773", + "wordCount": "857", "datePublished": "2017-10-01T08:07:54+03:00", - "dateModified": "2017-10-06T12:22:46+03:00", + "dateModified": "2017-10-06T19:27:58+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -250,6 +250,21 @@ Add Katherine Lutz to the groups for content sumission and edit steps of the CGI
  • I will tell Tunji to send me the verification file
  • +

    2017-10-10

    + + + +

    Google Search Console +Google Search Console 2 +Google Search results

    + + + diff --git a/public/2017/10/google-search-console-2.png b/public/2017/10/google-search-console-2.png new file mode 100644 index 000000000..5e0fbd4df Binary files /dev/null and b/public/2017/10/google-search-console-2.png differ diff --git a/public/2017/10/google-search-console.png b/public/2017/10/google-search-console.png new file mode 100644 index 000000000..16ab3d709 Binary files /dev/null and b/public/2017/10/google-search-console.png differ diff --git a/public/2017/10/google-search-results.png b/public/2017/10/google-search-results.png new file mode 100644 index 000000000..4e0c19a8b Binary files /dev/null and b/public/2017/10/google-search-results.png differ diff --git a/public/robots.txt b/public/robots.txt index b730f0cd9..33d937c67 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -28,7 +28,7 @@ Disallow: /cgspace-notes/2015-12/ Disallow: /cgspace-notes/2015-11/ Disallow: /cgspace-notes/ Disallow: /cgspace-notes/categories/ -Disallow: /cgspace-notes/categories/notes/ Disallow: /cgspace-notes/tags/notes/ +Disallow: /cgspace-notes/categories/notes/ Disallow: /cgspace-notes/post/ Disallow: /cgspace-notes/tags/ diff --git a/public/sitemap.xml b/public/sitemap.xml index 776c7035d..06840bffe 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -4,7 +4,7 @@ https://alanorth.github.io/cgspace-notes/2017-10/ - 2017-10-06T12:22:46+03:00 + 2017-10-06T19:27:58+03:00 @@ -129,7 +129,7 @@ https://alanorth.github.io/cgspace-notes/ - 2017-10-06T12:22:46+03:00 + 2017-10-06T19:27:58+03:00 0 @@ -138,27 +138,27 @@ 0 + + https://alanorth.github.io/cgspace-notes/tags/notes/ + 2017-10-06T19:27:58+03:00 + 0 + + https://alanorth.github.io/cgspace-notes/categories/notes/ 2017-09-28T12:00:49+03:00 0 - - https://alanorth.github.io/cgspace-notes/tags/notes/ - 2017-10-06T12:22:46+03:00 - 0 - - https://alanorth.github.io/cgspace-notes/post/ - 2017-10-06T12:22:46+03:00 + 2017-10-06T19:27:58+03:00 0 https://alanorth.github.io/cgspace-notes/tags/ - 2017-10-06T12:22:46+03:00 + 2017-10-06T19:27:58+03:00 0 diff --git a/static/2017/10/google-search-console-2.png b/static/2017/10/google-search-console-2.png new file mode 100644 index 000000000..5e0fbd4df Binary files /dev/null and b/static/2017/10/google-search-console-2.png differ diff --git a/static/2017/10/google-search-console.png b/static/2017/10/google-search-console.png new file mode 100644 index 000000000..16ab3d709 Binary files /dev/null and b/static/2017/10/google-search-console.png differ diff --git a/static/2017/10/google-search-results.png b/static/2017/10/google-search-results.png new file mode 100644 index 000000000..4e0c19a8b Binary files /dev/null and b/static/2017/10/google-search-results.png differ