Cos'è rel = "pingback" e a cosa serve nel mio sito web?
1 risposta
- voti
-
- 2013-09-29
È & quot; Pingback & quot;
Che cos'è Pingback?
Ipingback (noti anche cometrackback) sono unaforma di commento automaticoper unapagina o unpost,creato quando un altroblog WordPress si collega a quellapagina opost.
Quandopubblichi unnuovopost sulblog,WordPresstenta di "eseguireilping" dituttii siti a cuierano collegatineltuopost. Adesempio,iltuo sito Web WordPressinforma altri siti Web cheti sei collegato adessi.
Quando ricevipingpack,significa che qualcun altro si è collegato a uno deituoipost opagine. (: source ^ ) (ulterioriinformazioni: Supporto WordPress.com , Wikipedia e Glossario del Codex )Eper ulteriori dettagli su Pingbacke Trackback,guarda qui:
Rimozione delpingback
Pereliminare l'URL dipingback,elimina la riga daltuo
header.php
:<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Il seguente articolopuò aiutarti a capireperché:
Riduzione alminimo delle richieste HTTP contemi WordPress - ClickNathan.com
Risposte
Ora vieni alletue domande:
- A cosa serve?
Risposta: se leggitutte le risorse,ora capisci a cosa servono.
- Questo collegamento creaproblemi?
Risposta: No,è solo unanuova query al database,se l'URLpingbacknon è definito direttamente. Se definito a livello di codice,interrogail database una volta ogni caricamento dellapaginae recupera l'URLpingback da db. Non vabene per un sito sanoeseguireilping del databaseper cosemenoimportanti. E se leggii link,ilpingbacknon èimportante.
Mafinchénonpossiamo cercare:
It's "Pingback"
What is Pingback?
Pingbacks (also known as trackbacks) are a form of automated comment for a page or post, created when another WordPress blog links to that page or post.
When you publish a new blog post, WordPress attempts to ‘ping‘ all the sites that were linked to in your post. i.e. Your WordPress website is informing other websites that you’ve linked to them.
When you receive pingpacks, then it means someone else has linked to one of your posts or pages. (:source^) (also learn more: WordPress.com Support, Wikipedia, and the Codex glossary)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
:<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
The following article may help you understand, why:
Minimizing HTTP Requests with WordPress Themes - ClickNathan.com
Answers
Now come to your questions:
- What is the use of this?
Answer: If you read all the resources, you now understand what's the use of it.
- Does this link makes any problems?
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:
-
Non sono sicuro delletue ragioni."Riduzione alminimo delle richieste HTTP": questononfarà alcuna differenza: l'inclusione di un URLpingbacknon aggiungerà una richiesta HTTP aggiuntivaperi lettorinormali."È solofare unanuova query al database" -no,bloginfo ("pingback_url") viene calcolato daget_option ("site_url") che è autoload=yese quindi letto da wp_load_alloptionse non richiede una query aggiuntiva sul database.I’m not sure about your reasons. “Minimizing HTTP Requests” - this won’t make any difference: including a pingback URL won’t add an extra HTTP request for normal readers. “it’s just make a new query to the database” - no, bloginfo(‘pingback_url’) is computed from get_option(‘site_url’) which is autoload=yes and so read by wp_load_alloptions, and won’t require an extra database query.
- 1
- 2020-01-09
- Rup
-
@Rup Allora è unpunto valido da discutere sull'articolo delblog di Nathan ... Coniltuo consenso,rivedrò la rispostain qualsiasimomento@Rup Then it's a valid point to discuss on the Nathan's blog article... With your consensus I'll revise the answer anytime
- 0
- 2020-01-09
- Mayeenul Islam
Potrebbeessere una domanda sciocca,in realtà voglio sapere cos'è questo URL?Èpresentenel mio sito web .
<link rel="pingback" href="http://www.example.com/xmlrpc.php" />
Lemie domande sono: