• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Updated Ping Sites For WordPress Blogs in 2023

By Abhishek Ghosh June 29, 2023 6:46 pm Updated on June 29, 2023

Updated Ping Sites For WordPress Blogs in 2023

Advertisement

In blogging, a ping is an XML remote procedure call (a form of a message) by which a blog informs one or more servers that its content has been published or modified. Ping was first used by Dave Winer on weblogs.com in 2001 and that standard is used still today.

Open ping servers allow all kind of web services to subscribe to the list of blogs that have recently pinged them. Search engines can provide up-to-date results very quickly and with minimal effort by visiting blogs that have pinned a ping server. Similarly, syndication feed aggregators use lists provided by ping servers to inform their subscribers of updates to the blogs they follow.

There are also private ping servers that collect information for their environment. Most major blog search engines operate such servers. Unlike open ping servers, private ping servers do not share the information with the other web services that may compete with the services they feed. Since these servers do not share the information they have, bloggers have to ping a large number of servers.

Advertisement

---

WordPress sends this kind of request:

Vim
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<methodCall>
    <methodName>weblogUpdates.ping</methodName>
    <params>
        <param>
            <value>Twingly Blog</value>
        </param>
        <param>
            <value>http://blog.twingly.com/</value>
        </param>
    </params>
</methodCall>

And it receives this kind of response (we can not see it):

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" ?>
<methodResponse>
    <params>
        <param>
            <value>
                <struct>
                    <member>
                        <name>flerror</name>
                        <value>
                            <boolean>0</boolean>
                        </value>
                    </member>
                    <member>
                        <name>message</name>
                        <value>
                            <string>Thanks for the ping.</string>
                        </value>
                    </member>
                </struct>
            </value>
        </param>
    </params>
</methodResponse>

 

Where Do We Have to Add This List?

 

Navigate to /wp-admin/options-writing.php on a browser when logged in. You’ll get this list:

Updated Ping Sites For WordPress Blogs in 2023

 

Where is the List of Ping Sites?

 

As the system is primitive, you need to manually check whether the sites presently offer the service:

As this is a GitHub gist, you can suggest new sites.

 

How to Add New Sites Avoiding Duplicate Entry?

 

Install Sublime Text. It is free to use. Paste the URLs of ping sites you got from various websites. Go to Menu > Edit > Permute Lines > Unique. This process will prune duplicate entries.

Do not forget to manually check whether the sites are working.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Updated Ping Sites For WordPress Blogs in 2023

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Enable Ping on HP Cloud Server : Router and Security Group Settings

    We Need To Tweak The Router and Security Group Settings By Editing The ICMP Rules For Apache2 or Nginx To Enable Ping on HP Cloud Server.

  • Ping or Packet Internet Groper

    Ping or Packet Internet Groper is a diagnostic utility on computer networks which checks the status of the connection of the host on a TCP / IP network.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy