• About Us
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
  • Disclaimer
EquickLearning - Learn Any Where
EquickLearning - Learn Any Where

Mega_Menu

  • ×
  • Home
  • Windows Server
    • All
    • Server
    • Activity Directory
  • Programming
    • ALL
    • JAVA
    • PHP
  • Installation
    • Windows Server
    • Laravel
    • JDk
  • Software
  • BOOKS
  • Buy Here
  • Pages
    • • About Us
    • • Contact Us
    • • Privacy Policy
    • • Disclaimer
Search
HomeBLOGGHow to fix Breadcrumb Error in Hindi | Fix Data-Vocabulary Breadcrumbs Error in 2020

How to fix Breadcrumb Error in Hindi | Fix Data-Vocabulary Breadcrumbs Error in 2020

byAnuj Dwivedi3 -January 25, 2020
How to fix Breadcrumb Error in Hindi

Breadcrumb Error in Hindi :

हैलो दोस्तों कैसे है आप सभी, मैं आशा करता हूँ की आप सभी अच्छे 😊 ही होंगे | तो दोस्तों मैं अ‍नुज द्विवेदी आज आप सबके के लिये एक बार फिर से बहुत ही Important और Google Search Console मे आ रही Error से Related पोस्ट लेकर आया हूँ|
दोस्तो कुछ दिनो से बहुत से लोगो को Google Search Console में अपने पोस्ट को Index करने में एक Warning message आ रहा होगा जिसे देखकर आप सभी लोग परेशान हो रहे है तो आज मै उसका Solution लेकर आ गया हु। Warning message मे Breadcrumb warning show हो रहा होगा |
दोस्तो आप सभी ने Breadcrumb Error को पहले कभी नही सुना होगा या कहि देखा होगा अगर नही जानते तो Article को अंत तक Read करिये और जानिये कि Breadcrumb Error क्या है और कैसे इस Error को सोल्व किया जाये।

How to fix Breadcrumbs Error in Hindi |  Fix Data-Vocabulary Breadcrumbs Error

Google द्वारा बहुत सारे Template को अपडेट करने के बाद Breadcrumb की त्रुटियां हुईं, जिनमें मैंने Maxima का उपयोग किया था। इसे ठीक करने के बारे में बात करने के बाद, यह पता चला कि यह Problem fix करना मुश्किल नहीं है| आप पोस्ट को read करके यह Problem फिक्स कर सकते है।

Fix Breadcrumbs Error Google वेबमास्टर पर त्रुटि Data-Vocabulary Schema को एक पीला(yellow) ​​चेतावनी दी जाती है। वास्तव में,जब हम अपने Blog या WordPress का कोइ पोस्ट को Google Search Console पर तुरंत Index करने के लिये request करते है तो यह warning आती है जबकि यह कोइ error नहि है क्योंकि यह एक लाल त्रुटि (Read error) चेतावनी नहीं है। लेकिन यह Warning Beginners के आंखों 👀 से देखना आसान नहीं है, है ना?

How to fix Breadcrumb Error in Hindi

दोस्तो आप सभी जानते है कि Google Search Engine हमेशा किसी भी Website को Index करने के लिये या Analysis करने के लिये Algorithms का उपयोग करता है और हमेशा अपनी Algorithms को modify भी करता रहता है। तो दोस्तो ये जो Warning Google कि तरफ से आ रही है ये भी Algorithms मे changes के कारण आ रहा है।

मैंने Google structure tools की जाँच की,यह पता चला है कि केवल Vocabulary Schema Data format अब Google द्वारा समर्थित नहीं है। इसे ठीक करने का अर्थ है कि हमें Google द्वारा Requested vocabulary data को org scheme format में बदलना होगा।

आप अपने HTML Template को Edit नहीं करना चाहते हैं ताकि आपको Google से चेतावनी न मिले। लेकिन आपको बताना चाहता हु कि ये Trick बहुत मुश्किल नहीं है| इसके लिये आपको कुछ Steps फ़ोलो करना पडेगा।

Note:- Please दोस्तो ये सभी Steps को करने से पहले आप अपने Blog/WordPress की Template का backup लेकर Save कर ले।
                           
                             Fix Breadcrumb Error in Hindi

Step 1. पहली चीज जो आपको करनी है वह है अपने Blog मे Theme Option पर क्लिक करके Edit HTML को क्लिक करके Ctrl + F key दबाये और Search bar मे निचे दिये गये Picture कि तरह Breadcrumb टाइप कर और एक बार Enter button प्रेस करे।

Fix Data-Vocabulary Breadcrumbs Error in 2020

Step 2. अब निचे दिये गये Picture कि तरह दिख रहे CSS में सबसे अंत में शो हो रहे .breadcrumbs a:hover{css code} के निचे दिये गये Code को Paste करे।

How to fix Breadcrumb Error in Hindi

.breadcrumbs svg
 {
 width:16px;
 height:16px;
 vertical-align:-4px
 }
 .breadcrumbs svg path
 {
 fill:#666;
 } 


Step 3.
अब दुबारा से Breadcrumb को search करना है और निचे दिये गये Image कि तरह html code को select करके delete कर दे और निचे दिये गये HTML Code को Paste कर दे।

How to fix Breadcrumb Error in Hindi


<b:includable id='breadcrumb' var='posts'>
  <b:if cond='data:blog.pageType == &quot;item&quot;'>
  <b:loop values='data:posts' var='post'> 
  <b:if cond='data:post.labels'>
  <div class='breadcrumbs' itemscope='itemscope' 
itemtype='https://schema.org/BreadcrumbList'>
<svg viewBox='0 0 24 24'>
  <path d='M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z' 
fill='#000000'/>
  </svg> 
  <span itemprop='itemListElement' itemscope='itemscope' 
itemtype='https://schema.org/ListItem'> 
  <a expr:href='data:blog.homepageUrl' title='Home'
 itemprop='item'> 
  <span itemprop='name'>Home</span></a>
  <meta content='1' itemprop='position'/> 
  </span> 
  <svg viewBox='0 0 24 24'>
  <path d='M5.5,9A1.5,1.5 0 0,0 7,7.5A1.5,1.5 0 0,0 5.5,
6A1.5,1.5 0 0,0 4,7.5A1.5,1.5 0 0,0 5.5,9M17.41,11.58C17.77,
11.94 18,12.44 18,13C18,13.55 17.78,14.05 17.41,14.41L12.41,
19.41C12.05,19.77 11.55,20 11,20C10.45,20 9.95,19.78 9.58,
19.41L2.59,12.42C2.22,12.05 2,11.55 2,11V6C2,4.89 2.89,4 4,
4H9C9.55,4 10.05,4.22 10.41,4.58L17.41,11.58M13.54,
5.71L14.54,4.71L21.41,11.58C21.78,11.94 22,12.45 22,13C22,
13.55 21.78,14.05 21.42,14.41L16.04,19.79L15.04,18.79L20.75,
13L13.54,5.71Z' fill='#000000'/></svg> <b:loop index='num' 
values='data:post.labels' var='label'> 
  <span itemprop='itemListElement' itemscope='itemscope' 
itemtype='https://schema.org/ListItem'>
  <a expr:href='data:label.url + 
&quot;?&amp;max-results=16&quot;' 
expr:title='data:label.name' itemprop='item'> 
  <span itemprop='name'><data:label.name/></span> </a> 
  <meta expr:content='data:num+2' itemprop='position'/> 
  </span> <b:if cond='data:label.isLast != &quot;true&quot;'> 
  <svg viewBox='0 0 24 24'><path d='M8.59,16.58L13.17,
12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' fill='#000000'/>
</svg> 
  </b:if> 
  </b:loop> 
  <svg viewBox='0 0 24 24'>
  <path d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,
18L8.59,16.58Z' fill='#000000'/>
  </svg> <span><data:post.title/></span>
  </div>
</b:if> 
  </b:loop> 
  </b:if> 
  </b:includable>


दोस्तो अब आप  Data-Vocabulary Breadcrumbs Error को fix कर चुके है अब आप अपने Google Search Console पर जाकर अपने Breadcrumb को Validate fix कर दे और 5-10 मिनट तक Wait करके Check करे अब ये Warning भी नही शो हो रहि होगी।

How to fix Breadcrumb Error in Hindi


Contents
1 What is Windows Server 2003 in Hindi?
2 What are anomalies in DBMS?
3 How to approved Goggle AdSense eligibility?
4 Difference b/w Windows 2000 Server and Windows server 2003?
5 What is MS Word in Hindi 
6  How to fix Breadcrumbs error in Hindi

आप सभी देख सकते है कि अब मेरे Google Search Console से Breadcrumb Warning सोल्ब हो गयी है।

How to fix Breadcrumb Error in Hindi

यह वह तरीका है जो मैंने इसे मैक्सिमा 3 रंगीन Template पर लागू किया था। अन्य Template के लिए वे हो सकते हैं जो कर सकते हैं या नहीं, यदि आप नहीं कर सकते हैं, तो आपको बस Template मेकर को अपडेट करने के लिए इंतजार करना होगा। यदि आप एक प्रीमियम Template उपयोगकर्ता नहीं हैं और Google वेबमास्टर त्रुटियों से साफ होने वाले Template की प्रतीक्षा नहीं कर सकते,आप मैक्सिमा 3 रंगीन Template का उपयोग कर सकते हैं, जो मैंने अपडेट किया है इसके लिये आप मुझसे contact कर सकते है।


Final Word

तो दोस्तों आज मैंने आप को बताया की How to Fix Breadcrumbs Error in Hindi है| दोस्तो जिनको ये प्रोब्लम फिक्स करने मे कोइ दिक्कत आ रही हो मुझसे Contact कर सकते है।
तो दोस्तों मै आशा करता हूँ की आपको ये Post पसंद आई होगी| अगर आप को ये Post थोड़ी सी भी Useful/Helpful लगी हो Please Follow and Comment जरुर करे और इसे अपने दोस्तों के साथ Share करे! धन्यबाद|
  • Newer

  • Older

Posted by Anuj Dwivedi

https://equick-learning.blogspot.com/
I am Anuj Dwivedi from UP. I am Founder of equicklearning.com . I'm a student of Computer Science and Engineering. I am a full stack developer Currently i'm working on JAVA Based Web Application, Web technology like JSP, SWING, HTML, CSS, JQUERY and also Android App Development.

You might like

Show more

3/Post a Comment/Comments

You are welcome to share your ideas with us in comments

  1. Umair FaizJanuary 26, 2020 at 11:26 PM

    Hi,
    good post dear
    i have solved this issue on my blog https://sciencearticlesnews.blogspot.com
    with the help of this admin and post.
    Thanks

    ReplyDelete
    Replies
      Reply
  2. Eyeweb SolutionFebruary 4, 2020 at 11:16 AM

    sir WordPress pr website nhi bani hai to kaise solve karege

    ReplyDelete
    Replies
    1. Anuj DwivediApril 16, 2020 at 11:36 PM

      contact us in our facebook page

      Delete
      Replies
        Reply
    2. Reply
Add comment
Load more...

Post a Comment

You are welcome to share your ideas with us in comments

Follow Us

Popular

EquickLearning - How to set Java Environment or Path on Windows 10 in Hindi(विंडोज पर जावा का पाथ कैसे सेट करें हिंदी में )

December 22, 2019

Recents

[getWidget results='3' label='recent' type='list']

Comments

[getWidget results='3' label='comments' type='list']

Categories

  • COMPUTER(7)
  • Cryptography(1)
  • DBMS(4)
  • INTERNET(5)
  • JAVA(8)
  • Programming(9)
  • Security(13)
  • Windows_Server(25)
EquickLearning - Learn Any Where

About Us

मैंने इस site को लिखा और develop किया है ताकि students computer science से संबंधित तकनीकों को आसानी से सीख सकें। मैं विभिन्न तकनीकों पर आसान information प्रदान करने के लिए committed हूं। मुझे उम्मीद है कि यह आपकी बहुत मदद करेगा। - Anuj Dwivedi

DMCA.com Protection Status
All Right Reserved Copyright © Equicklearning.Com
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
  • Disclaimer

Contact Form