タグ

ブックマーク / web.dev (3)

  • エージェント フレンドリーなウェブサイトを構築する  |  web.dev

    Google uses AI technology to translate content into your preferred language. AI translations can contain errors. ウェブサイトに新しいタイプの訪問者が現れています。一部の人間ユーザーは、手動ナビゲーションから、目標指向のジャーニーを AI エージェントに委任する方向に移行しています。これらの自律システムは、ユーザーに代わって入力を解釈し、アクションを計画して実行できます。 しかし、多くのウェブサイトは、複雑なホバー状態、レイアウトの変更、流動的な動きなど、人間にとって美しいように設計されています。これはエージェントにとっては機能的に壊れています。 エージェントがサイトをどのように見ているか エージェントはモニターでウェブサイトを見ません。サイトの機械で読み取り可能な表現で動作しま

    エージェント フレンドリーなウェブサイトを構築する  |  web.dev
    Listlessness
    Listlessness 2026/05/06
    id:otchy210 HTMLのセマンティックな構造を読めるのだからわざわざ同内容のMarkdown置いておく必要なんかないでしょ。ただの無駄。
  • Sign-in form best practices  |  web.dev

    Checklist Use meaningful HTML elements: <form>, <input>, <label>, and <button>. Label each input with a <label>. Use element attributes to access built-in browser features: type, name, autocomplete, required. Give input name and id attributes stable values that don't change between page loads or website deployments. Put sign-in in its own <form> element. Ensure successful form submission. Use auto

    Sign-in form best practices  |  web.dev
  • Web Vitals  |  Articles  |  web.dev

    Published: May 4, 2020 Optimizing for quality of user experience is key to the long-term success of any site on the web. Whether you're a business owner, marketer, or developer, Web Vitals can help you quantify the experience of your site and identify opportunities to improve. Overview Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to deliv

    Web Vitals  |  Articles  |  web.dev
  • 1