📜  HTML itemprop 属性

📅  最后修改于: 2022-05-13 01:56:21.840000             🧑  作者: Mango

HTML itemprop 属性

HTML itemprop 属性是一个全局属性,主要用于向项目添加属性。这用于向网页添加额外信息,以便搜索引擎可以更具体地搜索相关信息。

句法:

name of the item name of the item

以下示例演示了HTML itemprop 属性:

示例 1:在本示例中, itemprop属性用于指定 span 元素的属性。它有助于搜索引擎理解 div 中的项目是关于“geeksforgeeks”的,其描述为“GeeksForGeeks 是一个很棒的网站,涵盖了有关计算机科学领域的大多数主题的文章”和文章“动态编程”。

HTML


  

    

GeeksForGeeks

    

Articles

    
                     GeeksForGeeks is an awesome              website that covers             articles on majority of the              topics on Computer Science field                  

        Article :         Dynamic programming            
  


HTML


  

    
        

Avengers

        
        Directors :                             Russo Brothers                                
        Genre :                             Action                                  
                     Information               
  


输出:

HTML itemprop 属性

HTML itemprop 属性

示例 2:在此示例中,搜索引擎可以理解给定的 div 有一个 URL,其中包含有关名为“复仇者联盟”的电影的“信息”,该电影属于“动作”类型,由“俄罗斯兄弟”执导。

HTML



  

    
        

Avengers

        
        Directors :                             Russo Brothers                                
        Genre :                             Action                                  
                     Information               
  

输出:

HTML itemprop 属性

HTML itemprop 属性

支持的浏览器:

  • 谷歌浏览器
  • 微软边缘
  • 火狐
  • 歌剧
  • IE浏览器
  • 苹果浏览器