Skip to content

Instantly share code, notes, and snippets.

@aktaumag
Created September 25, 2018 12:04
Show Gist options
  • Save aktaumag/0bd19b252f4cee771b1a106cd0025e31 to your computer and use it in GitHub Desktop.
Save aktaumag/0bd19b252f4cee771b1a106cd0025e31 to your computer and use it in GitHub Desktop.

Выводим микроразметку в разных ситуациях

@aktaumag
Copy link
Author

aktaumag commented Jan 16, 2023

Разметка формы поиска

Легче добавить это после формы поиска, чем в саму форму пытаться внедрить разметку.

<script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebSite",
        "url": "https://wseo.pw/",
        "potentialAction": {
            "@type": "SearchAction",
            "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://wseo.pw/search/?q={input-name}"
            },
            "query-input": "required name=input-name"
        }
    }
</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment