Maybe this is a silly question, I actually want to know what is this URL? It’s present in my website.
<link rel="pingback" href="http://www.example.com/xmlrpc.php" />
My questions are:
- What is the use of this?
- Can this link cause any problems?
Maybe this is a silly question, I actually want to know what is this URL? It’s present in my website.
<link rel="pingback" href="http://www.example.com/xmlrpc.php" />
My questions are:
Comments are closed.
It’s “Pingback”
What is Pingback?
And a more details about Pingback and Trackback, look here:
Removing Pingback
To get rid of the pingback URL, just delete the line from your
header.php
:The following article may help you understand, why:
Answers
Now come to your questions:
Answer: If you read all the resources, you now understand what’s the use of it.
Answer: No, it’s just make a new query to the database, if the pingback URL is not defined directly. If defined programmatically then it just query the database once every page load and retrieve the pingback URL from db. It’s not good for a healthy site to ping database for less important things. And if you read the links, pingback is not important.
But till we can seek: