Author: 永夜
-
Post Views: 15 Preface This article will introduce how to solve it completely The Chinese label problem remaining in the English language, and automate tag merge and URL jumps through Go scripts. project address:https://github.com/shuijingwan/tag-merge problem background After completing the operations of the previous blogs, we found that there are still some Chinese tags that have not been processed under the…
-
Post Views: 15 When doing WordPress Multilingual Tag (Tag) merge, the URL of the old tag will face the problem of 404 failure, which not only affects the user experience, but also has a negative impact on SEO. This article will share how to write Go scripts, combine logs and dictionaries to automatically generate nginx redirect rules, and solve common…
-
Post Views: 11 1. Problem background When querying large data sets in Alibaba Cloud DMS, the problem of page turning restrictions is often encountered. When the amount of data exceeds 10,000 rows, the system will prompt ‘The result set page turning page supports up to 10,000 row records’. For example, the user displays 3,000 pieces of data per page, and…
-
Post Views: 17 In the process of maintaining a WordPress multilingual site (especially using the Polylang plugin), the flooding of tags is a headache for countless webmasters. Over time, websites tend to accumulate a large number of synonym labels due to the limitations of user input habits or system synchronization mechanisms. The most typicalMixed Chinese and English(such as ‘Alipay’ and…
-
Post Views: 15 InPrevious articleWe have verified that the large language model is not competent for the precise matching of a large amount of structured data. To be completely cleared /en/tag/ For the Chinese redundant URL under the path, we must return to the engineering scheme. This article will be used as a practical tutorial, how to start from scratch,…
-
Post Views: 12 In progressBlog Search Engine OptimizationDuring the process, I found a serious obstacle: due to the multilingual synchronization mechanism, a large number of redundant URLs such as /en/tag/ Chinese have been generated. This not only makes the tag library bloated, but also makes it difficult for search engines to correctly index English pages. In order to completely clear…
-
Post Views: 17 In the previous SEO diagnostics, I found that the blog hasNearly 15,000 pages are not indexed, with about 6000 thin content tabs. In order to avoid these only sporadic tabs dragging down the quality score of the entire site, I have formulated a ‘Quality Control Flow’ strategy:Do not delete the label for the time being, but automatically…
-
Post Views: 14 In the previous ‘Ubuntu 26.04 software installation and maintenance best practices: take WeChat as an example‘In the article, I discussed the installation and daily management of software. However, in the recent practical use, I have encountered serious abnormal memory usage. 1. Trailer Pit Records: The Nightmare of Chrome High Memory Occupancy The thing is due to the…