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

JSON-LD dla wszystkich firm #891

Open
AdamWalkowski opened this issue Jan 13, 2024 · 0 comments
Open

JSON-LD dla wszystkich firm #891

AdamWalkowski opened this issue Jan 13, 2024 · 0 comments
Labels
SEO Pola scores visible in Google search results

Comments

@AdamWalkowski
Copy link
Member

Potrzeba nauczyć się JSON-LD i opracować model dla rankingu Poli względem firm.

Common Types in Schema.org:

  • WebPage: For any web page.
  • Article: For news, blogs, and scholarly articles.
  • Product: For products being sold.
  • Event: For events like concerts or conferences.
  • Organization: For information about organizations, like businesses or clubs.
  • Person: For individual people.
  • LocalBusiness: For local business details.
  • Review: For reviews of products or services.
  • FAQPage: A page consisting of a list of questions and answers.
  • Question: A specific question, typically part of an FAQPage, with an acceptedAnswer.

EXAMPLE

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What are the benefits of using organic skincare products?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Organic skincare products are made from natural ingredients, free from harmful chemicals. They are generally gentler on the skin, environmentally friendly, and beneficial for all skin types, especially sensitive skin."
    }
  }, {
    "@type": "Question",
    "name": "Are your products suitable for all skin types?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Yes, our products are designed to be suitable for all skin types, including sensitive skin. We use natural ingredients that are gentle yet effective."
    }
  }]
}
</script>
@AdamWalkowski AdamWalkowski added the SEO Pola scores visible in Google search results label Jan 13, 2024
@AdamWalkowski AdamWalkowski changed the title Generowanie modelu w formacie JSON-LD dla wszystkich firm pobranych z bazy danych Poli JSON-LD dla wszystkich firm Jan 15, 2024
@MatPerowicz MatPerowicz moved this to Backlog in Pola-app 3.0 May 15, 2024
@github-project-automation github-project-automation bot moved this to Specified in Pola Web 1.0 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SEO Pola scores visible in Google search results
Projects
Status: Specified
Status: Backlog
Development

No branches or pull requests

1 participant