Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[waivio / sitemap] Add sitemap for waivio #5995

Closed
Diana-Cherry-8 opened this issue Oct 9, 2023 · 1 comment
Closed

[waivio / sitemap] Add sitemap for waivio #5995

Diana-Cherry-8 opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
High task priority high new new task
Milestone

Comments

@Diana-Cherry-8
Copy link
Collaborator

Diana-Cherry-8 commented Oct 9, 2023

Front-task #5996

yammer 3267
waivio / sitemap

https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
https://www.sitemaps.org/protocol.html

Waivio sitemap should include:

  • all objects
  • users
  • posts

Url /sitemap.xml

Пример, если количество url до 50000

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>http://example.com/page1.html</loc>
   </url>
   <!-- additional URL entries go here -->
</urlset>

Пример если больше чем 50000 url, то будет общая sitemap с ссылками на каждую sitemap (где эти 50000 url)

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <sitemap>
      <loc>http://example.com/sitemap1.xml</loc>
   </sitemap>
   <sitemap>
      <loc>http://example.com/sitemap2.xml</loc>
   </sitemap>
   <!-- additional Sitemap entries go here -->
</sitemapindex>
@Diana-Cherry-8 Diana-Cherry-8 added High task priority high new new task labels Oct 9, 2023
@Diana-Cherry-8 Diana-Cherry-8 added this to the Back-end milestone Oct 9, 2023
@Waiviogit Waiviogit moved this from To do to In progress in Waivio 2021-2024 Oct 10, 2023
@Waiviogit Waiviogit moved this from In progress to Staging testing in Waivio 2021-2024 Oct 10, 2023
@Diana-Cherry-8 Diana-Cherry-8 moved this from Staging testing to Production testing in Waivio 2021-2024 Oct 11, 2023
@Diana-Cherry-8
Copy link
Collaborator Author

Production checked

@Diana-Cherry-8 Diana-Cherry-8 moved this from Production testing to Testing waivio in Waivio 2021-2024 Oct 12, 2023
@Diana-Cherry-8 Diana-Cherry-8 changed the title Add sitemap for waivio [waivio / sitemap] Add sitemap for waivio Oct 12, 2023
@Diana-Cherry-8 Diana-Cherry-8 moved this from Testing waivio to Done in Waivio 2021-2024 Oct 30, 2023
@Diana-Cherry-8 Diana-Cherry-8 moved this from Done to Add to documentation in Waivio 2021-2024 Oct 30, 2023
@Diana-Cherry-8 Diana-Cherry-8 moved this from Add to documentation to Done in Waivio 2021-2024 Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High task priority high new new task
Projects
Development

No branches or pull requests

2 participants