How to deploy nodejs web on google search console - node.js

I opened the server on ubuntu and applied the domain as well.
How do I get this site exposed on Google search engines?
I have added my site domain to the Google search console.
However, when I search for site: slog.website on Google, my site is not displayed.
How can I deploy on google search console?

Fist of all, have you add google tag for verification that you really own your website?
Go to Settings>Ownership verification. Here you should see a text "You are a verified owner".
If you are a verified owner then keep in mind that Google bots have to crawl and index your website. It can take some time.
Otherwise, if your are not a verified owner, scroll to Settings>Ownership verification>Additional verification methods where you can find HTML file or HTML tag.
The simplest way is to copy and paste Google HTML tag to the <head> of your homepage. Then deploy your website and click 'VERIFY' button.

Related

Google home integration with dynamo DB

I am creating Google Smart Home action of google home. But I have not idea, how to connect the dynamo DB with smart home action but I can see here using with firebase. When I ran the command with invocation name in google assistant then it is showing "something went wrong".
I have enabled the home graph API and also created the JSON key file. I also can see their upload JS file button but don't know, what files should I upload there?
Thank You
It sounds like you are going through the Washer codelab, which is a great first step.
When you are configuring your project in the Actions console, you would need to enter your fulfillment URL from your application (rather than the Firebase URLs shown in the codelab).
You also need to set up an authentication server to enable account linking. Once you've completed this, you should be able to test your Smart Home Action through the Google Home app. Remember that you need to configure the console with your application's URLs for authorization and tokens in place of the demo URLs in the codelab.
The JS upload you are seeing in the console is for local fulfillment applications, which would be a feature to consider adding after you have successfully uploaded and tested your Smart Home Action.

Url marked as malicious site by Mcafree

I have recently created a website for my client, but when I try to post to my facebook or Linkedin, I noticed that the web security advisor shows it is malicious site and given it a red cross after the link.
I would like to know what is going wrong with this url? Any solution to fix it up?

Proof Azure Website Ownership to Google Play

My problem is similar to this one. But I need to make one step further.
I whant to publish my website webview on google play. Google Play have rejected my submission but after I send them a email they respond and said that they will allow app publication if I send them pdf with distribution agreement, authorization contract, website domain information or something like that prooving my website ownership. My website hosted on azure. I have domain name like xxxxx.azurewebsites.net. Please help me to understand how can I make pdf document that prooves my website owership.
Will be very greatfull for help!
First, about how to verify your Azure Website ownership, you can refer to these Google documents as below.
Handling Android App Links
Secure and specific: Android App Links use HTTP URLs that link to a website domain you own, so no other app can use your links. One of the requirements for Android App Links is that you verify ownership of your domain through one of our website association methods.
and
Add verification for your deep links: Configure your app to request verification of app links. Then, publish a Digital Asset Links JSON file on your websites to verify ownership through Google Search Console. Learn more in Verify App Links.
Verify Android App Links
To verify ownership of both your app and your website, the following steps are required:
Request automatic app link verification in your manifest. This signals to the Android system that it should verify your app belongs to the URL domain used in your intent filters.
Declare the relationship between your website and your intent filters by hosting a Digital Asset Links JSON file at the following location:
https://domain.name/.well-known/assetlinks.json
The section Verify your website of App Indexing on Google Search in Play Console Help introduces the steps
Sign in to your Play Console.
Click All Applications All applications.
Select the application you'd like to verify.
On the left menu, click Development tools > Services & APIs.
Under "App Indexing from Google Search," click Verify website.
Type your website address.
Click Verify.
Go to Google Search Console.
On the left menu, click All Messages.
Open the verification request message (example: "Google Play: Link http://www.yourwebsite.com to android-app://example.com.yourpackage.name").
Click Approve the request.
Review the information and click Approve. Once approved, your app will appear on the
Search Console Home Page for your account. Be sure that your app enables deep links.
If you have a Google Search Console account or not, here is two links of Verify your site ownership of Search Console Help for old and new Search Console will be helpful.
Tip: Only Google Search Console users with "Owner" permissions can view and approve site verification requests. If you don't see your site verification request, make sure you're signed in using an account with "Owner" permissions.
Second, the xxxx.azurewebsits.net is just a subdomain of azurewebsites.net which be registed by Azure and you can lookup the related info via https://www.whois.net/ as the figure below, so it's not belong to you.
Therefore, you need to register a domain name like abc.com in the Domain Name Registrar like GoDaddy or others, and add a CNAME record with it into DNS server like Azure DNS, then to follow the above steps required by Google to verify your website ownership and collect the necessary information to make a PDF document to send to Google.

Is it possible to use Google Adsense in a free Azure Web App (azurewebsites.net)?

A free Azure Web App means the URL for the app will be:
https://[name].azurewebsites.net
And, if I'm correct, according to Google Adsense rules you need to enable Adsense for the root domain (in this case: "azurewebsites.net")
Question: is it possible somehow to enable Google Adsense in this scenario? and how? If not, are there good alternatives?
Context is I have a small app that is free to use for anyone and I see that this app is used regularly and maybe I could profit a little with it. (The app is just a xml to pdf converter)
if I'm correct, according to Google Adsense rules you need to enable Adsense for the root domain (in this case: "azurewebsites.net")azurewebsites.net
We are not the owner of the root domain, so we can't do anything with this domain. But I haven't found this rule on Google Adsense site. So you can just following the steps on Google Adsense home page. Create a new account, input your site information and input your personal information.
https://www.google.com/adsense/start/#/?modal_active=none
You could fill the website URL with "http://[yoursitename].azurewebsites.net".
After these steps, we will get a html code. We can fill this html code after the <head> tag of our root page in your web application.

How to remove godaddy parking message from google search results for my website?

I bought a domain from Godaddy. I created my web app and hosted on AWS. On opening the URL, it opens my website correctly as I have set the CNAME and other DNS parameters. However, if I do a google search for my website, in the description of the search result it shows this message:
This web page is parked FREE, courtesy of GoDaddy.com New .COMs ...
I submitted the page for indexing on google . Didn't help. How do I fix it?
login to your godaddy account-> domains->dns->domain forward-> fill out,select box (forward and mask), add description and key words, also select box at bottom and save.

Resources