Skip to content

Commit

Permalink
Merge branch 'main' into task/ODE-23
Browse files Browse the repository at this point in the history
Signed-off-by: Youness Idbakkasse <[email protected]>
  • Loading branch information
blanklob authored Oct 11, 2023
2 parents 0f35e15 + 788bc76 commit b1614af
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ You can navigate these snippets by using the table below.
| [Meta](#meta) | [Social share](#social-share) | A small snippet to render all necessary meta tags for social sharing and page previews on socials. |
| [UI](#ui) | [Image](#image) | A powerful, less opinionated image snippet built on top of evergreen web technologies for Shopify storefronts. |
| [UI](#ui) | [Shop pay button](#shop-pay-button) | Pure liquid dynamic Shop pay button for express checkout. |
| [Schemas](#schemas) | [Schema website](#schema-website) | Renders the schema.org website JSON-LD for Site Name. |
| [Schemas](#schemas) | [Schema organization](#schema-organization) | Renders the schema.org JSON-LD for Brand and Organization. |
| [Schemas](#schemas) | [Schema article](#schema-article) | Renders the schema.org JSON-LD for a blog post or an article. |
| [SEO](#seo) | [Schema website](#schema-website) | Renders the schema.org website JSON-LD for Site Name. |
| [SEO](#seo) | [Schema organization](#schema-organization) | Renders the schema.org JSON-LD for Brand and Organization. |
| [SEO](#seo) | [Schema article](#schema-article) | Renders the schema.org JSON-LD for a blog post or an article. |

## Tools

Expand Down Expand Up @@ -102,15 +102,15 @@ You can also check Shopify [recommandations](https://help.shopify.com/manual/onl

To debug your social share previews, you can use the [Facebook Sharing Debugger](https://developers.facebook.com/tools/debug/) and the [Twitter Card Validator](https://cards-dev.twitter.com/validator).

## Schemas
## SEO

These JSON-LD snippets are based on the [Schema.org](https://schema.org) vocabulary and are used to improve the display of your pages on search engines.

### Schema website

Renders the schema.org website JSON-LD for Site Names.

Copy code from [this file](./schemas/schema-website.liquid).
Copy code from [this file](./seo/schema-website.liquid).

```liquid
{% render 'schema-website' %}
Expand All @@ -122,7 +122,7 @@ Copy code from [this file](./schemas/schema-website.liquid).

Renders the schema.org JSON-LD for Brand and Organization. Must be used on all templates.

Copy code from [this file](./schemas/schema-organization.liquid).
Copy code from [this file](./seo/schema-organization.liquid).

```liquid
{% render 'schema-organization' %}
Expand All @@ -134,7 +134,7 @@ Copy code from [this file](./schemas/schema-organization.liquid).

Renders the schema.org JSON-LD for Blog post and article. Must be used on article cards or templates.

Copy code from [this file](./schemas/schema-article.liquid).
Copy code from [this file](./seo/schema-article.liquid).

```liquid
{% render 'schema-article' article: block.settings.article %}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b1614af

Please sign in to comment.