Closed tfsumon closed 2 months ago
Name | Link |
---|---|
Latest commit | 608e02e669660fc5f6f10b32bcfbba96afadb236 |
Latest deploy log | https://app.netlify.com/sites/intelops-website-nonprod/deploys/66cc07939b20500008f00fb1 |
Deploy Preview | https://deploy-preview-377--intelops-website-nonprod.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
The pull request adds site verification settings for various platforms, such as Google, Bing, Baidu, Facebook, and Mastodon, which should be stored securely and validated to maintain application security.
We ran 9 analyzers
against 1 file
and 0 analyzers
had findings. 9 analyzers
had no findings.
:green_circle: Risk threshold not exceeded.
@tfsumon Can you provide an example how to add site verification with Google and Bing, please? Provide example in this PR's comment only.
@devopstoday11,
Open params.toml
file and locate following code and add bing webmaster meta code in bing
option.
# site verifications
# https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
[site_verification]
google = "" # Your verification code
bing = "" # Your verification code
baidu = "" # Your verification code
facebook = "" # Your verification code
mastodon = "" # Your verification code
@devopstoday11,
Could you please merge the 'main' branch with the 'chandu' branch for the documentation site? Once this is completed, I'll be able to add the site verification code.
Run & review this pull request in StackBlitz Codeflow.