mixcore / mix.core

🚀 Mixcore CMS is an Future-Proof Enterprise Web CMS that supports both headless and decoupled to easily build any kinds of app/web app/all in all/customizable APIs built on top of ASP.NET Core / Dotnet Core. It is a completely open-source ASP.NET Core (Dotnet Core) CMS solution. https://mixcore.org
https://mixcore.org
MIT License
824 stars 207 forks source link

Enhance SEO for default theme with multi-langs #157

Closed Smilefounder closed 1 year ago

Smilefounder commented 4 years ago

- [ ] Add submit sitemap auto via api if possible https://developers.google.com/webmaster-tools/search-console-api-original/v3/sitemaps/submit

- [ ] HTML tag should have lang attribute
```html
<html lang="en">

The code of a four-page series will look something like this:

One pagination tag on the root page, pointing to the next page in series.

<link rel="next" href="https://www.example.com/category?page=2″>
<link rel="canonical" href="https://www.example.com/category">

Two pagination tags on page 2.

<link rel="prev" href="https://www.example.com/category">
<link rel="next" href="https://www.example.com/category?page=3″>
<link rel="canonical" href="https://www.example.com/category?page=2">

Two pagination tags on page 3.

<link rel="prev" href="https://www.example.com/category?page=2″>
<link rel="next" href="https://www.example.com/category?page=4″>
<link rel="canonical" href="https://www.example.com/category?page=3">

One pagination tag on page 4, the last page in the paginated series.

<link rel="prev" href="https://www.example.com/category?page=3">
<link rel="canonical" href="https://www.example.com/category?page=4">
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.