elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Page without Vosao added tags #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be useful to have ability to add pages that do not add any extra 
tags such as Google Analytics tags, jquery imports etc.
In my case I need to produce xml with sitemap for search engines in stead 
of real html page.
Something like:
<?xml version='1.0' encoding='UTF-8'?>
<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>http://example.com/</loc>
        <lastmod>2006-11-18</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.8</priority>
    </url>
</urlset>
But it always adds extra tags and there is no way to turn it off for the 
specific page.

Original issue reported on code.google.com by adis.kat...@gmail.com on 23 Mar 2010 at 8:07

GoogleCodeExporter commented 9 years ago
We can add "Vosao postprocessing" checkbox in the page details to 
enable/disable tags 
manipulation by Vosao.

Is it OK?

Original comment by kinyelo@gmail.com on 23 Mar 2010 at 8:33

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by kinyelo@gmail.com on 29 Mar 2010 at 10:46