I work in seo field. Recently I was analysing my client website and found some tricky thing that I have never heard about. That is, the entire website content frame of my client website is loading in few other websites. I have checked those websites source code and able to found
“<body>
<div class="fadeMe">
<object type="text/html" data="https://www.example.com" width="100%" height="100%" style="overflow:auto;border:0px ridge blue">
</object>
</div>
</body>”
Interestingly they even add google analytic s tracking code.
I would like to know, what is benefit of doing this? Does this harm our seo work? or anything else
Please share your thoughts.