Google & SEO

Vocab:
Google Analytics:: Measures stats about your website like visitors, time spent on site, what pages they looked at, where they’re from, etc.

Google Search Console (formerly known as Google Webmaster Tools): Allows you to monitor different aspects of your website like when it was last crawled, any indexing errors, security issues, etc.
Search Console also lets you manage some key aspects of how you appear in search results.
To set up Google Analytics, click here and sign in with your Google account.

Google Search Console (formerly known as Google Webmaster Tools).
Click here to go to Search Console. Login with your Google account.

Instantly indexing

https://search.google.com/search-console>URL inspection>(provide your url)>TEST LIVE URL

Google search images appearance (not tested)

You can indicate to Google which image you'd like used for your property using Schema.org markup. Here's a quick company website example:

<script type="application/ld+json">
{"@context" : "http://schema.org",
 "@type" : "Organization",
  "name" : "Example Company",
  "url" : "https://www.example.org",
  "logo": "https://www.example.org/images/my-logo.png" }
</script>
Searching for that company is now much more likely to show that logo when Google needs an image.

If you're doing it for a product page, you'll need this markup:

<script type="application/ld+json">
{"@type": "Product",
 "image": "http://example.org/product-image.png",
 "url": "http://example.org/my-products-url",
 "name": "Example Product Name"
 }
</script>


You can then test the implementation using this tool to make sure Google is picking it up.

Labels: ,

© copyright-2020 Rejaul