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: TikTok video descriptions now have a 2,200 character limit - TopListWP
-0.3 C
New York
Thursday, February 6, 2025
Eduma Premium Education WordPress Theme

Weekly News: TikTok video descriptions now have a 2,200 character limit

TikTok video descriptions now have a 2,200 character limit

TikTok video descriptions, once limited to 300 characters, have now been updated to 2,200 characters.

What this means. The update was first noticed by social media consultant Matta Navarra on Twitter, who posted that the new character limit allowed users to express more details about their content, generate more engagement, and make their videos more searchable.

matt navarra

Early reactions. Some people on Twitter aren’t too thrilled with the update. Ash-win Fern-&-es posting “But no one really reads the description there. Would be helpful for some to add more hashtags though.” Grady Hopper says “I don’t get why this matters 95% of most people’s views probably come from fyp not search.” FYP is TikTok’s “For You” Page, where they show users suggestions of accounts to follow and videos to watch.

TikTok, the new Google. Though the general reaction here is “meh,” some people see the value in longer captions for optimizing SEO. In response to tweets saying that nobody reads the descriptions, Rhayven J says “Even if they don’t, the algorithm will. If folks know SEO, then this is a huge game changer.”

TikTok is known for trying to replace Google search among its Gen Z users. This latest update could be a step in that direction.

Source: TikTok video descriptions now have a 2,200 character limit

Are 301 Redirects A Google Ranking Factor?

Is there a relationship between 301 redirects and Google rankings? Read on and discover what the evidences have to say.

301 redirects

Using 301 redirects is crucial when permanently moving an old webpage to a new URL. They will ensure a positive user experience by instantly connecting users to the content they are looking for, even if they were given an old URL.

But do 301 redirects affect your rankings in organic search?

This chapter will cover the relationship between 301 redirects and improved Google rankings.

Read more:  Weekly News: Inspiring Content Personalization Examples For B2BWeekly News:

More questions about Ranking Factors? We cover all of them in Google Ranking Factors: Fact Or Fiction.

The Claim: 301 Redirects Are A Ranking Factor

What are 301 redirects?

301 redirect is a server-side redirection for a permanently changed URL.

You would use a 301 redirect for the following scenarios:

  • You are going from HTTP to HTTPS.
  • You are moving from an old domain to a new one.
  • You are optimizing URL slugs for existing posts and pages.

Most of the discussion surrounding 301 redirects focuses on whether PageRank would transfer from the old URL to the new URL.

Or, if inbound links existed for the old URL, would they automatically be applied to the new URL?

The Evidence Against 301 Redirects As A Ranking Factor

Not much is officially said about 301 redirects as a ranking factor.

In 2012, Matt Cutts, former head of Google’s Webspam team, said that Google would follow an unlimited number of redirects from one page to another.

Google will even make multiple hops if a page is redirected to another page, then redirected again and again. He noted that the Googlebot might stop following redirects after four to five hops.

In 2013, Cutts confirmed that a small percentage of PageRank is lost in 301 redirects. While some SEO professionals quote a loss of 15%, Cutts doesn’t say there is a specific percentage.

Source: Are 301 Redirects A Google Ranking Factor?

WordPress Considers Historic Development Change

WordPress considers a Plugin-first approach that promises faster core development but some are skeptical

wordpress development change

Matt Mullenweg, the developer of WordPress and CEO of Automatic, proposed no longer adding new features to WordPress, pivoting instead to a plugin-first policy.

This new approach to the future of WordPress has already resulted in a new feature intended for the next version of WordPress to be dropped entirely.

Canonical plugins are said to offer a way to keep improving WordPress on a faster schedule.

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

But some WordPress core contributors expressed the opinion that publisher user experience may suffer.

Canonical Plugins

First discussed in 2009, canonical plugins is a way to develop new features in the form of plugins.

The goal of this approach is to keep the WordPress core fast and lean while also encouraging development of experimental features in the form of plugins.

This approach to features and options is also referred to as Plugin First, to emphasize how features will first appear in the form of plugins.

These plugins are called canonical because they are developed by the WordPress core development team as opposed to non-canonical plugins that are created by third parties that might limit features in order to encourage purchase of a pro-version.

Integration of canonical plugins into the WordPress core itself would be considered once the plugin technology has proven itself to be popular and essential to the majority of users.

Canonical Plugins the Future?

Matt Mullenweg published a post titled, Canonical Plugins Revisited, in which he made the case that this is the way that WordPress should be developed moving forward.

The first casualty of this new approach is the cancellation of integrating WebP image conversion into the next version of WordPress, WordPress 6.1, currently scheduled for November 2022.

Plugin-First is Controversial

The shift to a plugin-first development process was subjected to debate in the comments section.

Some developers, such as core contributor Jon Brown, expressed reservations about the proposal to switch to developing with canonical plugins.

The commenter used the example of a commenting functionality that is currently served by multiple bloated plugins as a less-than-ideal user experience.

They noted that having one canonical plugin to solve a problem is preferable to the current state where desirable options can only be found on bloated third-party plugins.

But they also said that having a settings option within the core, without the need for a plugin, could present a better user experience.

Read more:  Weekly News: Google tests favicons in-text ads

Source: WordPress Considers Historic Development Change

Google surveys will soon be closed

google surveys will be closed

Google is making new updates almost every day. In one such update, the company announces shutting down Google surveys. Google is shutting down surveys 360 on November 1. Google is giving users time till December to download the historical data.

Also, Google informs the public that it is shutting down its market research surveys. The market research product Google surveys will go off now. From November 1, the surveys will be unavailable. However, users can download the historical data till December.

Google started releasing the notifications this week. Google plans to send emails to users spreading the information. The email takes users to a Google help page with full Q&A on the queries regarding the Google surveys.

Most users are curious about the reason the survey is going off. Although there were no direct answers, the company plans on reservicing the entire thing.

But apprehensions are that this replacement will take time. Google has no immediate plans to re-introduce the service. But there are replacements for Google surveys available on the web.

For users with recent surveys that they might not be able to finish before November 1, there is a way out. People can ask for refunds in such cases.

There is a Google Opinion Rewards for publishers that they can use. This app isn’t closing down any time soon. The shutdown of Google surveys will not impact this app. People can continue to use it freely.

Source: Google surveys will soon be closed

More news:

ACF 6.0 Introduces Refreshed Admin UI and ACF Blocks Version 2

More Google Ad incidents and issues

Google Answers If Stop Words Should Be Used in URL

Related Articles

Mostbet Tr, Türkiye’nin En Iyi Spor Bahisl Sitesidi

Mostbet Tr, Türkiye'nin En Iyi Spor Bahisl Sitesidir"mostbet Com'da Oynamak Mı Istiyorsunuz? Buradan Giriş YapınContentSpor BahisleriMostbet Casino’da Büyük Kazanmaya Hazır OlunMostbet'te Kayıt Empieza GirişFutbolMostbet’te...

Weekly News: Google allows ads for sports betting in Louisiana

Google allows ads for sports betting in Louisiana Google will begin accepting and running ads for sports betting and daily fantasy sports from certified, state-licensed...

Plinko By Hacksaw Game Win Upwards To 3, 843 3

Plinko By Hacksaw Game Win Upwards To 3, 843 3xPlinko Video Game Review Everything You Need To Know About This Particular Game"ContentHow To Perform...

“1xbet تسجيل الدخول في المغرب تسجيل الدخول إلى الموقع 1xbet تسجيل الدخول للجوا

"1xbet تسجيل الدخول في المغرب تسجيل الدخول إلى الموقع 1xbet تسجيل الدخول للجوالما هي أسرار وخفايا الأنشطة غير القانونية لشركة 1xbet في المغرب في...

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...
Latest Articles