SITEMAP and Analytics for Nicole Sharp's Website: Difference between pages

From NikkiWiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
 
Line 1: Line 1:
Adding a [https://www.sitemaps.org/ sitemap] to your website allows searchbots to find pages much faster and more efficiently, allowing them to be quickly indexed for search engines.&ensp; Sitemaps can be saved as either "<code>/sitemap.txt</code>" or "<code>/sitemap.xml</code>" and should be in the root webdirectory ("<code>/</code>"). <ref><code>https://www.sitemaps.org/</code></ref> <ref><code>https://www.sitemaps.org/protocol.html</code></ref>&ensp; Using plaintext (TXT) is much faster and easier than writing extensible markup language (XML).&ensp; I recommend keeping the sitemap as plaintext, allowing the SITEMAP protocol to join the ranks of the other plaintext website protocols for <u>[[ROBOTS]]</u>, [https://www.securitytxt.org/ SECURITY], and [https://humanstxt.org/ HUMANS].
[[image:hotfrog.jpg|thumb|[Image.]&ensp; Cookies for <cite class="n">Nicole Sharp's Website</cite> provide tasty data. <ref><code>[[commons:category:cookies]]</code></ref> <ref><code>[[commons:category:cookies by shape]]</code></ref> <ref><code>[[commons:category:round cookies]]</code></ref>]]


As with all webtext files, you should use an advanced text editor such as [https://www.notepad-plus-plus.org/ Notepad-Plus-Plus] that supports Unix line endings.&ensp; Do not use Microsoft Windows Notepad.
<u>[[about NikkiWiki|<cite class="u">NikkiWiki</cite>]]</u> and <u>[[about Nicole Sharp's Website|<cite class="u">Nicole Sharp's Website</cite>]]</u> use webanalytics [https://www.microsoft.com/edge/learning-center/what-are-cookies/ cookies] from:


== canonical links ==
* [https://developers.cloudflare.com/analytics/web-analytics/ Cloudflare Analytics] <ref><code>https://developers.cloudflare.com/analytics/web-analytics/</code></ref>
* [https://www.matomo.org/features/ Matomo Analytics] <ref><code>https://www.matomo.org/</code></ref>
* [https://support.google.com/analytics/answer/12159447/ Google Analytics] <ref><code>https://analytics.google.com/</code></ref>
* [https://learn.microsoft.com/clarity/setup-and-installation/about-clarity/ Microsoft Clarity] <ref><code>https://clarity.microsoft.com/</code></ref>
* [https://www.yandex.com/support/metrica/ Yandex Metrica] <ref><code>https://metrica.yandex.com/</code></ref>


To create a sitemap, you simply make a plaintext list of each URL (uniform resource locator) for the website with one URL per line and no other content (no comments).&ensp; Only URLs for a single domain should be included — do not add URLs for subdomains or alias domains.&ensp; You should also only list canonical URLs.&ensp; This means that if a particular webpage can be accessed from multiple URLs, only one URL should be listed for that webpage in the sitemap.
== open-source analytics ==


For example, there are many different ways to access <u>[[Nicole Sharp's Homepage]]</u>:
NikkiAnalytics with [https://www.matomo.org/matomo-on-premise/ Matomo Analytics] and <u>[[NikkiWiki]]</u> with [[mw:Main Page|Wikimedia MediaWiki]] both run on [[wikipedia:free open-source software|free open-source software]] built from [[wikipedia:PHP|PHP]] (Personal Homepage Hypertext Preprocessor). <ref><code>https://www.matomo.org/matomo-on-premise/</code></ref> <ref><code>[[mw:Main Page]]</code></ref> <ref><code>[[wikipedia:PHP]]</code></ref>
 
<code><pre>
https://www.nicolesharp.net/
https://www.nicolesharp.net/index.htm
https://www.nicolesharp.net/index.html
https://www.nicolesharp.net/w/
https://www.nicolesharp.net/w/index.php
https://www.nicolesharp.net/w/index.php?title=NikkiWiki
https://www.nicolesharp.net/w/index.php?title=Main_Page
https://www.nicolesharp.net/w/index.php?title=NikkiWiki:Main_Page
https://www.nicolesharp.net/wiki/
https://www.nicolesharp.net/wiki/NikkiWiki
https://www.nicolesharp.net/wiki/Main_Page
https://www.nicolesharp.net/wiki/index
</pre></code>
 
The canonical URL though is
: <u><code>[[about Nicole Sharp's Homepage|https://www.nicolesharp.net/wiki/NikkiWiki]]</code></u>
since all of the other URLs redirect to that URL.
 
=== MediaWiki ===
 
In [[mw:Main Page|Wikimedia MediaWiki]], canonical URLs are provided by adding
: <code>[[mw:$wgEnableCanonicalServerLink|$wgEnableCanonicalServerLink]] = true;</code>
to "<code>LocalSettings.php</code>".
 
== no subdomains ==
 
Here are even more ways to access Nicole Sharp's Homepage:
 
<code><pre>
https://nicolesharp.net/
https://www.nicolesharp.net/
https://web.nicolesharp.net/
https://en.nicolesharp.net/
https://eng.nicolesharp.net/
https://us.nicolesharp.net/
https://usa.nicolesharp.net/
https://wiki.nicolesharp.net/
https://w.nicolesharp.net/
http://www.nicolesharp.net/
http://nicolesharp.net/
http://nicolesharp.altervista.org/
http://nicolesharp.dreamhosters.com/
https://nicolesharp.dreamhosters.com/
</pre></code>
 
With the exception of "<code><nowiki>https://www.nicolesharp.net/</nowiki></code>", none of these other URLs should be included in "<u><code>https://www.nicolesharp.net/sitemap.txt</code></u>".&ensp; All of the URLs should have the same protocol (either all HTTPS [Hypertext Transfer Protocol Secure] or all HTTP [Hypertext Transfer Protocol]) and all of the URLs should be on the same subdomain (for example, either all with "<code>www</code>" or all without "<code>www</code>").
 
== example ==
 
The following "<code>/sitemap.txt</code>" example gives a compliant sitemap for "<u><code>[[Nicole Sharp's Website|https://www.nicolesharp.net/]]</code></u>":
 
<code><syntaxhighlight lang="text">
https://www.nicolesharp.net/wiki/NikkiWiki
https://www.nicolesharp.net/wiki/about_NikkiWiki
https://www.nicolesharp.net/wiki/Nicole_Sharp
https://www.nicolesharp.net/wiki/license_for_Nicole_Sharp's_Website
https://www.nicolesharp.net/wiki/analytics_for_Nicole_Sharp's_Website
https://www.nicolesharp.net/wiki/donations
https://www.nicolesharp.net/wiki/security
</syntaxhighlight></code>
 
Only canonical URLs are included, all of the URLs have the same protocol ("<code>https://</code>"), and all of the URLs are on the same subdomain ("<code>www.nicolesharp.net</code>").&ensp; Each new subdomain will need its own sitemap.
 
== ROBOTS ==
 
Once your sitemap is completed, you can add it to the Robots Exclusion Protocol to be indexed by searchbots.&ensp; An example "<code>/robots.txt</code>" with a sitemap is given below.
 
<code><highlight lang="robots">
User-agent: *
Disallow:
Sitemap: https://www.example.net/sitemap.txt
</highlight></code>


== see also ==
== see also ==


* <u><code>https://www.nicolesharp.net/sitemap.txt</code></u>
* <code>https://www.microsoft.com/edge/learning-center/what-are-cookies/</code>
* <code>https://www.sitemaps.org/</code>
* <u><code>[[ROBOTS]]</code></u>
* <code>https://www.securitytxt.org/</code>
* <code>https://humanstxt.org/</code>


== references ==
== references ==
Line 97: Line 23:
== keywords ==
== keywords ==


<code>bots, CANONICAL, development, hyperlinks, indexing, links, ROBOTS, robots.txt, searchbots, SITEMAP, sitemap.txt, TXT, URLs, web, webcrawlers, webcrawling, webdevelopment, weblinks, WWW</code>
<code>analytics, Clarity, Cloudflare, cookies, GA, Matomo, Metrica, NikkiAnalytics, privacy, tracking, webanalytics, webcookies, webtracking</code>


{{#seo:|keywords=bots, CANONICAL, development, hyperlinks, indexing, links, ROBOTS, robots.txt, searchbots, SITEMAP, sitemap.txt, TXT, URLs, web, webcrawlers, webcrawling, webdevelopment, weblinks, WWW}}
{{#seo:|keywords=analytics, Clarity, Cloudflare, cookies, GA, Matomo, Metrica, NikkiAnalytics, privacy, tracking, webanalytics, webcookies, webtracking}}


[[category:webdevelopment]]
[[category:NikkiAnalytics]]
[[category:pages with images]]

Latest revision as of 2023-09-05T01:22:29