We have a https site running on Rapidweaver 8 which has an embedded ECWID store with about two hundred products on it. Generally works fine but pages are not being indexed by Google.
We have two main problems:
- though the front Rapidweaver pages are found and indexed on google the product (ECWID) pages are not. Despite following all the ECWID coding remedies it still fails to index on Google.
our store is here: https://www.medlarpress.com/code/bookshop.html
2.Also having great difficulty in getting clean urls
Ecwid gave us this (on our bookshop page in rapidweaver):
<script>
window.ec = window.ec || {};
window.ec.config = window.ec.config || {};
window.ec.config.storefrontUrls = window.ec.config.storefrontUrls || {};
window.ec.config.storefrontUrls.cleanUrls = true;
window.ec.config.storefrontUrls.queryBasedCleanUrls = true;
</script>
.htaccess file on RapidWeaver only has the following code
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
I must be doing something wrong but don’t know what. I’m not very code savvy so simple please!
thanks
Jon