Encrypt Settings
Select "Encrypt" tab page on the main window:
HTML Charset of the files:
a. You can use "default" if you aren't familiar with this.
b. If you want to encrypt Non-English files which using charset
different from your OS charset, you need to select the charset your files using
so that the encrypted files display normally.
If you not know which charset your HTML files using, just
open the file and find the line <META
http-equiv="content-type" content="text/html; charset=iso-8859-1"> ,
the value after "charset=" is the charset this file using. If your files have
two or more Non-English language, you need to encrypt them separately
according to charset type.
Encrypt Mode group:
Select encrypt mode for the HTML files here.
Encrypt entire page: Encrypt whole page of the HTML files including HEAD
section and BODY section. If select this option, search engine spiders will
can't see the HEAD section including title, meta tags and BODY section including
text, links etc. This will prevent others from understanding the source code of
your web pages, but not affect the way your web pages are displayed in web
browsers.
Encrypt BODY section: Encrypt only BODY section of the HTML files, not
encrypt HEAD section. If select this option, search engine spiders will can't
see the text, links and all other elements between <BODY> and </BODY> tags. This
will prevent others from understanding the source code of your web pages in BODY
section, but not affect the way your web pages are displayed in web browsers.
Encrypt partial section: Encrypt only partial section of the HTML files.
Encrypt email links: Encrypt all email links on your
web pages, this will prevent email spammers from extracting email addresses from
your websites. But the email addresses will display normally on web browsers.
Because the email addresses are no using for search engines, so this option will
not affect your search engines ranking.
Encrypt all links: Encrypt all links on your web
pages, this will prevent others from downloading your whole website with offline
downloader such as Teleport Pro, Webzip etc. If select this, search engine
spiders will not be able to follow the links on your web pages either.
Encrypt Script sections: Encrypt all JavaScript
and VBScript source code on your web pages, this will prevent others from
understanding and steal your scripts code. But the encrypted script code will
work normally on web browsers. Because search engines spiders will not index
scripts code, so this option will not affect your search engines ranking.
Encrypt custom partial section: Encrypt only partial section between
customized begin tag and end tag. For example, between "<!--encryptbegin-->" and
"<!--encryptend-->".
Encrypt nothing: Don't encrypt any code of the HTML files.
Skip Tags group:
When you select encrypt entire page or encrypt body section, but you may want to
skip some partial of the page.
Skip following tags when encryption: Check this to skip code between the
tags in the list when encrypting.
Add: Add begin tag and end tag into the list to skip when encrypting.
Delete: Delete selected tags from the list.
See Also
Files Settings Script
Settings