Google カスタム検索エンジンを使用する新しい Google サイトリンク検索ボックス リッチ スニペット ( https://developers.google.com/webmasters/richsnippets/sitelinkssearch ) をサイトに実装したいと考えています。
<div id="cse-search-form">
<form itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction" id="cse-search-box" action="/suche/q.php">
<meta itemprop="target" content="http://www.example.com/suche/q.php?cx=017002835581306790937%3A802l7atpqxs&ie=UTF-8&q={q]&sa=Suchen"/>
<input type="hidden" value="017002835581306790937:802l7atpqxs" name="cx">
<input type="hidden" value="UTF-8" name="ie">
<input itemprop="query-input" id="googleSearchField" type="text" size="31" name="q" style="background: url("https://www.google.com/cse/images/google_custom_search_watermark.gif") no-repeat scroll 50% 50% transparent;">
<input class="btn" type="submit" value="Suchen" name="sa">
</form>
</div>
これはうまくいくと思いますか?