Skip to content
This repository has been archived by the owner on Jul 21, 2019. It is now read-only.

Structured metadata returns invalid info #236

Closed
mattstratton opened this issue Feb 17, 2017 · 1 comment
Closed

Structured metadata returns invalid info #236

mattstratton opened this issue Feb 17, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@mattstratton
Copy link
Member

This is what comes up for ponyville:

<script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "ExhibitionEvent",
      "description": "The conference that brings development and operations together.",
    "name": "DevOpsDays Ponyville 2017",
    "startDate": "2017-02-20",
    "endDate": "2017-02-21",
    "url": "/events/2017-ponyville/",
    "image": "/events/2017-ponyville/logo.png",
    "location": {
      "@type": "Place",
      
        "name": "Applejack House, Ponyville",
      
      "address": "41.882219, -87.640530"
    }
  }
  </script>

Notice the url, for example.

We should build that using the new weburl key in the config.toml.

@mattstratton mattstratton added this to the v1.0 Release milestone Feb 17, 2017
@mattstratton
Copy link
Member Author

Should be fixed at the same time as #234

mattstratton added a commit that referenced this issue Feb 17, 2017
@ghost ghost assigned mattstratton Feb 17, 2017
@ghost ghost added needs-review and removed ready labels Feb 17, 2017
mattstratton added a commit that referenced this issue Feb 17, 2017
@ghost ghost removed the needs-review label Feb 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant