• Resolved rainmaker25

    (@rainmaker25)


    So I created my Google JSON Key but do I paste the whole thing including the quotes from start to finish or do I negate the quotes?  Or do I paste in everything minus “—–BEGIN PRIVATE KEY—–\ and before \n—–END PRIVATE KEY—–\n”?  How can I tell it is working from your plugin?

    For Bing API and Yandex API I don’t need to enter anything into the API Key fields just enable them, correct?  As long as I have the IndexNow tab enabled I am good to go, right?  I don’t have to enter in an API key in the Index Now box because it is auto generated correct?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Collins Agbonghama

    (@collizo4sky)

    You copy and paste everything. The content should be something like

    {
      "type": "service_account",
      "project_id": "id_here",
      "private_key_id": "***********",
      "private_key": "-----BEGIN PRIVATE KEY-----\nMR\n63yR8d4********IKCjCU3S\n-----END PRIVATE KEY-----\n",
      "client_email": "[email protected]",
      "client_id": "999999999",
      "auth_uri": "https://accounts.google.com/o/oauth2/auth",
      "token_uri": "https://oauth2.googleapis.com/token",
      "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
      "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/../.iam.gserviceaccount.com",
      "universe_domain": "googleapis.com"
    }

    If you are using the indexnow protocol for index submission, you don’t have to fill out the API key fields for Bing and Yandex. You only fill them if you prefer to go direct, using their search API.

    > I don’t have to enter in an API key in the Index Now box because it is auto generated correct?

    Correct.

    Thread Starter rainmaker25

    (@rainmaker25)

    Wow, thanks for getting back to me so quickly. Do you have any premium plugins so I can support your work? Is there anything crazy in the future, like making this Index Now plugin so robust that it can index more things faster for every search engine, making it a premium plugin?
    ?
    Should I select more than posts and categories???A ping is sent if I add codes to titles of posts with a dynamic token like a year, which will change as it goes into the next year?
    ?
    When I refer to “Index Now,” ??I’m talking about your plugin. I ask because the “IndexNow” from Microsoft usually requires additional setup, but you mentioned that your plugin doesn’t need any further configuration. So, I assume you’re referring to your own “Index Now” plugin, correct? You didn’t have a space between Index and Now, which refers to the Microsoft Plugin

    Plugin Author Collins Agbonghama

    (@collizo4sky)

    We have a premium version in the works that will BLOW your mind and take indexing to a new level.

    IndexNow is a protocol collaboration between Microsoft Bing, Yandex, and other search engines. You can read more about it here https://www.indexnow.org/

    We only simplified the process by automatically generating the key for you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.