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

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

    [ https://issues.apache.org/jira/browse/CB-11253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15280642#comment-15280642 ] 

ASF GitHub Bot commented on CB-11253:
-------------------------------------

GitHub user riknoll opened a pull request:

    https://github.com/apache/cordova-docs/pull/601

    CB-11253: Fixing sitemap url entries

    We were giving relative paths, we need to give full URLs. This should improve our SEO, hopefully. @nikhilkh take a quick look.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-docs CB-11253

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/601.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #601
    
----
commit 419d0e15d490b2c40adaae7beb2cef4d1b30918f
Author: Richard Knoll <ri...@gmail.com>
Date:   2016-05-11T19:09:51Z

    CB-11253: Fixing sitemap url entries

----


> 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
>              Labels: triaged
>
> 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