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: YouTube Search Engine's Brand New Functions - TopListWP
-1.3 C
New York
Tuesday, January 14, 2025
Eduma Premium Education WordPress Theme

Weekly News: YouTube Search Engine’s Brand New Functions

YouTube adds video chapter previews, auto-translates captions in new search engine functions

To simplify users’ searching, Google – YouTube’s owning company has published the new updates about the built-in search generator operation on Tuesday.

Timestamp previews and auto-play snippets added to mobile. “These time-stamped images detail the different topics covered in videos and let you better evaluate the video you’re about to watch. You can also jump directly to the section most relevant to your specific interest,” said Pablo Paniagua, director of product management, in the announcement.

YouTube has previously had short autoplay with captions when desktop users move their mouse over a video to help them know what they’re about to watch. This option allows you to find exactly what you’re looking for (or find a video that does cover the topic you want to learn about). The quick auto-play will also be available on mobile upon scroll.

Read more: YouTube adds video chapter previews, auto-translates captions in new search engine functions

Facebook’s First-Ever Report On Most Viewed Content

Facebook published its first-ever report on the most widely viewed content in users’ news feeds.

Facebook published a report that offers a first-ever look at what content gets the most views in people’s news feeds.

The report published today is the first in a series of reports. It focuses on which domains, links, pages, and posts get the most views in the US.

Facebook’s Widely Viewed Content Report

Facebook says this first quarterly report aims to provide clarity around what people see in their news feed.

Read more:  Weekly News: Holiday shopping SEO: Last-minute tips and techniques for e-commerce sites

Here are some general takeaways:

  • The content that’s seen by the most people isn’t necessarily the content that also gets the most engagement.
  • 57% of posts that people see is from their family and friends.
  • Fewer than 13% of content views were on posts with links.
  • Most viewed news domains account for 0.31% of all content views. Of those domains, mainstream media dominate by views.
  • Of posts with links, around a quarter of the most viewed domains were news publishers.

“It depends” doesn’t have to be the answer if you ask the right questions; Thursday’s daily brief

After moderating so many Overtime Q&A sessions for SMX, I’ve noticed that many professionals formulate their questions something like this: relevant background information, goal, “What should I do?”

Numerous reports of images not loading in Google’s Top stories carousel began surfacing on Twitter yesterday morning. We were able to replicate the issue (shown above) and the carousel shows either blank or blurred featured images, but some of the reports we’ve seen include screenshots of the carousel in which one or two of the images did successfully load. Google has confirmed that it’s a bug and is working on a fix but has not provided a timeline. We’ll continue to provide updates as they come in.

Read more: “It depends” doesn’t have to be the answer if you ask the right questions; Thursday’s daily brief

Four ways to improve page speed and master Core Web Vitals

Google’s latest major update to its search algorithm focuses greatly on the user experience through a new set of ranking factors metrics, called Core Web Vitals. Early results from Core Web Vital audits reveal that the average website performs below these new standards. Searchmetrics’ research revealed that, on average, sites could reduce page load time by nearly one second by removing unused JavaScript.

Read more:  Weekly News: Google and Bing halt all ad sales in Russia

This provides an amazing opportunity to outperform other websites by boosting your own page rankings.

Here is everything you need to know about Core Web Vitals plus four simple steps to improve your metrics.

What are the Core Web Vitals metrics?

Core Web Vitals are an extension of Google’s page experience signals that include mobile-friendliness and HTTPS. The three Core Web Vitals metrics measure loading performance, interactivity, and visual stability, which Google views as providing an accurate depiction of a real-world, user experience.

How to check your page speed insights

There are many online tools that check your page ranking score, including PageSpeed Insights, Chrome User Experience Report, Lighthouse Audit, and Search Console. These sites measure page speed in various elements and display the results using a traffic light system. PageSpeed Insights provides a breakdown of the results and highlights areas of improvement.

Read more: Four ways to improve page speed and master Core Web Vitals

How to craft a winning Search Engine Land Awards entry: Past judges share their advice

Since its inception in 2015, the Search Engine Land Awards has recognized exceptional marketers on an annual basis — showcasing their outstanding work, providing well-earned exposure in coverage and interviews, and bestowing upon them the highest honor in search.

But the road between deciding to begin an application and winning the award can be a long one. Although this year’s submission process has been significantly streamlined — it’s never been faster or easier to apply to the Search Engine Land Awards — there’s still a story that has to be told. And while the way in which you tell that story is entirely up to you, we thought we’d look back on some advice from past judges about what really wows them, what they would love to see more of, and what areas are best avoided...

Read more:  Weekly News: Meta rebrands automated ad products, shopping campaigns coming soon

Google’s tool to report indexing bugs is now available in the U.S.

The tool provides a way for SEOs to escalate their issues with Google Search.

Google’s reporting tool for indexing bugs is now available to all signed-in Search Console users worldwide (although it can only process reports filed in English), the company announced on Monday. The tool, which was first announced as a pilot program back in April, can be accessed at the bottom of the URL inspection help document and indexing coverage report document.

Indexing issues in Google Search are fairly common. In fact, we’ve reported numerous confirmed indexing issues with Google over the years. Now that this tool is out of the pilot program, SEOs and site owners in the U.S. have a way to escalate these indexing issues, which should help them get closer to resolving them

Read more: Google’s tool to report indexing bugs is now available in the U.S.

Related Articles

Weekly News: Bing content submission API now available to all

Now you can push your content and HTML directly to Bing Search without the need for crawling. Microsoft has opened up its Bing content submission...

те Онлайн Казино в Реальные Деньги Лицензионные Клубы С лимоера Выводом Средст

те Онлайн Казино в Реальные Деньги Лицензионные Клубы С лимоера Выводом СредствЛучшиe Oнлaйн Кaзинo Нa Peaльныe Дeньги Pунeтa Poccии C ВывoдoмContentслужба Технической ПоддержкиРейтинг Топ...

The Extremely Best Real-life Slot Machine Games To Play In The Casin

The Extremely Best Real-life Slot Machine Games To Play In The CasinoHow To Earn At Slot MachinesIf an individual know how several paylines your...

Бесплатные Игровые Автоматы Без Регистрации И Смс Онлайн Для Украинцев%3A Демо Слоты

Бесплатные Игровые Автоматы Без Регистрации И Смс Онлайн Для Украинцев%3A Демо Слоты"Официальный Сайт Jet Casino%3A Регистрация%2C Бонусы%2C Игровые АвтоматыContentОфициальное Казино Вулкан – Играть ОнлайнМобильная...

Weekly News: Popular WordPress platform Flywheel vulnerable to subdomain takeover, researcher claims

Popular WordPress platform Flywheel vulnerable to subdomain takeover, researcher claims A subdomain takeover vulnerability in a popular WordPress hosting platform could allow an attacker to...
Latest Articles