Skip to content
Snippets Groups Projects
Commit 607b0cc2 authored by Karen Stevenson's avatar Karen Stevenson
Browse files

Fix invalid arguments

parent 49d8795e
No related branches found
Tags 8.x-1.4
No related merge requests found
......@@ -10,11 +10,11 @@ use Drupal\schema_metatag\Plugin\metatag\Group\SchemaGroupBase;
* @MetatagGroup(
* id = "schema_qa_page",
* label = @Translation("Schema.org: QAPage, FAQPage"),
* description = @Translation("See Schema.org definitions for this Schema type at <a href=""!url"">!url</a> and <a href=""!url2"">!url2</a>, Google's recommendations at <a href=""!google_url"">!google_url</a> and <a href=""!google_url2"">!google_url2</a>.", arguments = {
* "!url" = "https://schema.org/QAPage",
* "!url2" = "https://schema.org/FAQPage",
* "!google_url" = "https://developers.google.com/search/docs/guides/qapage",
* "!google_url2" = "https://developers.google.com/search/docs/guides/faqpage",
* description = @Translation("See Schema.org definitions for this Schema type at <a href="":url"">:url</a> and <a href="":url2"">:url2</a>, Google's recommendations at <a href="":google_url"">:google_url</a> and <a href="":google_url2"">:google_url2</a>.", arguments = {
* ":url" = "https://schema.org/QAPage",
* ":url2" = "https://schema.org/FAQPage",
* ":google_url" = "https://developers.google.com/search/docs/guides/qapage",
* ":google_url2" = "https://developers.google.com/search/docs/guides/faqpage",
* }),
* weight = 10,
* )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment