Breaking

Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Friday, June 19, 2020

June 19, 2020

How to Submit a blogger sitemap on yahoo to customize your web page

Submitting your site to yahoo is so easy and give your web pages more exposure.
 you need  a YAHOO ACCOUNT(ID).However, you don't need a Yahoo ID to know how many pages are indexed, etc. However, if your blog is new or none of the pages on your blog are indexed (type your blog url in Yahoo Search and check to see if your web pages are indexed), then you may want to Submit your Yahoo ID to your sites, feeds, etc.
Let't see how to make yahoo index in your webpages by submitting your blog sitemap.

1.Go to Yahoo Site Explorer
2.Click on the 'Sign in' buttion which is at the top of the page (If you don't have a Yahoo id, you can get one here) to sign into your account.
3.Type your blog url in the box provided and click on  'Add My Site'
4.After adding your site,you need to Authenticate(Verify your ownership).
Now click on the website name which submitted you and then click 'Authenticate' in the next page.
There are only two ways to verify your ownership.first is to upload a file to the root directory of your site which can't be possible in blogger.
second one is to 'adding a metatag' which is possible and the only way to verify ownership for bloggers.First,copy the metatag..
Next,sign in to your blogger account>Edit html and paste the metatag below the head tag and then SAVE THE CHANGES.
When you return to Yahoo! Site Explorer, click on the button that says “Ready to Authenticate
Next,you will get  message saying that 'Your site is pending authentication'
Note:Don't remove the metatag,they will revalidate your ownership by checking your ownership regularly anytime.
5.Now,go back to the 'Site explorer home', and check the box next to your blog url and click on the Manage button.
6.Type rss.xml or atom.xml in the box given.It will helps yahoo to discover more of your site content via your rss or atom feeds and to index your blog pages quickly whenever your blog is updated.Next,click on the add feed button.
Just now, you have successfully submitted your blog site map to Yahoo! Check your account in a few days and you'll see your blog listed in the Yahoo search engine.

Sunday, June 14, 2020

June 14, 2020

How To Add Different Meta Tags to Different Blogger Posts

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
और उस लाइन के ठीक नीचे इस कोड को जोड़ें
<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.
उपरोक्त प्रक्रिया की तरह ही, आप विभिन्न मेटा टैग को अधिक से अधिक ब्लॉग पोस्टों में जोड़ सकते हैं।