A meta tag is an HTML tag containing information that the search engines may look up about a certain website.Content Rights meta tag would send google or bing about the company that holds the copyright of the website and it's content.
Here is how to set it up.
Add the following code within the head section of a webpage.
Don't Ignore the meta tags because it is recommended to build a search engine friendly website to get organic search visitors to your website.Note that the above code is HTML5 Valid.
Here is how to set it up.
Add the following code within the head section of a webpage.
<meta name="rights" content="©2010-2017 Your company Private Limited. All rights reserved" />
Don't Ignore the meta tags because it is recommended to build a search engine friendly website to get organic search visitors to your website.Note that the above code is HTML5 Valid.
Comments