Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLコードのメタタグの説明、
動的に生成され、説明部分に引用符があり、検索エンジンはすべてを読み取れませんでした.
検索結果で引用符が始まるまで表示されます
どのように対処するのですか?
ありがとう
HTML 文字参照を使用して引用符をエスケープする必要があります。
<meta name="description" content=""quoted content"">
ここでの説明は"quoted content".
"quoted content"