FTP #button-contact-vr { position: fixed; bottom: 0; z-index: 99999; } /*phone*/ #button-contact-vr .button-contact { position: relative; margin-top: -5px; } #button-contact-vr .button-contact .phone-vr { position: relative; visibility: visible; background-color: transparent; width: 90px; height: 90px; cursor: pointer; z-index: 11; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); transition: visibility .5s; left: 0; bottom: 0; display: block; } .phone-vr-circle-fill { width: 65px; height: 65px; top: 12px; left: 12px; position: absolute; box-shadow: 0 0 0 0 #c31d1d; background-color: rgba(230, 8, 8, 0.7); border-radius: 50%; border: 2px solid transparent; -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; transition: all .5s; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-animuiion: zoom 1.3s infinite; animation: zoom 1.3s infinite; } .phone-vr-img-circle { background-color: #e60808; width: 40px; height: 40px; line-height: 40px; top: 25px; left: 25px; position: absolute; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out; animation: phone-vr-circle-fill 1s infinite ease-in-out; } .phone-vr-img-circle a { display: block; line-height: 37px; } .phone-vr-img-circle img { max-height: 25px; max-width: 27px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); } @-webkit-keyframes phone-vr-circle-fill { 0% {-webkit-transform: rotate(0) scale(1) skew(1deg); } 10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);} 40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);} 50% {-webkit-transform: rotate(0) scale(1) skew(1deg);} 100% {-webkit-transform: rotate(0) scale(1) skew(1deg);} } @-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}} .phone-bar a { position: absolute; margin-top: -65px; left: 30px; z-index: -1; color: #fff; font-size: 16px; padding: 7px 15px 7px 50px; border-radius: 100px; white-space: nowrap; } .phone-bar a:hover { opacity: 0.8;color: #fff; } @media(max-width: 736px){ .phone-bar{display: none;} } #zalo-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #zalo-vr .phone-vr-img-circle { background-color: #2196F3; } #viber-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #714497; background-color: rgba(113, 68, 151, 0.8); } #viber-vr .phone-vr-img-circle { background-color: #714497; } #contact-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #2196F3; background-color: rgba(33, 150, 243, 0.7); } #contact-vr .phone-vr-img-circle { background-color: #2196F3; } div#whatsapp-vr .phone-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 #1fd744; background-color: rgb(35 217 72 / 70%); } div#whatsapp-vr .phone-vr .phone-vr-img-circle { background: #1cd741; } div#whatsapp-vr .phone-vr .phone-vr-img-circle img { max-width: 100%; max-height: 100%; border-radius: 50%; } #fanpage-vr img { max-width: 35px; max-height: 35px; } #fanpage-vr .phone-vr-img-circle { background-color: #1877f2; } #fanpage-vr .phone-vr-circle-fill { box-shadow: 0 0 0 0 rgb(24 119 242 / 65%); background-color: rgb(24 119 242 / 70%); } /*css all in one*/ #gom-all-in-one .button-contact { transition: 1.6s all; -moz-transition: 1.6s all; -webkit-transition: 1.6s all; } #button-contact-vr.active #gom-all-in-one .button-contact { margin-left: -100%; } #all-in-one-vr .phone-bar { position: absolute; top: 50%; transform: translateY(-50%); left: 100%; color: #fff; padding: 5px 15px 5px 48px; border-radius: 50px; margin-left: -64px; width: max-content; cursor: pointer; } #popup-showroom-vr, div#popup-form-contact-vr { display: none; } #popup-showroom-vr.active, div#popup-form-contact-vr.active { display: block; position: fixed; width: 100%; height: 100vh; top: 0; left: 0; z-index: 99999; } .bg-popup-vr { position: absolute; left: 0; top: 0; background: rgb(51 51 51 / 50%); width: 100%; height: 100vh; } .content-popup-vr { background: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 95%; border-radius: 5px; box-shadow: 0 0 14px 5px rgb(0 0 0 / 49%); max-width: 600px; display: flex; } .content-popup-vr input, .content-popup-vr textarea { width: 100%; max-height: 100px; min-height: 38px; border: 1px solid #b1b1b1; margin-bottom: 10px; padding: 0 7px; background: #fff; } .content-popup-vr label { width: 100%; } .content-popup-vr input.wpcf7-form-control.wpcf7-submit { max-width: fit-content; padding: 5px 32px 2px; background: #2196f3; border: 0; color: #fff; font-size: 16px; border-radius: 5px; margin: 10px auto 0; display: block; box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 29%); font-weight: 400;min-height: auto;line-height: 30px;} .content-popup-vr input.wpcf7-form-control.wpcf7-submit:hover { opacity: 0.7; } .content-popup-vr .close-popup-vr { font-family: sans-serif; width: 23px; height: 23px; background: black; position: absolute; top: -10px; right: -10px; color: #fff; text-align: center; line-height: 23px; font-size: 17px; border-radius: 50%; cursor: pointer; } .content-popup-vr .close-popup-vr:hover { background: #b50000; } .content-popup-vr .content-popup-div-vr { width: 100%; padding: 25px; } .content-popup-vr .content-popup-img-vr { width: 100%; max-width: 45%; border-radius: 10px 0 0 10px; overflow: hidden; } #loco-top, #loco-bottom { display: block; } #loco-top .content-popup-img-vr, div#popup-form-contact-vr #loco-bottom .content-popup-img-vr { max-width: 100%; text-align: center; } #contact-showroom.no-event a { pointer-events: none; } .content-popup-vr .content-popup-div-vr ul {color: #333;list-style: none;font-size: 15px;} @media(max-width: 673px){ div#popup-form-contact-vr .content-popup-vr { display: block; } div#popup-form-contact-vr .content-popup-vr .content-popup-img-vr { max-width: 100%; display: none; } } Weekly News: Google Search Console performance reports data issue may impact analytics - TopListWP
0.7 C
New York
Thursday, February 6, 2025
Eduma Premium Education WordPress Theme

Weekly News: Google Search Console performance reports data issue may impact analytics

Google Search Console performance reports data issue may impact analytics

Google Search Console had yet another data issue with the performance reports, this time impacting Google Search, Google Discover, and Google News data. Google said this was a “logging issue on analytics” that occurred between February 1, 2022, through February 3, 2022.

Rankings not impacted. This was just an analytics issue, any drop in impressions and clicks might be related to the data logging issue and not related to any search ranking changes. Google said, “this is only a logging issue; it does not reflect a change in either user behavior or search results on Google.”

The issue. Google said this was a “logging issue on analytics.” Google wrote, “Performance metrics suffered a logging issue on analytics for Search, Discover, and Google News.” This may lead to you seeing “some discrepancies in your performance data during this period,” Google added.

Make sure to annotate your reporting, Google already added an annotation directly to the Performance reports. But if you send data to your clients or internally based on Search Console data, make sure to communicate this data issue with those reports.

Read more: Google Search Console performance reports data issue may impact analytics

Google tests Buying Guides in mobile search results

Google is testing “Buying Guides,” new mobile search results feature that presents users with various drop-down menu options to learn more about the product they’re searching for, the company has confirmed to Search Engine Land.

An example of Google's buying guides in the mobile search results.
Google’s Buying Guide for the query “baseball bats.”

Tip of the hat to Brian Freiesleben for bringing this to our attention.

Editorial content — not e-commerce links — show up in the various drop-down options of the Buying Guide, which could be another place in the SERPs where your content marketing can appear.

Read more:  Weekly News: Google is Developing ‘Big Moments’ Feature For Breaking News

“Brands” was one of the drop-down options in the Buying Guide I saw, so it’s safe to assume that the same Brand section will appear in many Buying Guides. Brands will want to ensure that they appear in the Buying Guides for as many of their products as possible — being omitted when your competitors are being shown to users puts you at a disadvantage.

How it works. A price range is shown at the top of the Buying Guide, right below the title of the search result feature. The drop-down menus within the Buying Guide cover several characteristics that might help shoppers narrow down their options. Tapping on a drop-down menu shows the user editorial content; Google did not say how it ranks content that appears in these sections.

The “Types” and “Brands” menus showed carousels that users could interact with to toggle the information shown (for example, users could select from “Composite,” “Aluminum,” “Hybrid” and “Wood” in the Types menu to find out more about bats of the selected material).

The rest of the drop-down menus were geared toward addressing a single question. For example, the “Size” drop-down provides a search listing and preview that answers the question “What is the average size for a bat?”

For the query I was able to trigger this test for (“baseball bats”), the Buying Guide appeared as the fifth organic, non-rich result listing, below 3 ads, a “Popular Baseball Bats” Shopping carousel, and the People also ask box. 

Google’s statement. “This is an experiment that helps shoppers discover relevant characteristics of a product by surfacing attributes like price, brand, and type,” a Google spokesperson told Search Engine Land. “We’re always testing new ways to improve the shopping experience for our users but don’t have anything specific to announce right now.”

Read more:  Weekly News: Twitter To Let Users Filter Unwanted Replies

There are some kinks to work out. In terms of understanding a user’s query and matching it with relevant content, Google has made a lot of progress over the last few years, touting advancements such as BERT and MUM. However, it still gets things wrong from time to time.

An example of Google's Buying Guide for "baseball bats" confusing the sports equipment with the animal.
Google’s Buying Guide for “baseball bats” confuses the sports equipment with the animal.

I used the query “baseball bats” to trigger the Buying Guide feature and, while most of the baseball bat drop-down categories and results were relevant, the results for “Body” and “Age” pertained to bats, the flying mammal (as shown above).

Whether the irrelevant results are due to Google’s systems mistaking baseball bats for animal bats or because the Buying Guides are still in testing, it’s clear that this feature is not quite ready for a wider rollout.

Read more: Google tests Buying Guides in mobile search results

Google says Shopify sites are in a good crawling state after reports of stalled crawling

Last week there were numerous reports that Google stopped crawling and Googlebot “flatlined” its crawling activity on many, if not, all Shopify websites. Google’s John Mueller responded to the reports this morning that yes, that is what it appeared to happen in Google Search Console but these sites “are in a good state” and “crawling will speed up again.” He said the issue was related to a “temporary drop in how we calculate how much we can crawl,” implying there was no issue with the Shopify sites.

In fact, if you click through to that thread, you will see more reports of this. Both Google’s John Mueller and Shopify’s Kevin Indig said they will investigate.

Read more:  Weekly News: Facebook To End Live Shopping on October 1

What was the issue? The issue seemed to be on Google’s end and not an issue with Shopify. John Mueller of Google said this morning “we looked into the sites that were mentioned and for all of them it was a temporary drop in how we calculate how much we can crawl. This happens from time to time and catches up after a few days usually. As far as the engineers are concerned, these are in a good state, crawling will speed up again, and there’s not something that needs to be done. It’s kinda confusing from the outside though.”

Read more: Google says Shopify sites are in a good crawling state after reports of stalled crawling

Secrets of marketing agency success

CallRail SEL Sponsored Article 1920 x 1080

CallRail just released its 2022 Outlook for Digital Marketing Agencies. The good news: “2021 was a good year for agencies, and 2022 is looking even brighter,” said Mary Pat Donnellon, chief revenue officer at CallRail. 

“The report highlights the areas of success agencies saw last year and reveals what challenges they expect to face in 2022 and beyond. With client acquisition a key concern, agencies are utilizing — or plan to utilize in the near future — the latest marketing trends, like conversational marketing and artificial intelligence, to bring in new clients and keep their momentum going.” 

The study surveyed over 500 individuals employed full-time at U.S.-based marketing agencies to also determine how client expectations are projected to change in 2022 and which marketing trends agencies are currently implementing to bolster client acquisition. 

Read more: Secrets of marketing agency success

More news: Weekly News: Google allows ads for sports betting in Louisiana

Related Articles

Weekly News: Apple Search campaigns shifting to cost-per-tap (CPT) pricing model

Apple Search campaigns shifting to a cost-per-tap (CPT) pricing model Apple Search users will soon notice a new campaign pricing type. CPT or cost-per-tap is...

Pragmatic Play’den Sweet Bienestar Demosunu Oynayı

Pragmatic Play'den Sweet Bienestar Demosunu OynayınResmi Sitesi Çevrimiçi Oyna, Para İle Oyna"ContentPara Yatırma Ve KazançMuhafazakar Kazanma StratejisiSemboller - Meyveler Ve TatlılarSorumlu Bir Şekilde Oynayın"Oyun...

Weekly News: Google multisearch – search by image and text at the same time

Google multisearch – search by image and text at the same time Google multisearch is Google’s latest innovative search feature that let’s you search by...

Демо Игровые Автоматы Играть Бесплатно никаких Регистрации В Слоты%2C Особенности Версии также Игре В Онлайн Казин

Демо Игровые Автоматы Играть Бесплатно никаких Регистрации В Слоты%2C Особенности Версии также Игре В Онлайн КазиноИгровые Автоматы Бесплатно Играть а Слоты Без Регистрации ОнлайнContentИгровые...

самые Онлайн Казино и Реальные Деньги же 2024 Году и России Рейтинг проверенные И Надежных вопреки Выплатам Сайтов киромарусом Игровыми Автоматам

самые Онлайн Казино и Реальные Деньги же 2024 Году и России Рейтинг проверенные И Надежных вопреки Выплатам Сайтов киромарусом Игровыми АвтоматамиКазино Рейтинг Топ 3000...
Latest Articles