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

Add sitemap.xml file #257

Open
eaorbita opened this issue Aug 25, 2020 · 2 comments
Open

Add sitemap.xml file #257

eaorbita opened this issue Aug 25, 2020 · 2 comments
Labels
👩‍⚕️triage Needs further attention and categorization

Comments

@eaorbita
Copy link

eaorbita commented Aug 25, 2020

Add sitemap.xml file to the root directory of website

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <url>
        <loc>https://keep.network/</loc>
        <lastmod>2020-08-18T17:45:36+00:00</lastmod>
        <priority>1.00</priority>
    </url>
    <url>
        <loc>https://keep.network/press/index.html</loc>
        <lastmod>2020-08-18T17:45:36+00:00</lastmod>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://keep.network/privacy-policy/index.html</loc>
        <lastmod>2020-08-18T17:45:36+00:00</lastmod>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://keep.network/terms-of-use/index.html</loc>
        <lastmod>2020-08-18T17:45:40+00:00</lastmod>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://keep.network/playing-for-keeps-terms/index.html</loc>
        <lastmod>2020-08-18T17:45:36+00:00</lastmod>
        <priority>0.80</priority>
    </url>
    <url>
        <loc>https://keep.network/california-privacy-notice/index.html</loc>
        <lastmod>2020-08-18T17:45:33+00:00</lastmod>
        <priority>0.64</priority>
    </url>
</urlset>

Sitemap file helps search engines to index Internet projects more quickly and efficiently.

@Shadowfiend
Copy link
Contributor

Thanks for filing an issue! As a general rule, motivation is a great thing to add to the issue description so everyone who looks at the issue understands why the suggestion should be considered, not just what is being suggested. I realize some of these seem obvious, but more detail is always better :)

@eaorbita
Copy link
Author

Done this for all my issues! Thanks!

@liz-shinn liz-shinn added the 👩‍⚕️triage Needs further attention and categorization label Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👩‍⚕️triage Needs further attention and categorization
Projects
None yet
Development

No branches or pull requests

3 participants