|
|
|
|
The purpose of the meta tag owner is to list the person/business that the content of your web page belongs to.
The meta tag owner should only contain the name of the person or business who created the content of the web page.
Most/all websites that list other web pages (such as search engines and directories) are interested in what your web page is about so they can display it to interested users. The owner of the web page isn't relevant to their goal.
Conclusion: Unnecessary
Place the HTML code for the meta tag owner between the opening head tag (<head>) and closing head tag </head>.
This is an example of what the meta tag owner could be for this web page.
Meta Tag Owner: FyberSearch
Here is the above example inside the HTML code for the meta tag owner.
<meta name="owner" content="FyberSearch">
|
|
|
|
|