Plugin Details
Home / Plug-in market / SEO optimization tool
SEO optimization tool
Site map +SEO URL alias +Google feed
Functional features
-
Custom SEO URL aliases
SupportProduct details, product categories, brands, article details, article categoriesConfigure personalized SEO alias urls to assist in search engine optimization and improve page indexing and ranking.
-
Automatically generate sitemap files
SEO aliases based on configuration, automatically generated inclusionProduct details, product categories, brands, article details, article categoriesA sitemap that lowers the threshold for search engine crawling.
-
Automatically generate Google Feed files
Generate a product data Feed file compatible with Google with one click, synchronize and associate product data and its SEO alias address, and efficiently connect with Google search and shopping advertisements.
-
File address security protection
Automatically add authorization keys to file addresses to effectively prevent files from being illegally cracked or stolen, ensuring the security of site resources.
-
301 Permanent Redirect optimization
Support the use of the original default address with ID (such as
https://xxxxx.com/products/9It automatically redirects to a custom SEO alias address via 301 permanently, achieving lossless weight transfer and avoiding the risk of duplicate pages. -
SEO alias data is automatically initialized
Built-in data initialization function, capable of generating basic SEO aliases for all pages with one click, eliminating the cumbersome manual configuration operation and quickly enabling SEO optimization capabilities.
-
URL grouping and hierarchy customization
Support the group management of urls based on business requirements, flexibly build custom hierarchical URL structures, and make the urls more in line with users' browsing habits and search engine preferences.
After enabling the plugin, manage it in System ->SEO Management

The sitemap effect is as follows:

The effect of google feed is as follows:

"Generate effect

Product editing interface (seo url aliases also have input items in product category, article details, article classification, brand, etc. editing interfaces) :

Note: Before beikeshop v1.4.0, two pieces of code need to be modified to be used normally
<br></br>$brand= hook_filter(\'admin.brand.update.after\', $brand);

The second place: HandleChange shop_route(\'brands.show\', $this->id) to $this->url

Update Log
v1.1.0
1. Pagination is compatible with big data websites and stores
2. Fixed some bugs
v1.0.8
Fixed the issue where the seo url name of the brand could not be edited
v1.0.7
Fixed the issue where the seo url name of the brand could not be edited
v1.0.6
1. Change the brand link in the product details to an seo url
2. Change the links to the article list on the homepage to seo urls
Note: Before Beikeshop 1.5.2, the following two pieces of code need to be modified
Code 1

$items = PageRepo::getPagesByIds($content[\'items\'])->jsonSerialize();
$items = hook_filter(\'service.design.module.page.handle\', $items);
$content[\'items\'] = $items;
Code 2

v1.0.5
Fixed the issue of certain data display errors in google feed
2. Add custom attributes for urlset
1.0.4
When optimizing and deleting data, the corresponding alias data is also cleared
Note: Before Beikeshop version 1.5.0, there are two places that need to be modified:
hook_action(\'admin.page_category.destroy.after\', $pageId);

hook_action(\'admin.page.destroy.after\', $pageId);
