What's the benifites of adding different meta descriptions to different Blogger Posts?
अलग-अलग ब्लॉगर पोस्ट में अलग-अलग मेटा डिस्क्रिप्शन जोड़ने का क्या फायदा है?
This is great for SEO (search engine optimization). Actually, why are we adding meta tags to tell search engines what that page is about ... However, using the same meta tag on all your blog posts reduces search engine rankings and traffic a bit.
यह SEO (Search Engine Optimization) के लिए बहुत अच्छा है। दरअसल, हम मेटा टैग्स को क्यों जोड़ रहे हैं, यह बताने के लिए सर्च इंजन है कि वह पेज किस बारे में है ... लेकिन, आपके सभी ब्लॉग पोस्टों के लिए एक ही मेटा टैग का उपयोग करने से सर्च इंजन रैंकिंग और ट्रैफिक बहुत कम हो जाता है।
However, if you add different unique meta tags to different blog posts, it makes search engines better able to learn more about your personal blog posts and crawl and index your pages and this is definitely your search. Also improves engine rankings. 😉
लेकिन, यदि आप अलग-अलग ब्लॉग पोस्ट में अलग-अलग यूनिक मेटा टैग जोड़ते हैं, तो यह आपके व्यक्तिगत ब्लॉग पोस्ट के बारे में अधिक जानने के लिए खोज इंजन बनाता है और उन्हें आपके पृष्ठों को बेहतर crawl और index करता है और यह सुनिश्चित करने के लिए आपकी खोज इंजन रैंकिंग में भी सुधार करता है
So, how to add this in blog?
तो, इसे कैसे जोड़ा जाए?
For this to happen, you have to add some codes to the template.
ऐसा होने के लिए, आपको कोड के कुछ टुकड़ों को टेम्पलेट में जोड़ना होगा।
First Sign in to Blogger dashboard » Layout » Edit html
and find this code line
इस लाइन को खोजें
<b:include data='blog' name='all-head-content'/>
and add this code just below that code line
और उस लाइन के ठीक नीचे इस कोड को जोड़ें
अब हमने मेटा टैग्स को होमपेज पर जोड़ा है।
Next, you want to add meta descriptions to your Blogger posts, for example let's see how to add meta tags to the following post:
अगला, आप अपने ब्लॉगर पोस्ट के लिए मेटा विवरण जोड़ना चाहते हैं, उदाहरण के लिए नीचे पोस्ट में मेटा टैग जोड़ने का तरीका देखें
https://technoanaya.blogspot.com/2020/06/how-to-add-pop-up-warning-to-blog-html.html
This is the way to add the meta tags to above post:
यह उपरोक्त पोस्ट में मेटा टैग जोड़ने का तरीका है
अब, आपको जो करना है, वह होम पेज मेटा टैग के नीचे दिए गए उपरोक्त कोड को चिपका रहा है और लिंक, विवरण और कीवर्ड बदल रहा है।
So, the final code now looks like :
तो, अंतिम कोड अब कुछ इस तरह दिखता है:
उपरोक्त प्रक्रिया की तरह ही, आप विभिन्न मेटा टैग को अधिक से अधिक ब्लॉग पोस्टों में जोड़ सकते हैं।
अलग-अलग ब्लॉगर पोस्ट में अलग-अलग मेटा डिस्क्रिप्शन जोड़ने का क्या फायदा है?
This is great for SEO (search engine optimization). Actually, why are we adding meta tags to tell search engines what that page is about ... However, using the same meta tag on all your blog posts reduces search engine rankings and traffic a bit.
यह SEO (Search Engine Optimization) के लिए बहुत अच्छा है। दरअसल, हम मेटा टैग्स को क्यों जोड़ रहे हैं, यह बताने के लिए सर्च इंजन है कि वह पेज किस बारे में है ... लेकिन, आपके सभी ब्लॉग पोस्टों के लिए एक ही मेटा टैग का उपयोग करने से सर्च इंजन रैंकिंग और ट्रैफिक बहुत कम हो जाता है।
However, if you add different unique meta tags to different blog posts, it makes search engines better able to learn more about your personal blog posts and crawl and index your pages and this is definitely your search. Also improves engine rankings. 😉
लेकिन, यदि आप अलग-अलग ब्लॉग पोस्ट में अलग-अलग यूनिक मेटा टैग जोड़ते हैं, तो यह आपके व्यक्तिगत ब्लॉग पोस्ट के बारे में अधिक जानने के लिए खोज इंजन बनाता है और उन्हें आपके पृष्ठों को बेहतर crawl और index करता है और यह सुनिश्चित करने के लिए आपकी खोज इंजन रैंकिंग में भी सुधार करता है
So, how to add this in blog?
तो, इसे कैसे जोड़ा जाए?
For this to happen, you have to add some codes to the template.
ऐसा होने के लिए, आपको कोड के कुछ टुकड़ों को टेम्पलेट में जोड़ना होगा।
First Sign in to Blogger dashboard » Layout » Edit html
and find this code line
इस लाइन को खोजें
<b:include data='blog' name='all-head-content'/>
and add this code just below that code line
और उस लाइन के ठीक नीचे इस कोड को जोड़ें
<b:if cond='data:blog.url == "https://technoanaya.blogspot.com/"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>
Now we have added meta tags to the homepage.अब हमने मेटा टैग्स को होमपेज पर जोड़ा है।
Next, you want to add meta descriptions to your Blogger posts, for example let's see how to add meta tags to the following post:
अगला, आप अपने ब्लॉगर पोस्ट के लिए मेटा विवरण जोड़ना चाहते हैं, उदाहरण के लिए नीचे पोस्ट में मेटा टैग जोड़ने का तरीका देखें
https://technoanaya.blogspot.com/2020/06/how-to-add-pop-up-warning-to-blog-html.html
This is the way to add the meta tags to above post:
यह उपरोक्त पोस्ट में मेटा टैग जोड़ने का तरीका है
<b:if cond='data:blog.url == "https://technoanaya.blogspot.com/2020/06/how-to-add-pop-up-warning-to-blog-html.html"'>
<meta content='How to add Paypal Button to your Blogger Blog, Adding Donations to your blog' name='description'/>
<meta content='Adding,Paypal,Donate,Button' name='keywords'/>
</b:if>
Now, what you have to paste the above code below the home page meta tags and changing the link,description and keywords.अब, आपको जो करना है, वह होम पेज मेटा टैग के नीचे दिए गए उपरोक्त कोड को चिपका रहा है और लिंक, विवरण और कीवर्ड बदल रहा है।
So, the final code now looks like :
तो, अंतिम कोड अब कुछ इस तरह दिखता है:
<b:if cond='data:blog.url == "https://technoanaya.blogspot.com/"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>
<b:if cond='data:blog.url == "https://technoanaya.blogspot.com/2020/06/how-to-add-pop-up-warning-to-blog-html.html"'>
<meta content='How to add Paypal Button to your Blogger Blog, Adding Donations to your blog' name='description'/>
<meta content='Adding,Paypal,Donate,Button' name='keywords'/>
</b:if>
following the above steps, you can add different meta tags to as many blog posts as you can.उपरोक्त प्रक्रिया की तरह ही, आप विभिन्न मेटा टैग को अधिक से अधिक ब्लॉग पोस्टों में जोड़ सकते हैं।
No comments:
Post a Comment