You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,24 @@ It is only one storage provider at a time allowed. Registering multiple will res
70
70
## Authorization
71
71
There is only one mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
72
72
73
-
The main advantage of Auth0 is the easy configurable dashboard on their website.
73
+
The main advantage of Auth0 is the easy configurable dashboard on their website.
74
+
75
+
## Search Engine Optimization (SEO)
76
+
The blog includes some of the most important tags to get indexed by a crawler. Furthermore some aspects of the Open Graph specification are implemented.
77
+
78
+
### Robots.txt
79
+
In the wwwroot/ you can find a default robots.txt. It allows that the site gets completely indexed. If you want to tweak that behavior feel free.
80
+
Also you can provide a sitemap.xml to get a better ranking.
81
+
82
+
### Open Graph Tags
83
+
To get better results when for example shared via LinkedIn some of the `<meta property="og:tag">` tags are implemented.
0 commit comments