|
There really isn't a way that is guaranteed because someone will always be able to copy your HTML code, your CSS, your JavaScript, your images, and your text. There are a few things you can do, though, to make it harder. Ban the IP addresses using htaccess. Prevent hot-linking. If you can figure out what person or site is doing it, you can take legal action. If it's a site, you can also file a report with Google to get them de-listed. Also, you can include a lot of links back to your own site within your body text so that even if they do scrape your site, you get some benefit from it through backlinks.
|