Quote:
Originally Posted by Nikki Barlow
Hello I am using Adobe Muse with Ecwid and I have noticed my rankings are not great. After having a look at my page source I can't find an H1 tag anywhere. Surely the product titles should be H1? How would I go about adding this?
|
Hello,
Thanks a lot for contacting us!
Please, accept my apologies for keeping you waiting.
Jordan Alexander:
Thanks a lot for your reply!
As you fairly noticed, some of CMS like WordPress, Drupal or Joomla automatically get your store products to search results.
If you prefer another site builder and add Ecwid to this site, you should consider to use script for AJAX indexing, based on Google's suggestions for indexing. It works as follows: the script tracks escaped_fragment requests, and responds with an HTML snapshot of each product/category page to the crawler. Such snapshots construct the product info in the proper order which was advised by Google. So there is no need to add h1 tags to the source code manually.
Nikki Barlow:
A direct answer to your question: No, h1 should not be necessarily included to the source code of your site. In fact, there is another way to make sure that your site is indexed by Google correctly. Please, find the detailed answer below.
A few months ago Google indeed announced, that crawlers can finally execute JavaScript properly, so AJAX applications (and Ecwid is one of them) can now be crawled normally.
As it was announced recently, and only as a something like a "beta",
we still keep recommending using the script for AJAX indexing we have, based on Google's previous suggestions for indexing. Basically, it detects the request, then gets product info via our API, and creates HTML snapshot with all product info organised and tagged according to schema.org. As a result, Google will see the product info like this:
Code:
<div itemscope itemtype="http://schema.org/Product">
<h2 class="ecwid_catalog_product_name" itemprop="name">Product name</h2>
<p class="ecwid_catalog_product_sku" itemprop="sku">00003</p>
<div class="ecwid_catalog_product_image">
...
As you can see, it uses h2 tag for the product name, as it is recommended.
To be on the safe side we would still suggest using the script, but if it's not an option (for example, if you're using a starter site or some site builder that offers its own hosting), the store will be indexed anyway, but only Google knows when (and they won't tell).
However, the time required could be really decreased via Google Webmaster Tools, so you could use it to make sure the indexing is done.
There is the detailed info about Google AJAX indexing for your Ecwid store and the instruction how to create/have the script in our Help Centre:
https://help.ecwid.com/customer/port...ur-ecwid-store
Also I’d like to advise you this article about some measures that in most cases lead to better SEO:
https://help.ecwid.com/customer/port...seo#FurtherSEO
I hope this information will be helpful for you. Please do not hesitate to reach us out if any support is needed.