Motorola One getting Android 9 Pie now, other Moto devices still waiting

  • Per Motorola, the Motorola One is receiving the Android 9 Pie update now, globally.
  • Aside from the India-exclusive Motorola One Power, this is the only global Motorola device to get the update so far.
  • The Moto X4 Android One can’t be far behind now, but the other Moto devices are still waiting.

Motorola informed us earlier today that the Android 9 Pie update is rolling out now to all Motorola One devices around the world. If you own a Motorola One, you should see the OTA notification sometime soon.

Unfortunately, the United States software updates page at Motorola’s official site doesn’t even list the Motorola One, so our U.S. readers can’t confirm that the update is coming to them. For what it’s worth, the United Kingdom software updates page does list the Motorola One, but all the page says is that Android 9 Pie is coming, with no date or link to download the software manually.

Editor’s Pick

Assuming that the Motorola One is definitely getting the update globally, that makes it the first global Motorola device to get Android 9 Pie. Currently, the Motorola One Power has Pie already, but that device is exclusive to India.

There are many other Motorola devices that the company has promised will receive the update to Pie. However, none of those devices have received a global update yet, including Motorola’s other Android One device, the Moto X4 Android One edition. We can only assume that because the Motorola One and Motorola One Power have Android 9 Pie, the stable update for the Android One variant of the Moto X4 can’t be far away.

As a refresher, these are the devices Motorola promised will get a Pie upgrade at some point:

Keep an eye on our Android 9 pie tracker page to find out when your device is slated to get the latest Android version. Click below to check it out.

NEXT: Android 9 Pie update tracker: What we know so far

Source: Android Zone

The post Motorola One getting Android 9 Pie now, other Moto devices still waiting appeared first on TuneMaster.ml.

Project Fi is now Google Fi, adds support for iPhones and many more Android phones

Project Fi logo

  • Google announced it has renamed Project Fi to Google Fi.
  • Google also announced Google Fi support for many more phones, including iPhones and those from Samsung, LG, Motorola, and OnePlus.
  • iPhone users can sign up through the new Google Fi app, which is currently in beta.

Following rumors that Google would rename Project Fi into Google Fi, the search giant made it official today. Google also announced that Google Fi now supports many more smartphones, including those from Samsung, LG, Motorola, OnePlus, and Apple.

You read that right. You can officially use your iPhone on Google Fi.

You could technically get Project Fi to work on iPhones and other smartphones before today’s announcement. The problem was that you would not know if something was wrong until you tried. For example, we saw questionable call quality, slower speeds, and the lack of seamless carrier switching when we tested Google Fi on an iPhone 7 Plus.

With today’s announcement, however, none of the aforementioned issues should crop up anymore.

google fi logo project fi

Keep in mind that just because a phone is compatible with Google Fi means that it gets every Google Fi feature. Some phones, such as the Moto Z3 and LG V30S, do not have access to automatic carrier switching and Google Fi’s VPN. You can go here to see if your phone is compatible with Google Fi and which features may or may not be missing.

When it comes to iPhones, iMessage works just fine but you will have to update your iPhone’s MMS settings to send and receive texts with non-iPhones. You will also receive voicemails as texts and have them transcribed. Voicemails will not show up in the Voicemail section of the Phone app.

Google Fi’s Network Tools feature will not work on iPhones. Network Tools is what allows for automatic carrier switching, enables a Google Fi VPN, and make Wi-Fi calls.

Next: Google Fi plans: What are your options?

iPhone users can sign up for Project Fi with the new Google Fi for iOS app, which is currently in beta. From there, you can pick how you want your plan to look like.

If you’re new to Fi and decide to buy a phone from Google Fi today, Google will give you the same value back in your choice of travel gift cards. You can spend these gift cards on flights, lodging, and more. If you want to sign up for Google Fi with your current phone, you’ll receive $200 of Fi service credit if you sign up today.

Base prices start at $20 for unlimited talk and text, $10 per gigabyte, and $15 per line up for up to five extra lines. Regardless of your plan make-up, Google Fi includes Bill Protection to prevent overage fees once your monthly data allotment is up, does not typically charge surprise fees, and makes sure you only pay for what you use — you will not get charged for unused data.

Source: Android Zone

The post Project Fi is now Google Fi, adds support for iPhones and many more Android phones appeared first on TuneMaster.ml.

How to Stop Search Engines from Crawling a WordPress Site

Recently, one of our users asked us how they can stop search engines from crawling and indexing their WordPress site? There are many scenarios when you would want to stop search engines from crawling your website or listing it in search results. In this article, we will show you how to stop search engines from crawling a WordPress site.

Stop search engines from crawling your WordPress site

Why and Who Would Want to Stop Search Engines

For most websites, search engines are the biggest source of traffic. You may ask, why would anyone want to block search engines?

When starting out, a lot of people don’t know how to create a local development environment or a staging site. If you’re developing your website live on a publicly accessible domain name, then you likely don’t want Google to index your under construction or maintenance mode page.

There are also many people who use WordPress to create private blogs, and they don’t want those indexed in search results because they’re private.

Also some people use WordPress for project management or intranet, and you wouldn’t want your internal documents being publicly accessible.

In all the above situations, you probably don’t want search engines to index your website.

A common misconception is that if I do not have links pointing to my domain, then search engines will probably never find my website. This is not completely true.

There are many ways search engines can find a website linked elsewhere. For example:

  1. Your domain name could have been previously owned by someone else, and they still have some links pointing to your website now.
  2. Some domain search site’s results could get indexed with your link on them.
  3. There are literally thousands of pages with just list of domain names, your site can appear on one of those.

There are a lot of things happening on the web and most of them are not under your control. However, your website is still under your control, and you can instruct search engines to not index or follow your website.

Blocking Search Engines from Crawling and Indexing Your WordPress Site

WordPress comes with a built-in feature that allows you to instruct search engines not to index your site. All you need to do is visit Settings » Reading and check the box next to Search Engine Visibility option.

Search engine visibility setting in WordPress

When this box is checked, WordPress adds this line to your website’s header:

<meta name='robots' content='noindex,follow' />

WordPress also modifies your site’s robots.txt file and add these lines to it:

User-agent: *
Disallow: /

These lines ask robots (web crawlers) not to index your pages. However, it is totally up to search engines to accept this request or ignore it. Even though most search engines respect this, some page or random image from your site may get indexed.

How to Make Sure Your Site Doesn’t Appear in Search Results?

The default WordPress visibility settings instruct search engines not to index your website. However, search engines may still end up crawling and indexing a page, file, or image from your website.

The only way to to make sure that search engines don’t index or crawl your website at all is by password protecting your entire WordPress site on the server level.

This means when anyone tries to access your website, they are asked to provide a username and password even before they reach WordPress. This includes search engines as well. Upon login failure, they are shown 401 error and the bots turn away. Here is how to password protect an entire WordPress site.

Method 1: Password Protecting an Entire Site using cPanel

If your WordPress hosting provider offers cPanel access to manage your hosting account, then you can protect your entire site using cPanel. All you have to do is log in to your cPanel dashboard and then click on ‘Password Protect Directories’ icon under the ‘Security’ section.

Password protect directories

Next, you will need to choose the folder where you have installed WordPress. Usually, it is the public_html folder.

Select the root folder

If you have multiple WordPress sites installed under public_html directory, then you need to click on the folder icon to browse and select the folder for the website you want to password protect.

On the next screen, you need to enter a name for the protected directory and click on the ‘Save’ button.

Enter a name for protected directory

Your information will be saved and cPanel will reload the page. After that, you need to add an authorized user by entering a username and password.

Add authorized user

That’s all, you have successfully added password protection to your WordPress site.

Now, whenever a user or search engine visits your website they will be prompted to enter the username and password you created earlier to view the site.

Password protected website

Method 2: Password Protecting WordPress with a Plugin

If you are using a managed WordPress hosting solution, sometimes you don’t have access to cPanel.

In that case, you have the option to use different WordPress plugins to password protect your website. Below are the two most popular solutions:

  1. SeedProd – it’s the #1 coming soon and maintenance mode plugin for WordPress, used on over 800,000+ websites. It comes with complete access control and permissions features that you can use to hide your website from everyone including search engines. We have a step by step how-to guide for SeedProd.
  2. Password Protected – it’s a very simple way to password protect your WordPress site with a single password (no user creation needed). See our step by step guide on how to password protect a WordPress site.

We hope this article helped you stop search engines from crawling or indexing your WordPress site. You may also want to see our ultimate step by step WordPress security guide for beginners.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Stop Search Engines from Crawling a WordPress Site appeared first on WPBeginner.

Source: Wordpres

The post How to Stop Search Engines from Crawling a WordPress Site appeared first on TuneMaster.ml.