Great News! Try our new tool to convert img to amp-img. Try Now!

Friday, July 20, 2018

How to Insert DMCA Badge in Blogger AMP and Non-AMP Theme

How to Add insert DMCA Badge in Blogger AMP Template. Script DMCA banner badge protection from copy paste articles AMP html project

How to Insert DMCA Badge in Blogger AMP and Non-AMP Theme

DMCA or the Digital Millennium Copyright Act is a United States copyright law that enforces two World Intellectual Property Organization (WIPO) agreements in 1996. 

DMCA criminalizes the manufacture and dissemination of technologies, devices, or services aimed at limiting procedures (commonly called digital rights management or DRM) that control access to copyrighted works. The DMCA also criminalizes restrictions on access control, even if there is no copyright infringement.

DMCA is the best option that can be taken to overcome copy and paste articles. Many bloggers complain of duplicate content on other blogs.

For those of you who feel your blog content is stolen by others, you can report it to DMCA which is also provided by Google. Then the reported duplicate content will be processed by google, soon.
After you report to the theft of digital content copyright, if Google processes it, the feed will be archived at lumendatabase.com. At lumendatabase.com there are many millions of reports of copyright infringement of digital content.

What should you do to keep your web from the content thieves? 

One of the best ways is to protect each web page with a DMCA badge. So if you put a DMCA Badge on your blog, every website page will be protected in DMCA database. This is useful when you try to report other people's blog pages that copy paste your content.Then if true it will be matched through DMCA database. 

Now, I will explain how to register your website in DMCA and how to install DMCA badges on your blog. 

Go to the DMCA Badge page, then select one Badge style and fill out the registration form, click Sign Up. 

After you register the email, and choose the badge style, it will appear a code that you can input on your website. 

If you are using the Blogger platform, just click Add to Blogger to add badges. Then automatically DMCA badge will be installed on your blog sidebar. 

If you use a Blog based AMP HTML, the DMCA html code needs some changes because it uses third-party javascript. 

I will explain how to insert the DMCA Badge script code for Blogger AMP Templates. 

If you have got the DMCA Badge script code as below:

<a href="//www.dmca.com/Protection/Status.aspx?ID=bfd01fc1-d12f-43fd-a36f-d3ef339f7e4c" title="DMCA.com Protection Status" class="dmca-badge"> 
 <img src="//images.dmca.com/Badges/dmca_protected_sml_120l.png?ID=bfd01fc1-d12f-43fd-a36f-d3ef339f7e4c" alt="DMCA.com Protection Status"></a> <script src="//images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script>

You have to change to be like this:

<a class='dmca-badge' href='//www.dmca.com/Protection/Status.aspx?ID=bfd01fc1-d12f-43fd-a36f-d3ef339f7e4c' title='DMCA.com Protection Status'>
<amp-img alt='DMCA.com Protection Status' height='20' layout='fixed' src='//images.dmca.com/Badges/dmca-badge-w100-5x1-10.png?ID=bfd01fc1-d12f-43fd-a36f-d3ef339f7e4c' width='100'/></a>

Change the colored mark yellow with your unique DMCA badge code. Then place the code in the Blog sidebar, or footer of your blog. I recommend to put in blog Footer.

If already installed on your blog, then in a few days DMCA Protection will verify every web page you and record it in DMCA database.

Hopefully useful