Your use of Google is likely going to change today. FOX News Radio's Eben Brown reports in "FOX On Tech": FOX On Tech. The crowd of internet users worldwide calls it "mobilegeddon" ("The Internship") "Welcome to Google!" As today's the day Google, the world's most used search engine tool, will start filtering search results based on what type of device you're searching with. And since most of us now are performing most of our searches via smartphone or tablet, that means we're gonna get search answers focused on mobile-ready content. Some online content creators complain it will effectively shut them out from showing up on your search results, but Google says it'll just push creators into adapting to the mobile world. Eben Brown, FOX News Radio. WATCH for more on this story:

Your use of Google is likely going to change today.


FOX News Radio's Eben Brown reports in "FOX On Tech":



FOX On Tech.


The crowd of internet users worldwide calls it "mobilegeddon"


("The Internship") "Welcome to Google!"


As today's the day Google, the world's most used search engine tool, will start filtering search results based on what type of device you're searching with.


And since most of us now are performing most of our searches via smartphone or tablet, that means we're gonna get search answers focused on mobile-ready content.


Some online content creators complain it will effectively shut them out from showing up on your search results, but Google says it'll just push creators into adapting to the mobile world.


Eben Brown, FOX News Radio.


WATCH for more on this story:



   

    
  Email

        

.bg-modal {
background-color: rgba(0,0,0,0.8);
width: 100%;
position: absolute;
display: none;
justify-content: center;
align-items: center;
margin-top: -400px;
}

.modal-contents {
height: 300px;
width: 500px;
background-color: white;
text-align: center;
padding: 20px;
position: relative;
border-radius: 4px;
}

.close {
position: absolute;
top: 0;
right: 10px;
font-size: 42px;
color: #333;
transform: rotate(45deg);
cursor: pointer;
a:hover {
color: #666;
}
}

  Embed

+

Embed Code





Embed the following code on your website:


Watch the latest video at foxbusiness.com

document.querySelectorAll(".buttonembed").forEach((element, index) => {
element.classList.add(`unique-${index}`)
})

var vid1 = document.querySelector(".unique-0");
if (document.querySelector(".unique-0") !== null) {
vid1.id="uniqueID-0";
}

var vid2 = document.querySelector(".unique-1");
if (document.querySelector(".unique-1") !== null) {
vid2.id="uniqueID-1";
}

var vid3 = document.querySelector(".unique-2");
if (document.querySelector(".unique-2") !== null) {
vid3.id="uniqueID-2";
}

var vid4 = document.querySelector(".unique-3");
if (document.querySelector(".unique-3") !== null) {
vid4.id="uniqueID-3";
}

var vid5 = document.querySelector(".unique-4");
if (document.querySelector(".unique-4") !== null) {
vid4.id="uniqueID-4";
}

var vid6 = document.querySelector(".unique-5");
if (document.querySelector(".unique-5") !== null) {
vid6.id="uniqueID-5";
}

document.getElementById("uniqueID-0").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[0].style.display="flex";
}
document.getElementById("uniqueID-1").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[1].style.display="flex";
}
document.getElementById("uniqueID-2").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[2].style.display="flex";
}
document.getElementById("uniqueID-3").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[3].style.display="flex";
}
document.getElementById("uniqueID-4").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[4].style.display="flex";
}
document.getElementById("uniqueID-5").onclick = function() {
var x = document.querySelectorAll(".bg-modal");
x[5].style.display="flex";
}