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

sitemap.xml #15

Open
manuel-rubio opened this issue Jul 12, 2015 · 0 comments
Open

sitemap.xml #15

manuel-rubio opened this issue Jul 12, 2015 · 0 comments

Comments

@manuel-rubio
Copy link

When the pages are generated, those pages should be inserted (or as a log) wrote in the sitemap.xml file. Something like:

<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
    <url>
        <loc>http://altenwald.org/2006/11/27/bienvenida-de-bosque-viejo/</loc>
        <lastmod>2013-11-14T12:58:17+01:00</lastmod>
    </url>
    <url>
        <loc>http://altenwald.org/2006/12/07/mvc-php/</loc>
        <lastmod>2013-11-14T12:58:17+01:00</lastmod>
    </url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant