Jump to content
thirty bees forum

Leaderboard

Popular Content

Showing content with the highest reputation since 06/27/2025 in Posts

  1. The standard template that datakick module installs do not contain shipping weight by default. You can very easily add it, though. GMC documentation https://support.google.com/merchants/answer/6324503?hl=en tells us that they are looking for element like this <g:shipping_weight>3 kg</g:shipping_weight> So let's edit the template, and add this element under <entry> node To get data in correct format, you need to use the expression product.packageWeight + " kg" Note that you need to do this twice if you are using GMC template for combinations, as there are two <entry> nodes in template, one for products without combinations, one for products with combination. In this case, you will need to use different expression in second node: combination.packageWeight + " kg" You can download this template: gmc-with-weight.json and install it into your datakick module, as an inspiration
    3 points
  2. I am having difficulty with configuring a specific SEO URLS rewrite in my beta store and would like some feedback - maybe I'm asking too much from the system. Desired URL: domain.com/p/88-21/product-name.html I want to keep the product id in the url string as I have found this element to be critical in certain situations. The "p" tells me it is a product, I'm using "c" for categories. Maybe I don't need the product attribute, but I don't want to move forward under that assumption if I can figure out how to include it in the final output. SEO-URL Rewrite: p/{id}{-:id_product_attribute}/{rewrite}.html I keep getting a 404 error with the above configuration. p/{id}/{rewrite}.html However, if I leave out the product attribute option {-:id_product_attribute} - this SEO friendly URL rewrite scheme works fine. I've also tried adjusting the attribute to {id_product_attribute:/} and its reverse with no success.
    1 point
  3. limiting picture sizes would be a good idea. header 1920 x 1080 i.e Compression function included?
    1 point
  4. Thank you for sharing such a useful information. Completely true as far as the Search engine optimization technique is concerned you have to mainly focus on on page activities. Now a days many things are changed hence we need to upgrade our practices accordingly. As mentioned above especially for ecommerce sites product reviews and user reviews makes the website more valuable. While doing this practice we need to take care of spam actions, as Google is keeping eye on all such spammers. Stay away from spammers. It will harm your website. To achieve the expected results follow organic SEO service practice that will help you with long term benefits.
    0 points
  5. I would preface that with documentation that explains what functionality in the shopping cart contributes to SEO. The GTIN, UPC, EAN-13, alt image titles per image, social sharing, et al. Everything else boils down to an artistic opinion better served as a blog article.
    0 points
×
×
  • Create New...