إذا كنت قد فعلت تحويل الروابط إلى HTMl وإذا لم تقوم بتفعيل الخاصية فيجب عليك انشاء ملف .htaccess يدوياً
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
</ifmodule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/zip "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
</IfModule>
<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>
<ifModule mod_headers.c>
<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|swf)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>
<filesMatch ".(css)$">
Header set Cache-Control "max-age=604800, public"
</filesMatch>
<filesMatch ".(js)$">
Header set Cache-Control "max-age=604800, private"
</filesMatch>
<filesMatch ".(xml|txt)$">
Header set Cache-Control "max-age=604800, public, must-revalidate"
</filesMatch>
</ifModule>
User-agent: Googlebot
Disallow: index.php?page=new_topic
Disallow: index.php?page=search
Disallow: index.php?page=pm_send
Disallow: index.php?page=usercp
Disallow: index.php?page=pm_list
Disallow: index.php?page=online
Disallow: index.php?page=send
Disallow: index.php?page=misc&sendtofriend=1
Disallow: index.php?page=member_list
Disallow: index.php?page=team
Disallow: index.php?page=download
Disallow: index.php?page=static
Disallow: index.php?page=new_reply
Disallow: index.php?page=report
Disallow: index.php?page=options
Disallow: index.php?page=logout
Disallow: index.php?page=forget
Disallow: index.php?page=register
Disallow: /look/images/avatar/
Disallow: /pbboard.class.php
Disallow: /look/
User-agent: *
Disallow: /
Sitemap: index.php?page=sitemap&subject=1
Sitemap: sitemap.xml