You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Richard B Knoll (JIRA)" <ji...@apache.org> on 2016/05/11 19:09:13 UTC

[jira] [Created] (CB-11253) Website sitemap.xml is invalid

Richard B Knoll created CB-11253:
------------------------------------

             Summary: Website sitemap.xml is invalid
                 Key: CB-11253
                 URL: https://issues.apache.org/jira/browse/CB-11253
             Project: Apache Cordova
          Issue Type: Bug
          Components: Docs
            Reporter: Richard B Knoll
            Assignee: Richard B Knoll


The URLs we specify need to be full urls (we just give paths relative to the base url). For example:
{code:xml}
<url>
    <loc>/blog</loc>
</url>
{code}
should be:
{code:xml}
<url>
    <loc>https://cordova.apache.org/blog</loc>
</url>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org