SEO optimization tool

Downloads:87
Views:2911
Last Update:2025-04-30
$24.71 $43.97
Plugin Version:
v1.1.5
Compatible BeikeShop Version:
v1.6.0, v1.5.6, v1.5.5, v1.5.4, v1.5.3, v1.5.2, v1.5.1, v1.5.0, v1.4.0, v1.3.8, v1.3.7
After sales instructions:
Purchase once for permanent use and receive 1 months of technical support as a gift
Plugin Purchase Process
1
Access your BeikeShop admin dashboard
2
Click on "Plugin Marketing" in the top right corner
3
Select the desired plugin for purchase
4
Click on Purchase
Plugin Description

Site map +SEO URL alias +Google feed

Plug-in function features:

1. Custom seo url aliases (supporting alias urls for product details, product categories, brands, article details, and article categories)

2. Automatically generate sitemap files (supporting alias urls for product details, product categories, brands, article details, and article categories)

3. Automatically generate google feed files (supporting product data and its alias addresses)

4. The file address is automatically added to the authorization key to prevent cracking

5. Can be set with original id address forbidden access (such as: https://xxxxx.com/products/9 can not access the address, can only visit https://xxxxx.com/fffsssdddw).

6. Automatically initialize seo alias data

After the plugin is enabled, manage it in System ->SEO Management

The site map 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 the editing interfaces of product categories, article details, article categories, brands, etc.) :

Note: Before beikeshop v1.4.0, two parts of the code need to be modified for normal use


$brand= hook_filter(\'admin.brand.update.after\', $brand);

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

Update log:

v1.1.0

1. Pagination compatible with big data station stores

2. Fix some bugs

v1.0.8

Fix the issue where the seo url name of the brand cannot be edited

v1.0.7

Fix the issue where the seo url name of the brand cannot be edited

v1.0.6

Change the brand link in the product details to an seo url

2. Change the links of 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

Fix the issue where some data in google feed shows errors

2. Add custom attributes for urlset

1.0.4

When optimizing and deleting data, the corresponding alias data is also cleared

Note: Before Beikeshop 1.5.0 version, there are two places that need to be modified:

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

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