Forum Moderators: open
Since these features block visitors from clicking and drawing the content of the page, do these features also block or affect the search engine to find its keywords on the page?
I do not use JavaScript, I use the <body> statement in my html as:
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
You are saying that the search engines still can find key words for its search in this page.
I do not understand your last sentence. The oncontextmenu, onselectstart, and ondragstart features cover the whole page. They prevent visitors to copy my pictures. All my links are in the page. I can click and jump to a different page using the link in the page.