참고 사이트

구글 서치콘솔 ‘query-input’ 입력란이 누락되었습니다.(경로: 'potentialAction') 해결하기

애드센스 에서 아래와같은 이슈가 생겨났음

Untitled

<html>
<head>
  <title>The title of the page goodchuck</title>
  <script type="application/ld+json">
  {
  "@context": "<https://schema.org>",
  "@type": "WebSite",
  "url": "<https://yangtinomad.com/>",
  "potentialAction": {
  "@type": "SearchAction",
  "target": {
  "@type": "EntryPoint",
  "urlTemplate": "<https://query.yangtinomad.com/search?q={search_term_string}>"
  },
  "query-input": "required name=search_term_string"
  }
  }
  </script>
  </head>
  <body>
  </body>
</html>