Tags: AeroCore

AeroCore主题SEO优化:禁止日期/搜索页收录,分页标题加页码

AeroCore Theme SEO Optimization: Prevent indexing of date and search pages; add page numbers to pagination titles

My website uses the AeroCore theme. I’ve encountered two issues: the date archive page and the site search page have been indexed by Google, but these pages are of no use to users; the pagination titles on the category, tag, and author pages are exactly the same, so Google may consider these pages to be duplicate content. To resolve these issues, I added a few lines of PHP code to the functions.php file in my child theme. This code consists of two parts:

cheng cheng 2026-09-03
31 0 1
AeroCore主题 LCP优化:图片、JS、CSS与Preconnect

AeroCore Theme LCP Optimization: Images, JS, CSS, and Preconnect

My website uses the AeroCore theme, and I noticed that there are many images on the post and list pages—all of which use lazy loading, including the above-the-fold section. However, using lazy loading for the above-the-fold section affects the LCP score. I’m also using a few third-party scripts and stylesheets, which have caused the above-the-fold section to load very slowly. My LCP score isn’t very high either. So I wrote a piece of PHP code. This code consists of four parts. The first part sets the images to “eager” and

cheng cheng 2026-09-01
18 0 1