説明
Google Merchant product and inventory feed XML for WooCommerce and custom product pages, including multilingual support.
E-Commerce Plugin Optional:
WooCommerce is suggested but not required – the WPSSO Google Merchant Feed XML add-on can also use product information from custom product pages.
Complete WooCommerce Support:
WooCommerce simple products, product variations, product attributes, product meta data, and custom fields are all fully supported.
Automatic Multilingual Support:
The Google merchant product feed XMLs are automatically created in your site’s language(s) from Polylang, WPML, or the installed WordPress languages.
After activating the WPSSO Google Merchant Feed XML add-on, see the SSO > Google Merchant settings page for your feed URLs.
Google Merchant Feed XML Attributes:
- Additional image link
[additional_image_link]
- Adult oriented
[adult]
- Age group
[age_group]
- Availability
[availability]
- Brand
[brand]
- Condition
[condition]
- Color
[color]
- Description
[description]
- Energy efficiency class
[energy_efficiency_class]
- Gender
[gender]
- Google product category
[google_product_category]
- Google search index
[canonical_link]
- GTIN
[gtin]
(inluding UPC, EAN, and ISBN) - Image link
[image_link]
- Item group ID
[item_group_id]
- Link
[link]
- Material
[material]
- Maximum energy efficiency class
[max_energy_efficiency_class]
- Minimum energy efficiency class
[min_energy_efficiency_class]
- MPN
[mpn]
- Pattern
[pattern]
- Price
[price]
- Product ID
[id]
- Product length
[product_length]
- Product height
[product_height]
- Product type
[product_type]
- Product weight
[product_weight]
- Product width
[product_width]
- Sale price
[sale_price]
- Sale price effective date
[sale_price_effective_date]
- Shipping
[shipping]
- Country
[country]
- Location group name
[location_group_name]
- Postal code
[postal_code]
- Price
[price]
- Region
[region]
- Service
[service]
- WPSSO Shipping Delivery Time for WooCommerce SEO add-on required for handling and transit times:
- Maximum handling time
[max_handling_time]
- Minimum handling time
[min_handling_time]
- Maximum transit time
[max_transit_time]
- Minimum transit time
[min_transit_time]
- Maximum handling time
- Country
- Shipping length
[shipping_length]
- Shipping height
[shipping_height]
- Shipping weight
[shipping_weight]
- Shipping width
[shipping_width]
- Size
[size]
- Size system
[size_system]
- Size type
[size_type]
- Title
[title]
Google Merchant Inventory XML Attributes:
- GTIN
[gtin]
- Merchant ID
[target_customer_id]
- Price
[price]
- Product ID
[id]
- Quantity
[quantity]
- Store code
[store_code]
- Timestamp
[timestamp]
WPSSO Core Required
WPSSO Google Merchant Feed XML (WPSSO GMF) is an add-on for the WPSSO Core plugin, which provides complete structured data for WordPress to present your content at its best on social sites and in search results – no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.
インストール
Install and Uninstall
貢献者と開発者
変更履歴
Version Numbering
Version components: {major}.{minor}.{bugfix}[-{stage}.{level}]
- {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
- {minor} = New functionality was added or improved in a backwards-compatible manner.
- {bugfix} = Backwards-compatible bug fixes or small improvements.
- {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Edition Repositories
Development Version Updates
WPSSO Core Premium edition customers have access to development, alpha, beta, and release candidate version updates:
Under the SSO > Update Manager settings page, select the “Development and Up” (for example) version filter for the WPSSO Core plugin and/or its add-ons. When new development versions are available, they will automatically appear under your WordPress Dashboard > Updates page. You can reselect the “Stable / Production” version filter at any time to reinstall the latest stable version.
WPSSO Core Standard edition users (ie. the plugin hosted on WordPress.org) have access to the latest development version under the Advanced Options section.
Changelog / Release Notes
Version 9.1.0-dev.1 (2023/12/09)
- New Features
- None.
- Improvements
- None.
- Bugfixes
- None.
- Developer Notes
- Added a
Vitalybaev\GoogleMerchant\ProductProperty::getInstance()
method to reduce memory usage.
- Added a
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
- WPSSO Core v17.3.1.
Version 9.0.1 (2023/12/08)
- New Features
- None.
- Improvements
- Added an “Include Shipping” option (unchecked by default).
- Bugfixes
- None.
- Developer Notes
- Updated the “vitalybaev/google-merchant-feed” library.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
- WPSSO Core v17.3.1.
Version 9.0.0 (2023/12/01)
- New Features
- None.
- Improvements
- Added a new SSO > Google Merchant > Google Merchant Inventory XML metabox.
- Added a new “XML Cache Expiration” option in the Feed and in the Inventory XML metaboxes.
- Bugfixes
- None.
- Developer Notes
- Added https://github.com/jsmoriss/php-google-merchant-feed repository to composer.json.
- Added a new
WpssoGmfConfig::get_callbacks()
method. - Added a new ‘wpsso_cache_expire_gmf_inventory_xml’ filter.
- Renamed the ‘wpsso_cache_expire_gmf_xml’ filter to ‘wpsso_cache_expire_gmf_feed_xml’.
- Changed “vitalybaev/google-merchant-feed” require from “^2.6” to “dev-wpsso-google-merchant-feed”.
- Updated product callbacks for new methods in “vitalybaev/google-merchant-feed”.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
- WPSSO Core v17.3.0.
Version 8.0.0 (2023/11/25)
- New Features
- None.
- Improvements
- Added shipping
[shipping]
attributes:- Country
[country]
- Region
[region]
- Postal code
[postal_code]
- Location group name
[location_group_name]
- Service
[service]
- Price
[price]
- Minimum handling time
[min_handling_time]
- Maximum handling time
[max_handling_time]
- Minimum transit time
[min_transit_time]
- Maximum transit time
[max_transit_time]
- Country
- Added shipping
- Bugfixes
- None.
- Developer Notes
- None.
- Requires At Least
- PHP v7.2.34.
- WordPress v5.5.
- WPSSO Core v17.2.1.