How to obtain the number of articles published by zblog website in the past 24 hours

Channel: Technical Tutorial Date: Browse: 551
On the zblog forum, I saw a user asking how to count the number of updates to zblog in 24 hours. If there is no misunderstanding, the user should want to get the number of articles published by zblog website in 24 hours. In fact, it can be achieved through a few basic SQL queries. However, zblog php is evil. I have never been used to querying databases through chained SQL, so I directly changed the Z-wiki example to calculate the 24-hour update quantity of zblog. Note: The following code is only applicable to zblog php version 1.5. x. 1. Add the following code to the theme's include.php file: function

Baidu algorithm update, Baidu official announcement on 6.28 K station event

Channel: Industry trends Date: Browse: 500
The most unforgettable event for webmasters in June was the update of Baidu algorithm. The massive K station event brought about by the system upgrade, commonly known as the "6.28 event", in which seven or eight websites I operated were also the "victims" of Baidu algorithm update. Therefore, I have been looking forward to Baidu's official clarification, Yesterday, Lee of Baidu published a post in Baidu webmaster community, "Measures for low-quality sites have taken effect", announcing the update of K station event. Now some webmasters are still in the optimistic camp. They think that the K station event is just Baidu's routine system upgrade and algorithm update. But from Baidu's official announcement, it is true to provide high-quality results for Internet users

Baidu updated the website title and description in just two days

Channel: Industry trends Date: Browse: 478
On the 17th of this month, I modified the title, description and separator of the home page to save the blog. As we all know, modifying the title of the website title is not a big deal, but it is not a small thing for SEO optimization, because it will more or less cause this negative impact on the website, such as being demoted by Baidu search engine, and being punished by K station, etc. But what excites me is that Baidu will update the snapshot two days after the blog bar modifies the title and description. Here's a summary of the experience. Before choosing the time to modify the title and description of the website, I chose to modify the title tag and description tag of the website at the time after Baidu's weekly update, so as not to affect this Baidu online

Baidu webmaster club lee replied to confirm that the plain text url will be captured by spiders

Channel: Industry trends Date: Browse: 464
Personally, I think that the plain text url external chain should be useful, and I have been sending plain text urls, but I dare not be very sure, because I can't find the official affirmation of Baidu about this, and I have doubts over time. Today, I searched the "plain text url link" again and found Lee's reply post in Baidu webmaster club, Confirm that the spider will crawl the plain text url. Baidu Club Lee's reply is as follows: 1. Text links to the URL address, Baidu will find that it is a URL address and use this address to the corresponding URL

Inadvertently added sitemap to Baidu's dead link tool

Channel: Industry trends Date: Browse: 442
Just went to Baidu webmaster platform for research, The example of finding the dead link tool of webmaster tool to fill in data is "Sitemap.txt and sitemap.xml. It is estimated that many people's first reaction when they see these two terms is to refer to the sitemap website map, and to see that the sitemap.xml of the blog bar has also been submitted to. Then I immediately submitted the sitemap.xml of the new site to the dead link tool, and I also updated the data in the dead link tool of the blog bar by the way. Suddenly, I had a question. What should sitemap.xml submit is a valid link? I saw the prompt of Baidu platform again

Reasons and solutions for Sina blog not being included by Baidu

Channel: Industry trends Date: Browse: 451
The external chain is an important means to improve the website ranking. There are various ways to increase the external chain, among which the blog external chain is the favorite of many webmasters. For example, Sina Blog has become the first choice for webmasters to optimize the external chain because of its fast collection, high weight, simple application and easy use. But many webmasters reflected that their Sina blog was not favored by Baidu, and the articles published on the blog were not included by Baidu. At the beginning, I also encountered the same situation. Later, I gradually mastered the methods and skills, and re registered the blog. After the operation again, the blog was finally included by Baidu, and the collection was in good condition. Now let's share my operation method. Do not use the personalized domain name provided by Sina. New

The website successfully checked in to Alibaba Cloud server through registration and changed the theme

Channel: Industry trends Date: Browse: 431
In the past 10 years, the blog bar has used free space to go online, and then switched to a paid host. In the past four years, it has tried American Space, Domestic Space, Hong Kong Space, and Japanese Space, most of which were American Space. Maybe because it bought a host provided by a small service provider, the host experience is very ordinary, and there are often problems of one kind or another, and it is difficult to follow up after sales, Therefore, I have always wanted to change the domestic space, but I have been suffering from the record keeping problem. The recently changed Hong Kong space repeatedly prompted that it exceeded the 8% CPU limit, which is really unbearable. So I applied for an Alibaba Cloud server 0 yuan 6-month experience activity and purchased public network IP. Alibaba Cloud filing speed ratio

Method code for realizing delayed loading of website images to improve website opening speed

Channel: Technical Tutorial Date: Browse: 240
Generally speaking, the delayed loading of web page images means that when the web page is loaded, the images that should be loaded together are temporarily replaced with small images to reduce the loading volume. When the user browses to the image area, the original image is loaded back (roughly this meaning)! The delayed loading of images is very helpful to improve the loading speed of web pages. At the same time, it is not tedious to implement the delayed loading of website images. Therefore, predecessors have prepared all the work for us. General web page: download the required jquery.lazyload.js file (the download address is provided at the end of the article), and then click</h