Multiple <meta> Tags with the Same Name

前端 未结 2 651
心在旅途
心在旅途 2020-12-10 04:03

I need to specify multiple copyrights or authors using the tag. Can I use a tag with the same name multiple times?

<
2条回答
  •  再見小時候
    2020-12-10 04:21

    If the page contains multiple meta tags of the same type, Google will aggregate the content values. For instance, they will interpret

    
    
    

    The same way as:

    
    

    More details here:http://googlewebmastercentral.blogspot.ro/2007/03/using-robots-meta-tag.html

    I guess most other search engines would handle the meta tags in the same way.

提交回复
热议问题