Topic icon

SEO

1
If you have a different and unique content then the domain name won't matter.
If you have duplicate or similar content/keywords then you can't control or tell Google to rank your website over someone else's website.
I would suggest create unique content and Google will rank it correctly.
Wrote answer · 3/16/2023
Karma · 1435
1
Logo image should be square as per structured data guidelines.
It can be 112px x 112px at minimum and can be any square dimensions if higher than that. Eg. 400x400, 600x600 etc.

To be optimal you can keep it 600x600, that way it will satisfy both schema and amp page requirements.
Wrote answer · 8/2/2022
Karma · 1435
1
Sir, I have published a blogger post on 18 June and indexed it on Google search console. And this post is indexed on Google and is showing on Google search engine. Then I have changed necessary content and updated this blogger post on 21 June. After updating the blogger post, then I have requested post url in Google search console url inspection tool for indexing the updated post.

Then After one day, I have checked the post on Google search engine, the old title and serp snippet is showing on Google search engine. Updated post title and description showing is not showing. This is a common thing because Google don't update as soon as possible and take few weeks for updating the post. But problem is Then I have gone in Google search console, clicked on Google search url inspection tool, pasted the post url and saw the "URL is on Google with right green tick" then below "URL is on Google" i have clicked on View Crawled page, I have checked all html but But there is no change in the modified article in html. No update in post artical, title, description and content etc. So what steps I should follow to update updated blogger post when after updating the post.


Wrote answer · 7/22/2022
Karma · 3215
2
The entity that owns the website is the publisher.
Hence if you own the website, you will be the publisher. If you have a company that owns the website, then that company becomes the publisher.

Example, when Shekhar Gupta writes an article on Indian Express website, then Shekhar Gupta becomes author of the article, and Indian Express becomes the publisher.

Wrote answer · 7/20/2022
Karma · 1435
1
Schema markup is a SEO technique, where you can add some markups to your HTML that will help search engines create structured results snippets.

For example when you search on google, you see some strcutured results for Frequently Asked Questions(FAQs), Blogs, Question and Answers(QAs), etc.

If you have a website where there are multiple FAQs, you can add FAQ Schema to HTML:

<html itemscope itemtype="https://schema.org/FAQPage">
<head>
    </head>
<body>
  <h1>
    Frequently Asked Questions(FAQ)
  </h1>
  <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
    <h2 itemprop="name">What is the return policy?</h2>
    <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
      <div itemprop="text">
        Most unopened items in new condition and returned within <b>90 days</b> will receive a refund or exchange. Some items have a modified return policy noted on the receipt or packing slip. Items that are opened or damaged or do not have a receipt may be denied a refund or exchange. Items purchased online or in-store may be returned to any store.
        <br /><p>Online purchases may be returned via a major parcel carrier. <a href="http://example.com/returns"> Click here </a> to initiate a return.</p>
      </div>
    </div>
  </div>
  <div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
    <h2 itemprop="name">How long does it take to process a refund?</h2>
    <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
      <div itemprop="text">
        We will reimburse you for returned items in the same way you paid for them. For example, any amounts deducted from a gift card will be credited back to a gift card. For returns by mail, once we receive your return, we will process it within 4–5 business days. It may take up to 7 days after we process the return to reflect in your account, depending on your financial institution's processing time.
    </div>
  </div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  <h2 itemprop="name">What is the policy for late/non-delivery of items ordered online?</h2>
  <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
    <div itemprop="text">
      Our local teams work diligently to make sure that your order arrives on time, within our normal delivery hours of 9AM to 8PM in the recipient's time zone. During busy holiday periods like Christmas, Valentine's and Mother's Day, we may extend our delivery hours before 9AM and after 8PM to ensure that all gifts are delivered on time. If for any reason your gift does not arrive on time, our dedicated Customer Service agents will do everything they can to help successfully resolve your issue.
      <br/> <p><a href="https://example.com/orders/">Click here</a> to complete the form with your order-related question(s).</p>
    </div>
  </div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  <h2 itemprop="name">When will my credit card be charged?</h2>
  <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
    <div itemprop="text">
      We'll attempt to securely charge your credit card at the point of purchase online. If there's a problem, you'll be notified on the spot and prompted to use another card. Once we receive verification of sufficient funds, your payment will be completed and transferred securely to us. Your account will be charged in 24 to 48 hours.
    </div>
  </div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
  <h2 itemprop="name">Will I be charged sales tax for online orders?</h2>
  <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
    <div itemprop="text">
      Local and State sales tax will be collected if your recipient's mailing address is in:
      <ul>
        <li>Arizona</li>
        <li>California</li>
        <li>Colorado</li>
      </ul>
    </div>
  </div>
</div>
  </body>
</html>

In the above code, itemscope, itemtype, itemprop, are the schema markup attributes, when you add them to your html, search engines display the results in the form of strucutured snippets. You can see example of it here: https://developers.google.com/search/docs/advanced/structured-data/faqpage.

Similarly, If you want to add schema markup to your Blogs you can refer to this link: https://developers.google.com/search/docs/advanced/structured-data/article

If you have multiple pages on your website, you have to add markup to each page.
Wrote answer · 7/18/2022
Karma · 1435
0

कोणत्याही Web page ( Blog/Website) तोपर्यंत Search Engine मध्ये Index होत नाही जोपर्यंत Google Robots द्वारा Crawl केलं जातं नाही. Google साठी जगभरातील website ला Crawl करण्याऱ्या boats ना GoogleBot बोलले जाते.आज च्या या article मध्ये आपण याच बद्दल जाणून घेणार आहोत की Googlebot Crawler काय आहे आणि कसे काम करते - What is Googlebot analytics and how does it work?

तुम्ही जर अजून Googlebot analytics काय आहे याच्या बद्दल अजून जाणून घेतले नसेल तर तुम्ही हा article शेवट पर्यंत वाचायला पाहिजे. ज्यात तुम्ही Googlebot analytics बद्दल सर्व माहिती जाणून घेऊ शकाल.https://www.digitalsakhi.com/2020/12/what-is-googlebot-crawler-and-how-does-it-work.html
Wrote answer · 8/20/2021
Karma · 40