-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Rich Snippet Code #233
Conversation
add product Rich Snippet http://www.schema.org/Product
Add image Rich Snippet code for product
Nice! I think it would be cool to also add those from http://schema.org/AggregateOffer |
As far as I know a basic Magento doesn't have aggregated offers, only offers ( http://schema.org/Offer ) |
Good one. I also integrated rich snippet in my magento store using magento google rich snippets extension and it was really good and all my products are showing visible on google search results. This is one of the good feature I guess. And also customers will also be able to find easier to choose the best product from the rating and review displayed in the search results. |
Totally +1 ... rich snippets are very hard to add via an extension as they require lots of template changes. So this is something which would be great in the default templates. |
Good stuff. Thanks for posting. Have an error: Resolved error. |
Hello hectorj, |
* Moved general action-related functionality to \Magento\App\Action\Action in the library. Removed Magento\Core\Controller\Varien\Action and related logic from the Magento_Core module * Moved view-related methods from action interface to \Magento\App\ViewInterface with corresponding implementation * Moved redirect creation logic from the action interface to \Magento\App\Response\RedirectInterface * Moved Magento\Core common blocks to the library * Added reading of etc/integration/config.xml and etc/integration/api.xml files for API Integrations * Various improvements: * Email-related logic from the Core and Adminhtml modules consolidated in the new Email module * GitHub requests: * [#238](#238) -- Improve escaping HTML entities in URL * [#199](#199) -- Replaced function calls to array_push with adding the elements directly * [#182](#182) -- By default use collection _idFieldName for toOption* methods. * [#233](#233) -- Google Rich Snippet Code * [#339](#339) -- Correcting 'cahce' typo in documentation. * [#232](#232) -- Update app/code/core/Mage/Checkout/controllers/CartController.php (fix issue #27632) * Fixed bugs: * Fixed JavaScript error when printing orders from the frontend * Fixed Captcha problems on various forms when Captcha is enabled on the frontend * Fixed "Page not found" on category page if setting "Add Store Code to Urls" to "Yes" in the backend config * Fixed Fatal error when creating shipping label for returns
Hello hectorj, Thank you for your contribution! |
+1 Awesome contribution. |
[Firedrakes] Concurrent Order Management
[MPI] Sprint 73 Functional tests and Bugfix
Fixed issue: - MAGETWO-55970 [FT] Constraint AssertProductQtyInMiniShoppingCart is absent Functional tests: - MTA-3383 Catalog Widget: Extend existing functional automated tests. Cache - MTA-3242 Reports: Extend existing functional automated tests - MTA-3241 Catalog Widget: Extend existing functional automated tests - MTA-3237 Downloadable: Extend existing functional automated tests - MTA-3483 Create pull request and deliver extended functional tests to mainline - MTA-3437 \Magento\Config\Test\Handler\ConfigData\Curl handler doesn't allow to save values for different website scopes.
Added some simple Rich Snippets in product view http://www.schema.org/Product
(many more can be added)