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

Schema - Add into HTML #42

Closed
williampansky opened this issue Mar 23, 2017 · 1 comment
Closed

Schema - Add into HTML #42

williampansky opened this issue Mar 23, 2017 · 1 comment
Labels
Milestone

Comments

@williampansky
Copy link
Contributor

Add Schema.org markup into site

@williampansky williampansky added this to the Deployment milestone Mar 23, 2017
@williampansky
Copy link
Contributor Author

Used Google's Structured Data Markup Helper to configure proper Schema.org markup for an event.

  • Added itemscope itemtype="http://schema.org/Event" to <nav>
  • Added itemprop="name" to h1
  • Added itemprop="description" to h3
  • Wrapped 9/8/2017 in <span itemprop="startDate" content="2017-08-09"></span>
  • Wrapped html Omni Dallas with:
<span itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<meta itemprop="streetAddress" content="555 S Lamar St">
<meta itemprop="addressLocality" content="Dallas">
<meta itemprop="addressRegion" content="TX">
<meta itemprop="addressCountry" content="US">
<meta itemprop="postalCode" content="75202">
</span>
</span>
  • Added itemprop="image" to <img src="https://thelunch.info/images/TheLunch-OfficialLogo.jpg" class="img-fluid" alt="Goodwill Industries of Dallas THE LUNCH Logo">
  • Added itemprop="performer" itemscope itemtype="http://schema.org/Person" to container for both speakers
  • Added itemprop="name" to h4 for both speakers
  • Added <h4 itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="card-title"> to all sponsor-level cards
  • Added <span itemprop="price"> to all sponsor-level card prices

maa-wpansky pushed a commit that referenced this issue Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant