=== 301 Redirects - Easy Redirect Manager ===
Contributors: WebFactory
Tags: 301 redirect, redirects, redirect, 404 error log, redirection, 302, seo, 302 redirect, 404, 404 redirect, 301, 307, 404 log
Requires at least: 4.0
Tested up to: 6.2
Stable tag: 2.73
Requires PHP: 5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Manage 301 & 302 redirects. Simple redirection & redirects validation. Includes redirect stats & 404 error log.
== Description ==
301 Redirects helps you manage and create 301, 302, 307 redirects for WordPress site to **improve SEO & visitor experience**. 301 Redirects is easy to use. Perfect for new sites or repairing links after reorganizing your old content, or when your site has content that expires and you wish to avoid sending visitors to a 404 error page and want to create redirection instead. Use the 404 error log to identify problematic links.
301 Redirects GUI is located in WP Admin - Settings - 301 Redirects
404 Error Log widget can be found in the WP Admin - Dashboard
**Features**
* Choose from Pages, Posts, Custom Post types, Archives, and Term Archives from dropdown menu to create redirection
* Or, set a custom destination URL!
* Retain query strings across redirects
* Super-fast redirection
* 404 error log
* 404 error log widget
* Import/Export feature for bulk redirects management
* Simple redirect stats so you know how much a redirection is used
* Fully compatible with translation plugins (Weglot, TranslatePress, Gtranslate, Loco Translate) that use lang prefix in URL
**Need more features?**
WP 301 Redirects PRO offers wildcard & regular expression URL matching, auto-typo fixing in URLs, complete redirect and 404 log, link scanner, and a centralized SaaS dashboard to monitor redirects on all your sites from one place.
**What is a 301 Redirect?**
A redirect is a simple way to re-route traffic coming to a *Requested URL* to different *Destination URL*.
A 301 redirect indicates that the page requested has been permanently moved to the *Destination URL*, and helps pass on the *Requested URLs* traffic in a search engine friendly manner. Creating a 301 redirect tells search engines that the *Requested URL* has moved permanently, and that the content can now be found on the *Destination URL*. An important feature is that search engines will pass along any clout the *Requested URL* used to have to the *Destination URL*.
[youtube https://www.youtube.com/watch?v=70Yn_lO_8BA]
**When Should I use 301 Redirects?**
* Replacing an old site design with a new site design
* Overhauling or re-organizing your existing WordPress content
* You have content that expires (or is otherwise no longer available) and you wish to redirect users elsewhere
**Is the 404 error log GDPR friendly?**
The 404 error log does not collect user IPs. It collects the following data: timestamp of the event, the (404) URL that was opened, and the user-agent string.
**Having problems with SSL? Moving a site from HTTP to HTTPS?**
Install our free WP Force SSL plugin. It's a great way to enable SSL and fix SSL problems.
**External libraries used in the project**
* PHP User Agent Parser
== Installation ==
1. Upload the `eps-301-redirects` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Begin adding redirects in the Settings -> 301 Redirects menu item
== Screenshots ==
1. 301 Redirects admin area
2. 301 Redirects import/export options
== Changelog ==
= 2.73 =
* 2023/03/08
* security fixes
= 2.72 =
* 2021/11/11
* security fixes
* added "Reset Redirect Hits" tool
= 2.70 =
* 2021/05/01
* 404 error log widget is now visible only to users with manage_options permission
* added "Delete all redirect rules" tool
= 2.67 =
* 2021/03/16
* fixed a small security issue with redirection
= 2.66 =
* 2021/02/23
* fixed compatibility issue with Rank Math
= 2.65 =
* 2021/02/22
* added 404 error log Dashboard widget
* fixed some bugs
* added support for Cache Enabler plugin
= 2.60 =
* 2021/02/13
* added 404 error log
* fixed some bugs
* made sure all DB queries use prepare() function
* PRO version is now available for purchase from free
= 2.55 =
* 2021/01/30
* Removed promo campaign for WP 301 Redirects PRO version
* Added flyout menu
= 2.53 =
* 2020/09/29
* More issues fixed related to redirections with translation plugins
* Fixed issue with encoding source & target URLs in some situations.
* Added promo campaign for WP 301 Redirects PRO version in November
= 2.52 =
* 2020/09/07
* Fixed issue with URL prefix on translate plugins like Weglot, TranslatePress, Gtranslate, Loco Translate
= 2.51 =
* 2020/08/13
* security fixes - thank you Erin
= 2.50 =
* 2020/08/10
* added support for 307 Temporary Redirect
* 100k installs hit on 2020/07/22 with about 365,000 downloads
= 2.45 =
* 2019/12/17
* security fixes - big thank you to Chloe from Wordfence
* WP-CLI fix
= 2.40 =
* 2019/03/25
* bug fixes
* rating notification
= 2.3.5 =
* 2019/03/11
* WebFactory took over development
* 50,000 installations; 151,500 downloads
* bug fixes
* compatibility fixes for new versions of PHP and WP
= 1.0 =
* 2013/05/01
* initial Release
* for a complete changelog please visit https://wp301redirects.com/old-changelog.txt
== Frequently Asked Questions ==
=What is a 301 Redirect?=
A redirect is a simple way to re-route traffic coming to a Requested URL to different Destination URL.
A 301 redirect indicates that the page requested has been permanently moved to the Destination URL, and helps pass on the Requested URLs traffic in a search engine friendly manner. Creating a 301 redirect tells search engines that the Requested URL has moved permanently, and that the content can now be found on the Destination URL. An important feature is that search engines will pass along any clout the Requested URL used to have to the Destination URL.
=I'm getting an error about the default permalink structure?=
301 Redirects requires that you use anything but the default permalink structure.
=My redirects aren't working=
This could be caused by many things, but please ensure that you are supplying valid URLs. Most common are extra spaces, extra slashes, spelling mistakes and invalid characters. If you're sure they're right, chances are your browser has cached the 301 redirect (in an attempt to make the redirection faster for you), but sometimes it doesn't refresh as fast as we would like. Clear your browser cache, or wait a few minutes to fix this problem.
My redirects aren't working - the old .html page still shows
For this plugin to work, the page must be within the WordPress environment. If you are redirecting older .html or .php files, you must first delete them. The plugin can’t redirect if the file still exists, sorry! You should look into .htaccess redirects if you want to keep these files on your server.
=My redirects aren't getting the 301 status code=
Your Request or Redirect URLS may be incorrect; please ensure that you are supplying valid URLs. Check slashes. Try Viewing the page by clicking the Request URL - does it load correctly?
=How do I delete a redirect?=
Click the small X beside the redirect you wish to remove.
=How do I add wildcards. or folder redirects?=
Unfortunately this is not supported. You should look into WP 301 Redirects PRO for these advanced features.
=What about query strings?=
By default, any URL with a query string is considered unique, and will redirect to a unique page (if you so wish). The query string will be added to the Destination URL, which allows you to keep your tracking codes, affiliate codes, and other important data! If you want to have full control over query strings, ignore them, add or remove them consider upgrading to WP 301 Redirects PRO.
=What happens when I deactivate or delete the plugin?=
When you deactivate the plugin, obviously, redirects stop working. But, they are not deleted from your database. When you delete the plugin then the redirects are permanently deleted from the database along with any other data stored by the plugin in your database.
=Why is the error log limited to the last 50 errors?=
By default, the 404 error log is limited to the last (chronologically) fifty 404 errors. Since the log doesn't use a custom database table for storage but rather an array saved in WP options, 50 is a safe number that ensures the log works on all sites, that it doesn't take up too much space in the database and that it doesn't slow down the site.
The code imposes no limits on the log size and you can easily overwrite the default limit by using the eps_301_max_404_logs filter or by using the following code snippet to raise the limit to 200:
`add_filter('eps_301_max_404_logs', function($log_max) { return 200; });`
@charset "UTF-8";@-webkit-keyframes ai1wm-rotate{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}25%{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}50%{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}75%{-webkit-transform:rotateZ(270deg);transform:rotateZ(270deg)}to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes ai1wm-rotate{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}25%{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}50%{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}75%{-webkit-transform:rotateZ(270deg);transform:rotateZ(270deg)}to{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@-webkit-keyframes ai1wm-emphasize{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes ai1wm-emphasize{0%,to{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes ai1wm-fadein{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes ai1wm-fadein{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ai1wm-spin-left{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes ai1wm-spin-left{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes ai1wm-spin-right{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ai1wm-spin-right{0%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.ai1wm-button-group{border:2px solid #27ae60;background-color:transparent;color:#27ae60;border-radius:5px;cursor:pointer;text-transform:uppercase;font-weight:600;transition:background-color .2s ease-out;display:inline-block;text-align:right}.ai1wm-button-group.ai1wm-button-export,.ai1wm-button-group.ai1wm-button-import{box-sizing:content-box}.ai1wm-button-group.ai1wm-button-export.ai1wm-open>.ai1wm-dropdown-menu{height:448px;border-top:1px solid #27ae60}.ai1wm-button-group.ai1wm-button-import.ai1wm-open>.ai1wm-dropdown-menu{height:476px;border-top:1px solid #27ae60}.ai1wm-button-group .ai1wm-button-main{position:relative;padding:6px 25px 6px 50px;box-sizing:content-box}.ai1wm-button-group .ai1wm-dropdown-menu{height:0;overflow:hidden;transition:height .2s cubic-bezier(.19,1,.22,1);border-top:none}.ai1wm-dropdown-menu{list-style:none}.ai1wm-dropdown-menu,.ai1wm-dropdown-menu li{margin:0!important;padding:0}.ai1wm-dropdown-menu li a,.ai1wm-dropdown-menu li a:visited{display:block;padding:5px 26px;text-decoration:none;color:#27ae60;text-align:right;box-sizing:content-box}.ai1wm-dropdown-menu li a:hover,.ai1wm-dropdown-menu li a:visited:hover{text-decoration:none;color:#111}.ai1mw-lines{position:absolute;width:12px;height:10px;top:9px;left:20px}.ai1wm-line{position:absolute;width:100%;height:2px;margin:auto;background:#27ae60;transition:all .2s ease-in-out}.ai1wm-line-first{top:0;right:0}div.ai1wm-open .ai1wm-line-first,div.ai1wm-open .ai1wm-line-third{top:50%}.ai1wm-line-second{top:50%;right:0}.ai1wm-line-third{top:100%;right:0}.ai1wm-button-blue,.ai1wm-button-gray,.ai1wm-button-green,.ai1wm-button-green-small,.ai1wm-button-red{display:inline-block;border:2px solid #95a5a6;background-color:transparent;color:#95a5a6;border-radius:5px;cursor:pointer;padding:5px 26px 5px 25px;text-transform:uppercase;font-weight:600;outline:0;transition:background-color .2s ease-out;text-decoration:none}.ai1wm-button-gray:hover{background-color:#95a5a6;color:#fff}.ai1wm-button-blue,.ai1wm-button-green,.ai1wm-button-green-small,.ai1wm-button-red{border:2px solid #27ae60;color:#27ae60}.ai1wm-button-green:hover{background-color:#27ae60;color:#fff}.ai1wm-button-blue,.ai1wm-button-green-small,.ai1wm-button-red{border:2px solid #6eb649;color:#6eb649}.ai1wm-button-green-small:hover{background-color:#6eb649;color:#fff}.ai1wm-button-blue,.ai1wm-button-red{border:2px solid #00aff0;color:#00aff0}.ai1wm-button-blue:hover{background-color:#00aff0;color:#fff}.ai1wm-button-red{border:2px solid #e74c3c;color:#e74c3c}.ai1wm-button-red:hover{background-color:#e74c3c;color:#fff}.ai1wm-button-blue[disabled=disabled],.ai1wm-button-green-small[disabled=disabled],.ai1wm-button-green[disabled=disabled],.ai1wm-button-red[disabled=disabled]{opacity:.6;cursor:default}.ai1wm-button-blue[disabled=disabled]:hover{color:#00aff0}.ai1wm-button-red[disabled=disabled]:hover{color:#e74c3c}.ai1wm-button-green[disabled=disabled]:hover{color:#27ae60}.ai1wm-button-blue[disabled=disabled]:hover,.ai1wm-button-green-small[disabled=disabled]:hover,.ai1wm-button-green[disabled=disabled]:hover,.ai1wm-button-red[disabled=disabled]:hover{background:100% 0}.ai1wm-message-close-button{position:absolute;left:10px;top:6px;text-decoration:none;font-size:10px}input[type=radio].ai1wm-flat-radio-button{display:none}input[type=radio].ai1wm-flat-radio-button+a i,input[type=radio].ai1wm-flat-radio-button+label i{vertical-align:middle;float:right;width:25px;height:25px;border-radius:50%;background:100% 0;border:2px solid #ccc;content:" ";cursor:pointer;position:relative;box-sizing:content-box}input[type=radio].ai1wm-flat-radio-button:checked+a i,input[type=radio].ai1wm-flat-radio-button:checked+label i{background-color:#d9d9d9;border-color:#6f6f6f}.ai1wm-clear{*zoom:1;clear:both}.ai1wm-clear:after,.ai1wm-clear:before{content:" ";display:table}.ai1wm-clear:after{clear:both}.ai1wm-container .ai1wm-row label{position:relative;top:-1px}.ai1wm-container .ai1wm-row label:after{content:""}.ai1wm-share-button-container{text-align:center}.ai1wm-share-button-container .ai1wm-share-button{text-decoration:none;margin:10px;font-size:30px}.ai1wm-feedback-cancel:active,.ai1wm-feedback-cancel:link,.ai1wm-feedback-cancel:visited{float:right;line-height:34px;outline:0;text-decoration:none;color:#e74c3c}.ai1wm-form-submit{float:left}.ai1wm-import-info a,.ai1wm-no-underline{text-decoration:none}.ai1wm-top-positive-four{position:relative;top:4px}.ai1wm-holder h1 i,.ai1wm-top-positive-two{position:relative;top:2px}.ai1wm-feedback-form{display:none}.ai1wm-feedback-types{margin:0;padding:0;list-style:none}.ai1wm-feedback-types li{margin:14px 0;padding:0}.ai1wm-feedback-types>li>a>span,.ai1wm-feedback-types>li>label>span{display:inline-block;padding:5px 8px 6px 0}.ai1wm-feedback-types>li>a{height:29px;outline:0;color:#333;text-deciration:none}.ai1wm-loader{display:inline-block;width:128px;height:128px;position:relative;-webkit-animation:ai1wm-rotate 1.5s infinite linear;animation:ai1wm-rotate 1.5s infinite linear;background:url(../img/logo-128x128.png);background-repeat:no-repeat;background-position:center center}.ai1wm-hide{display:none}.ai1wm-label{border:1px solid #5cb85c;background-color:transparent;color:#5cb85c;cursor:pointer;text-transform:uppercase;font-weight:600;outline:0;transition:background-color .2s ease-out;padding:.2em .6em;font-size:.8em;border-radius:5px}.ai1wm-label:hover{background-color:#5cb85c;color:#fff}.ai1wm-dialog-message{text-align:right;line-height:1.5em}.ai1wm-import-info{margin-top:16px}.ai1wm-import-info,.ai1wm-import-title{display:inline-block;font-size:12px;font-weight:700}.ai1wm-button-download,.ai1wm-direct-download{top:.5em!important}.ai1wm-button-download span,.ai1wm-direct-download span{display:block;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai1wm-mt-20{margin-top:20px}[class*=" ai1wm-icon-"],[class^=ai1wm-icon-]{font-family:"servmask";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ai1wm-icon-file-zip:before{content:"\e60f"}.ai1wm-icon-folder:before{content:"\e60e"}.ai1wm-icon-file:before{content:"\e60b"}.ai1wm-icon-file-content:before{content:"\e60c"}.ai1wm-icon-cloud-upload:before{content:"\e600"}.ai1wm-icon-history:before{content:"\e603"}.ai1wm-icon-notification:before{content:"\e619"}.ai1wm-icon-arrow-down:before{content:"\e604"}.ai1wm-icon-close:before{content:"\e61a"}.ai1wm-icon-wordpress2:before{content:"\e620"}.ai1wm-icon-arrow-right:before{content:"\e605"}.ai1wm-icon-plus2:before{content:"\e607"}.ai1wm-icon-edit-pencil:before{content:"\e900"}.ai1wm-icon-export:before{content:"\e601"}.ai1wm-icon-publish:before{content:"\e602"}.ai1wm-icon-paperplane:before{content:"\e608"}.ai1wm-icon-help:before{content:"\e609"}.ai1wm-icon-chevron-right:before{content:"\e60d"}.ai1wm-icon-chevron-right2:before{content:"\e901"}.ai1wm-icon-chevron-left2:before{content:"\e902"}.ai1wm-icon-dropbox:before{content:"\e606"}.ai1wm-icon-gear:before{content:"\e60a"}.ai1wm-icon-database:before{content:"\e964"}.ai1wm-icon-upload2:before{content:"\e9c6"}.ai1wm-icon-checkmark:before{content:"\ea10"}.ai1wm-icon-checkmark2:before{content:"\ea11"}.ai1wm-icon-enter:before{content:"\ea13"}.ai1wm-icon-exit:before{content:"\ea14"}.ai1wm-icon-amazon:before{content:"\ea87"}.ai1wm-icon-onedrive:before{content:"\eaaf"}.ai1wm-icon-folder-secondary:before{content:"\e92f"}.ai1wm-icon-folder-secondary-open:before{content:"\e930"}.ai1wm-icon-dots-horizontal-triple:before{content:"\e903"}.ai1wm-icon-bullhorn:before{content:"\e91a"}.ai1wm-icon-eye:before{content:"\e9ce"}.ai1wm-icon-eye-blocked:before{content:"\e9d1"}.ai1wm-icon-power-cord:before{content:"\e9b7"}.ai1wm-icon-image:before{content:"\e90d"}.ai1wm-icon-file-video:before{content:"\e92a"}.ai1wm-icon-stack:before{content:"\e92e"}.ai1wm-icon-table:before{content:"\e906"}.ai1wm-icon-calendar:before{content:"\e953"}.ai1wm-icon-play:before{content:"\ea1c"}@media (min-width:855px){.ai1wm-row{margin-left:399px}.ai1wm-row:after,.ai1wm-row:before{content:" ";display:table}.ai1wm-row:after{clear:both}.ai1wm-left{float:right;width:100%}.ai1wm-right{float:left;width:377px;margin-left:-399px}.ai1wm-right .ai1wm-sidebar{width:100%}.ai1wm-right .ai1wm-segment{width:333px;border:1px solid #d6d6d6;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;color:#333;background-color:#f9f9f9;padding:20px;text-decoration:none;text-shadow:0 1px 0 #fff;background-clip:padding-box}.ai1wm-right .ai1wm-segment h2{margin:22px 0 0;padding:0;font-weight:700;font-size:14px;text-transform:uppercase;text-align:center}.ai1wm-right .ai1wm-feedback-email{width:100%;font-weight:400;font-size:.8rem;height:2.3rem;line-height:2.3rem;border-radius:5px;margin-bottom:4px;padding:0 10px}.ai1wm-right .ai1wm-feedback-message{width:100%;border-radius:3px;font-size:.8rem;padding:6px 10px;resize:none}.ai1wm-right .ai1wm-feedback-terms-segment{font-size:.7rem;line-height:1rem;margin:4px 0 8px}.ai1wm-right .ai1wm-feedback-terms-segment>.ai1wm-feedback-terms{border-radius:3px}}.ai1wm-holder{position:relative;border:1px solid #d6d6d6;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;padding:20px;background:#f9f9f9}.ai1wm-holder h1{float:right;font-weight:300;font-size:22px;text-transform:uppercase}@media (max-width:854px){.ai1wm-container{margin-right:10px!important}.ai1wm-right,.ai1wm-row{margin-left:0!important}.ai1wm-right{float:right!important;width:100%!important;margin-top:18px}.ai1wm-right .ai1wm-sidebar{width:auto!important;border:1px solid #d6d6d6;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;padding:20px;background:#f9f9f9}.ai1wm-right .ai1wm-feedback-email{width:100%;font-weight:400;font-size:.8rem;height:2.3rem;line-height:2.3rem;border-radius:5px;margin-bottom:4px;padding:0 10px}.ai1wm-right .ai1wm-feedback-message{width:100%;border-radius:3px;font-size:.8rem;padding:6px 10px;resize:none}.ai1wm-right .ai1wm-feedback-terms-segment{font-size:.7rem;line-height:1rem;margin:4px 0 8px;border-radius:3px}.ai1wm-right .ai1wm-feedback-terms-segment>.ai1wm-feedback-terms{border-radius:3px}}.ai1wm-container{margin:20px 2px 0 20px}.ai1wm-container:after,.ai1wm-container:before{content:" ";display:table}.ai1wm-container:after{clear:both}.ai1wm-replace-row{width:100%;box-shadow:outset 0 1px 0 0 white;border-radius:3px;color:#333;font-size:11px;font-weight:700;background-color:#f9f9f9;text-decoration:none;text-shadow:0 1px 0 #fff;background-clip:padding-box;margin-bottom:10px}.ai1wm-field{margin-bottom:4px}.ai1wm-field input[type=text],.ai1wm-field textarea{width:100%;font-weight:400}.ai1wm-field-set{margin-top:18px}.ai1wm-message{-moz-box-sizing:border-box;background-color:#efefef;border-radius:4px;color:rgba(0,0,0,.6);height:auto;margin:10px 0;min-height:18px;padding:6px 10px;position:relative;border:1px solid;transition:opacity .1s ease 0s,color .1s ease 0s,background .1s ease 0s,box-shadow .1s ease 0s}.ai1wm-message.ai1wm-success-message{background-color:#f2f8f0;color:#119000;font-size:12px}.ai1wm-message.ai1wm-info-message{background-color:#d9edf7;color:#31708f;font-size:11px}.ai1wm-message.ai1wm-error-message{background-color:#f1d7d7;color:#a95252;font-size:12px}.ai1wm-message.ai1wm-red-message{color:#d95c5c;border:2px solid #d95c5c;background-color:transparent}.ai1wm-message.ai1wm-red-message h3{margin:.4em 0;color:#d95c5c}.ai1wm-message p{margin:4px 0;font-size:12px}.ai1wm-message-warning{display:block;font-size:14px;line-height:18px;padding:12px 20px;margin:0 0 22px;background-color:#f9f9f9;border:1px solid #d6d6d6;border-radius:3px;box-shadow:0 1px 0 0 #fff inset;border-right:4px solid #ffba00}.ai1wm-overlay{display:none;position:fixed;top:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:100001}.ai1wm-modal-container{position:fixed;display:none;top:50%;right:50%;z-index:100002;width:480px;height:auto;padding:16px;-webkit-transform:translate(240px,-94px);transform:translate(240px,-94px);border:1px solid #fff;box-shadow:0 2px 6px #292929;border-radius:6px;background:#f6f6f6;box-sizing:border-box;text-align:center}.ai1wm-modal-container.ai1wm-modal-container-v2{display:block;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);max-height:400px;overflow-y:auto;text-align:right;padding:0;border:0;border-radius:0}.ai1wm-modal-container.ai1wm-modal-container-v2.ai1wm-modal-loading{width:auto;overflow:hidden;border-radius:1em}.ai1wm-modal-container.ai1wm-modal-container-v2 h1{text-transform:none}.ai1wm-modal-container section{display:block;min-height:102px}.ai1wm-holder h1,.ai1wm-modal-container section h1{margin:0;padding:0}.ai1wm-modal-container section h1 .ai1wm-title-green{color:#27ae60;font-size:.7em}.ai1wm-modal-container section h1 .ai1wm-title-red{color:#e74c3c;font-size:20px}.ai1wm-modal-container section h1 .ai1wm-title-grey{color:gray;font-size:20px}.ai1wm-modal-container section h1 .ai1wm-loader{width:32px;height:32px;background:url(../img/logo-32x32.png)}.ai1wm-modal-container section h1 .ai1wm-icon-notification{font-size:1.2em;color:#e74c3c}.ai1wm-modal-container section p{margin:0;padding:12px 0}.ai1wm-modal-container section p .ai1wm-modal-sites p{padding:4px 10px;text-align:right}.ai1wm-modal-container section p .ai1wm-modal-sites input,.ai1wm-modal-container section p .ai1wm-modal-sites select{padding:0 6px;width:100%;max-width:100%;border-radius:3px;height:30px;line-height:30px}.ai1wm-modal-container section p .ai1wm-modal-subtitle-green{color:#27ae60}.ai1wm-modal-container section p .ai1wm-modal-subtitle-red{color:#e74c3c}.ai1wm-modal-container section p .ai1wm-modal-subdescription{display:block;text-align:right}.ai1wm-modal-container section p a.ai1wm-button-green{display:inline-block;position:relative;top:26px}.ai1wm-modal-container section p a.ai1wm-emphasize{-webkit-animation:ai1wm-emphasize 1s infinite;animation:ai1wm-emphasize 1s infinite}.ai1wm-modal-container section p em{display:block;color:#34495e;font-style:normal}.ai1wm-modal-container section p.ai1wm-import-modal-content{text-align:right}.ai1wm-modal-container section p.ai1wm-import-modal-content-done{text-align:right;padding:1.62em .5em}.ai1wm-modal-container .ai1wm-import-modal-actions{border-top:1px solid #ccc;padding-top:1em;text-align:left}.ai1wm-modal-container .ai1wm-import-modal-actions .ai1wm-button-gray{margin-left:1em}.ai1wm-modal-container .ai1wm-import-modal-notice{border-top:1px solid #ccc}.ai1wm-modal-container .ai1wm-import-modal-notice p{font-weight:700;margin:0;padding-top:16px;text-align:center}.ai1wm-progress-bar-v2{background-color:#63637e;display:block;height:60px;padding:3em}.ai1wm-progress-bar-v2 h1{text-transform:none;color:#fff;margin:0 0 1.4em}.ai1wm-progress-bar-v2-container{position:relative;width:100%;overflow:visible}.ai1wm-progress-bar-v2 .ai1wm-progress-bar-v2-meter{position:absolute;right:0;top:0;height:5px;background-color:#3d3d4e;width:100%}.ai1wm-progress-bar-v2 .ai1wm-progress-bar-v2-meter .ai1wm-progress-bar-v2-percent{position:absolute;background-color:#fff;padding:0 .5em;border-radius:3px;font-size:10px;line-height:24px;-webkit-transform:translate(1.1em,-3em);transform:translate(1.1em,-3em)}.ai1wm-progress-bar-v2 .ai1wm-progress-bar-v2-meter .ai1wm-progress-bar-v2-percent::after{content:" ";position:absolute;top:100%;right:50%;margin-right:-3px;border-width:3px;border-style:solid;border-color:#fff transparent transparent}.ai1wm-progress-bar-v2 .ai1wm-progress-bar-v2-meter .ai1wm-progress-bar-v2-slider{display:inline-block;background-color:#fff;position:absolute;height:5px;max-width:100%}.ai1wm-spin-container{height:50px;width:50px;position:relative;display:block;padding:1.5em}.ai1wm-spinner{display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;width:50px;height:50px;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ai1wm-spinner.ai1wm-spin-left{-webkit-animation-duration:2000ms;animation-duration:2000ms;-webkit-animation-name:ai1wm-spin-left;animation-name:ai1wm-spin-left}.ai1wm-spinner.ai1wm-spin-right{-webkit-animation-duration:4000ms;animation-duration:4000ms;-webkit-animation-name:ai1wm-spin-right;animation-name:ai1wm-spin-right}.ai1wm-folder-container,section.ai1wm-decrypt-backup-section form{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.ai1wm-folder-container{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:2em 3em}.ai1wm-folder-container ul li a,.ai1wm-folder-container>h1{color:#3c434a;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ai1wm-folder-container>h1{font-weight:700;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.ai1wm-folder-container>h1 a{text-decoration:none;color:inherit;font-size:.5em}.ai1wm-folder-container ul li{margin:0}.ai1wm-folder-container ul li a{padding:5px;text-decoration:none;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;font-size:1rem}.ai1wm-folder-container ul li a>i{margin:0 5px}.ai1wm-folder-container ul li a>i.ai1wm-icon-arrow-down{margin-right:10px;display:none}.ai1wm-folder-container ul li a:hover{background-color:rgba(0,0,0,.1)}.ai1wm-folder-container ul li a:hover i.ai1wm-icon-arrow-down{display:block}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li>a>i,.ai1wm-folder-container ul li .ai1wm-archive-browser-filename{margin-left:10px}.ai1wm-folder-container ul li .ai1wm-archive-browser-filesize{color:#718096;font-size:.75rem;white-space:nowrap}section.ai1wm-decrypt-backup-section,section.ai1wm-decrypt-backup-section .ai1wm-input-password-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}section.ai1wm-decrypt-backup-section{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;gap:16px;box-sizing:border-box;padding:16px}section.ai1wm-decrypt-backup-section h1{font-size:20px;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}section.ai1wm-decrypt-backup-section p{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding:0;margin:0}section.ai1wm-decrypt-backup-section form{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0;gap:8px}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container{-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;width:100%}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container input{width:100%}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container .ai1wm-toggle-password-visibility{font-size:16px;text-decoration:none;color:#3c434a;position:absolute;left:10px;top:8px;outline:0;box-shadow:none}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container .ai1wm-error-message{display:none}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container.ai1wm-has-error input{border-color:#e74c3c}section.ai1wm-decrypt-backup-section .ai1wm-input-password-container.ai1wm-has-error .ai1wm-error-message{color:#e74c3c;display:block;font-weight:400;text-align:right;width:100%}section.ai1wm-decrypt-backup-section .ai1wm-backup-decrypt-button-container,section.ai1wm-decrypt-backup-section form{display:-webkit-flex;display:-ms-flexbox;display:flex;width:75%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}section.ai1wm-decrypt-backup-section .ai1wm-backup-decrypt-button-container{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;gap:16px;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}#ai1wm-backups-list{width:100%;margin-top:1.95rem;overflow-x:auto}div#ai1wm-backups-list::-webkit-scrollbar{-webkit-appearance:none;height:4px}div#ai1wm-backups-list::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(77,77,77,.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,.5)}.ai1wm-backups{width:100%;margin:1em 0;padding:0;border-collapse:collapse}.ai1wm-backups .ai1wm-column-name{text-align:right;white-space:nowrap}.ai1wm-backups .ai1wm-column-date,.ai1wm-backups .ai1wm-column-size{text-align:center;white-space:nowrap}.ai1wm-backups .ai1wm-column-actions{text-align:left;white-space:nowrap}.ai1wm-backups thead th{padding:4px 6px;text-align:right;font-size:1.2em}.ai1wm-backups tbody tr{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.ai1wm-backups tbody tr:hover{background:rgba(0,0,0,.1)}.ai1wm-backups tbody tr:hover .ai1wm-backup-label-description:not(.ai1wm-backup-label-selected){display:inline}.ai1wm-backups tbody td{padding:4px 6px;box-sizing:border-box;line-height:24px}.ai1wm-backups tbody td.ai1wm-backup-actions{text-align:left;width:50px}.ai1wm-backups tbody td.ai1wm-backup-actions a:focus{outline-style:none;box-shadow:none;border-color:transparent}.ai1wm-backups tbody td.ai1wm-backup-actions>div{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots{border-radius:100%;margin:0;padding:10px;color:gray;font-size:1.5em;text-decoration:none;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots:focus,.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots:hover{background-color:#f0f0f1}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu{position:absolute;background:100% 0;display:none;-webkit-transform:translate(35px,30px);transform:translate(35px,30px);left:0}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul{position:relative;z-index:10;margin:0;background:#f9f9f9;border-radius:5px;box-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li{display:block;padding:0;margin:0}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li.divider{border-top:1px solid rgba(0,0,0,.1)}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li:first-child>a{border-top-right-radius:5px;border-top-left-radius:5px}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li:last-child>a{border-bottom-right-radius:5px;border-bottom-left-radius:5px}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li.ai1wm-disabled{opacity:.5}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li.ai1wm-disabled>a{cursor:not-allowed}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li>a{text-decoration:none;color:#23282d;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.5em 2em}.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li>a:focus,.ai1wm-backups tbody td.ai1wm-backup-actions>div .ai1wm-backup-dots-menu>ul>li>a:hover{background-color:rgba(0,0,0,.1)}.ai1wm-backups .spinner{visibility:visible;margin:0}.ai1wm-backups .ai1wm-backups-list-spinner{text-align:center;line-height:37px}.ai1wm-backups .ai1wm-backups-list-spinner .spinner{float:none;visibility:visible;margin:0 0 0 6px;position:relative;top:-2px}.ai1wm-backups .ai1wm-backup-label-text{cursor:pointer}.ai1wm-backups .ai1wm-backup-label-text .ai1wm-backup-label-colored{display:inline-block;padding:.25em .4em;font-size:85%;font-weight:400;line-height:1;text-align:center;vertical-align:baseline;border-radius:.25rem;color:#000;background-color:#fad390;cursor:pointer;word-wrap:break-word;word-break:break-all;white-space:normal}.ai1wm-backups .ai1wm-backup-label-description:hover .ai1wm-icon-edit-pencil,.ai1wm-backups .ai1wm-backup-label-text:hover .ai1wm-icon-edit-pencil{display:inline}.ai1wm-backups .ai1wm-backup-label-description{font-size:12px;cursor:pointer;font-style:italic}.ai1wm-backups .ai1wm-backup-label-holder .spinner{float:none}.ai1wm-backups .ai1wm-backup-label-holder .ai1wm-backup-label-field{border-radius:5px;border:1px solid #ccc}.ai1wm-backups-empty,.ai1wm-backups-empty-spinner-holder{line-height:2em}.ai1wm-backups-empty-spinner-holder .spinner{float:none;visibility:visible;margin:0 0 0 6px;position:relative;top:-2px} GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Bài viết Đội hình tham dự World Cup 2022 của Serbia đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Đội tuyển bóng đá Serbia đang quyết tâm thể hiện để muốn cho thế giới đều biết họ có thể làm được những gì, tạo ra những gì tại mùa giải World Cup 2022, sau khi họ vắng mặt tại mùa EURO 2020.
Việc đội bóng Serbia vượt qua đội tuyển Bồ Đào Nha ở vòng loại để giành tấm vé trực tiếp bay đến Qatar tham dự World Cup 2022 chính là một minh chứng rõ nét nhất về sức mạnh, quyết tâm của họ.
Tại ngày hội của giải bóng đá lớn nhất hành tinh sẽ diễn ra chính thức vào cuối năm, Serbia nằm bảng G cùng đối đầu với các đội tuyển cực mạnh là Brazil, Thụy Sĩ và với sự góp mặt của tuyển Cameroon.
Nhà cầm quân Dragan Stojkovic đang sở hữu trong tay mình một loạt cầu thủ ngôi sao sáng giá, tự tin sẽ đủ khả năng giúp cho tuyển Serbia giành tấm vé để bước vào vòng trong, vòng 16 đội.
Huấn luyện viên Dragan Stojkovic đã chuẩn bị rất kỹ càng, nghiên cứu lối đá và phong độ của các cầu thủ hàng đầu của đội bóng để chọn lọc ra danh sách tuyển thủ đăng ký trong lần tham dự giải bóng đá World Cup 2022 tại Qatar. Danh sách cuối cùng được chốt 26 cầu thủ Serbia tham dự World Cup 2022 gồm có:
Ở vị trí thủ môn, 3 thủ thành được chọn lần này gồm:
Các cầu thủ nơi hàng hậu vệ của tuyển Serbia và phương án dự phòng được ông Dragan Stojkovic chọn gồm:
Nơi khu vực tuyến giữa được ông Dragan Stojkovic lựa chọn với những cái tên sáng giá và có phong độ ổn định thời gian gần đây, đó là:
Nơi hàng công được lựa chọn các phương án nổi bật nhất, có khả năng công thủ tốt nhất của tuyển Serbia gồm:
Đội hình dự kiến ra sân trận đầu tiên cũng là mạnh nhất của ĐT Serbia (theo sơ đồ chiến thuật là 3-4-1-2) sẽ có V. Milinkovic-Savic; Zivkovic, Lukic, Pavlovic;Kostic; Tadic; S. Milinkovic-Savic, Veljkovic, Milenkovic, Mitrovic, Vlahovic.
Đội hình tham dự World Cup 2022 của Serbia được đánh giá rất cao và họ tự tin dễ dàng để đi tiếp vào vòng 16 đội và hướng đến kết quả cao hơn trong giải đấu năm nay.
Bài viết Đội hình tham dự World Cup 2022 của Serbia đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Bồ Đào Nha đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Huấn luyện viên Fernando Santos của đội tuyển Bồ Đào Nha đã chọn và chốt danh sách những ngôi sao nào lên chuyến bay tới Qatar để tham dự World Cup 2022?
World Cup 2022 năm nay sẽ là lần thứ 8 mà đội tuyển Bồ Đào Nha tranh tài trong ngày hội bóng đá lớn nhất của hành tinh. Lần tham dự này được cho là có nhiều khả năng sẽ là lần cuối cùng ở sự nghiệp thi đấu chuyên nghiệp, Cristiano Ronaldo chắc chắn nỗ lực hết sức mình để bổ sung chiếc cúp vàng vô địch danh giá vào trong bộ sưu tập những chiến công.
Thành tích tốt nhất mà đội tuyển Bồ Đào Nha giành được tại World Cup chính là vị trí thứ 3 chung cuộc ở kỳ World Cup diễn ra vào 1966.
Ở Qatar 2022 năm nay, tuyển Bồ Đào Nha nằm bảng H cùng đối đầu với các đội tuyển Uruguay, Ghana, Hàn Quốc – được đánh giá là một bảng đấu tương đối ‘khó nhằn’.
Với những thử thách đang chờ đón phía trước, nhà cầm quân Fernando Santos đã lựa chọn 26 cầu thủ để có được sự chuẩn bị tốt nhất cho mùa giải World Cup 2022 gồm có:
Phía sau khung gỗ là mối bận tâm của ông Santos trước ngày tới Qatar. Mặc dù có rất nhiều lựa chọn nhưng không ai mang đến cho ông một cảm giác an toàn để gửi gắm niềm tin.
Danh sách thủ môn được chọn lần này gồm có:
Đội tuyển Bồ Đào Nha tại World Cup 2022 có hàng thủ cực kỳ chắc chắn, thủ lĩnh đầu tàu là ngôi sao Ruben Dias cùng đá cặp với lão tướng Pepe.
Cụ thể, danh sách cho vị trí hậu vệ của Bồ Đào nha tại World Cup 2022 gồm:
Bồ Đào Nha sở hữu rất nhiều phương án chất lượng ở nơi hàng tiền vệ. Bruno Fernandes, Bernardo Silva và Ruben Neves là bộ ba được ưu tiên sử dụng cho nơi tuyến giữa của tuyển Bồ Đào Nha.
Danh sách cầu thủ hàng tiền vệ được chốt gồm có:
Cristiano Ronaldo lại một lần nữa được đội tuyển Bồ Đào Nha đặt kỳ vòng trên vai. Ở kỳ World Cup cuối cùng sự nghiệp lần này, CR7 cũng đang khát khao được chạm tay đến chiếc cúp danh giá của giải đấu.
Danh sách cầu thủ được lựa chọn cho hàng tiền đạo đội tuyển Bồ Đào Nha gồm có:
Đội hình dự kiến theo sơ đồ chiến thuật 4-3-3 của đội tuyển Bồ Đào Nha được xem là mạnh nhất gọi tên các cầu thủ: Diogo Costa; Neves, Bernardo Silva, Cancelo, Otavio, Ronaldo, Leao, Dias, Pepe, Mendes; Fernandes.
Đội hình tham dự World Cup 2022 của Bồ Đào Nha năm nay được đánh giá tốt hơn. phong độ cao và sở hữu mặt bằng chung khá đều. Hy vọng họ có thể đạt được quyết tâm thi đấu và giải thưởng danh giá.
Bài viết Đội hình tham dự World Cup 2022 của Bồ Đào Nha đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Ba Lan đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Trong giải đấu năm nay, đội tuyển Ba Lan sẽ tới tham dự World Cup 2022 với một quyết tâm cao, một tâm thế phải “rửa hận” ê chề 4 năm trước đó. Tại kỳ World Cup 2018, đội tuyển Ba Lan đã thất bại ê chề với kết quả không thể tệ hơn khi dừng bước ở vòng bảng và chỉ có trong tay cho mình 1 chiến thắng duy nhất.
Tại đất nước Qatar 2022, đội tuyển Ba Lan được phân nằm ở bảng C cùng các đội tuyển Argentina, Mexico, Saudi Arabia. Theo đánh giá, kết quả của trận ra quân đối đầu với Mexico – sẽ là đối thủ cạnh tranh trực tiếp vào tấm vé đi tiếp – cũng được xem là cực kỳ quan trọng đối với cầu thủ Robert Lewandowski và các đồng đội và các đồng đội của mình.
Huấn luyện viên Czeslaw Michniewicz đang sở hữu trong tay nhiều danh thủ ngôi sao đẳng cấp bậc nhất thế giới.
Robert Lewandowski ngay đã lập tức bắt nhịp để ghi bàn liên tục các bàn thắng đẹp mắt trong màu áo câu lạc bộ Barcelona. Bộ đôi đang thi đấu tại Juventus là Arkadiusz Milik cùng Wojciech Szczesny cũng giữ được phong độ đẳng cấp không cần bàn cãi.
Được tham dự kỳ World Cup 2022 – giải bóng đá lớn nhất thế giới không chỉ là niềm vinh dự mà còn là ước mơ của mọi cầu thủ bóng đá chuyên nghiệp. Chính vì thế, những cái tên được gọi tham dự World Cup 2022 luôn là những cái tên sáng giá nhất của mỗi đội tuyển. Đội hình tham dự World Cup 2022 của tuyển Ba Lan năm nay gồm có:
Vị trí tiền vệ tuyển Ba Lan gọi tên các cầu thủ:
Đội hình dự kiến là mạnh nhất của tuyển Ba Lan (sơ đồ 3-4-2-1) gồm có các cầu thủ Szczesny; Frankowski, Kiwior;Skoras, Glik, Zielinski, Szymanski; Grosicki; Krychowiak, Bednarek, Lewandowski.
Đội hình tham dự World Cup 2022 của Ba Lan sở hữu rất nhiều ngôi sao cũng là những cái tên quen thuộc của bóng đá nước này. Liệu, thế hệ vàng có làm nên bất ngờ trong năm nay, cùng chờ đón nhé.
Bài viết Đội hình tham dự World Cup 2022 của Ba Lan đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Hà Lan đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Sau lần vắng mặt tại kỳ World Cup 2018, đội tuyển Hà Lan sẽ tái xuất vào ngày hội bóng đá danh giá nhất thế giới cuối năm nay với sự dẫn dắt của huấn luyện viên Louis van Gaal.
Trong quá khứ, đội tuyển Hà Lan từng lọt vào chung kết World Cup đến 3 lần. Mặc dù vậy, họ vẫn chưa một lần nâng cao được chiếc cúp vàng cao quý. Ở lần tổ chức World Cup sắp tới đây, liệu tuyển Hà Lan có thể lập được kỳ tích?
Tại vòng bảng của vòng chung kết WC năm nay, ĐT Hà Lan nằm cùng bảng đấu với đội chủ nhà Qatar, đội tuyển Ecuador và tuyển Senegal. Hà Lan cần phải vượt qua các đối thủ đó để tiến sâu ở giải đấu và hướng đến chiếc cúp vô địch danh giá.
Đội Á quân kỳ World Cup 2010 không có sở hữu một lực lượng mạnh như tuyển Brazil hay toàn sao như Pháp, nhưng họ có trong tay một loạt cái tên cầu thủ trẻ đầy tài năng.
Vậy danh sách 26 cầu thủ mà tuyển Hà Lan sẽ mang đến Qatar cuối năm nay gồm những cái tên nào? Chi tiết danh sách tham khảo dưới đây:
Ở thời điểm hiện tại, vị trí thủ môn chính là nơi yếu nhất trong đội hình của tuyển Hà Lan. Không có ứng viên nào sáng giá và đủ để đặt niềm tin nơi khung thành. Những cái tên được gọi lần này gồm có:
Trước đây, hàng thủ là vấn đề lớn nhất trong đội bóng Hà Lan mà các huấn luyện viên đều phải đau đầu tìm lời giải, thì hiện tại tình hình đã khác đi nhiều.
Hà Lan đang có trong tay các hậu vệ đẳng cấp như Virgil van Dijk, Matthijs de Ligt, Nathan Ake, Stefen de Vrij, Denzel Dumfries, Tyrell Malacia… đều vô cùng tài năng.
Sau thời Wesley Sneijer, Rafael van der Vaart, Hà Lan vẫn trình làng khá đông các tiền vệ xuất sắc.
Frenkie de Jong là cái tên nổi bật nhất, dù đã trải qua thời gian khó khăn tại Barcelona vì tài chính đội bóng này. Ngoài ra còn có rất nhiều phương án xuất sắc làm vừa lòng ông Louis van Gaal như:
Robert Lewandowski hay Memphis Depay là những cái tên ngồi dự bị nhiều ở Barcelona nhưng lại là ‘quân bài’ yêu thích của ông van Gaal.
Các chân sút như Vincent Janssen, Wout Weghorst,Luuk de Jong tuy không phải tay săn bàn hàng đầu nhưng họ vẫn đảm bảo tốt sức tấn công để làm bàn cho ‘Cơn lốc màu da cam’.
Chính vì tuyển Hà Lan không có quá nhiều sự lựa chọn trong khung gỗ nên thủ thành Bijlow nhiều khả năng nhận suất bắt chính.
Đội hình dự kiến được đánh giá mạnh của tuyển Hà Lan (theo chiến thuật 5-3-2): Bijlow; Dumfries, Blind; Ake, Klaassen, Berghuis; De Jong, Timber, Van Dijk, Memphis, Bergwijn.
Đội hình tham dự World Cup 2022 của Hà Lan không sở hữu toàn sao nhưng họ vẫn được đánh giá cao về mặt bằng chung với cơ hội để đi tiếp vào các vòng đấu tiếp theo.
Bài viết Đội hình tham dự World Cup 2022 của Hà Lan đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Đức đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Sau kỳ World Cup 2018 đáng quên trước đó, Đức bất ngờ đứng cuối cùng bảng đấu, hiện tại họ đang tỏ rõ quyết tâm để lấy lại thể diện trong kỳ tham dự sắp diễn ra tại Qatar.
Trước đó, Đức cũng thi đấu không mấy thành công tại Euro 2020, bị đội tuyển Anh đánh bại tại vòng 16 đội.
Tình hình khả quan hơn kể từ khi họ được dẫn dắt bởi Hansi Flick, người được chọn thay thế HLV Joachim Low. Mùa giải World Cup 2022 là giải đấu lớn cấp đội tuyển quốc gia đầu tiên của cựu HLV CLB Bayern Munich.
Lần này, đội tuyển từng 4 lần vô địch bóng đá thế giới nằm ở bảng E, có sự xuất hiện của các đối thủ vô cùng khó chịu như cựu nhà vô địch World Cup năm 2010 Tây Ban Nha, ‘ông lớn’ bóng đá châu Á đội tuyển Nhật Bản và đại diện CONCACAF là Costa Rica.
HLV Hansi Flick đã chọn ra danh sách 26 cầu thủ nào để sang Qatar tham dự chiến dịch sắp tới? Đội hình dự WC sẽ gồm các cầu thủ như sau:
Thủ thành Manuel Neuer chắc chắn là người gác đền số một đội tuyển Đức tại giải đấu bóng đá lớn nhất hành tinh diễn ra trên đất Qatar.
Marc-Andre ter Stegen và Kevin Trapp là những phương án dự phòng rất chất lượng của những ‘Cỗ xe tăng’ Đức.
Antonio Rudiger sẽ được xếp đá chính bên cạnh hậu vệ Niklas Sule.
Thilo Kehrer và David Raum khả năng cao sẽ đảm nhận hai cánh. Tuy nhiên, Benjamin Henrichs cùng Robin Gosens cũng là các nhân tố có thể gây bất ngờ và mang tới sự đột biến.
Nhà cầm quân Flick đang sở hữu trong tay nhiều cầu thủ tiền vệ trung tâm công thủ toàn diện.
Joshua Kimmich sẽ chắc suất cho khu vực trung tuyến. Ilkay Gundogan, Leon Goretzka, Julian Brandt là những cái tên chất lượng cho tiền vệ chạy cánh.
Hàng tiền đạo đội tuyển Đức không thiếu các cầu thủ giỏi.
Kai Havertz, Thomas Muller, Serge Gnabry là những cái tên chắc chắn nhất cho đội hình thi đấu chính thức.
Dưới thời của ông Flick, tuyển Đức được vận hành chủ yếu theo sơ đồ 4-2-3-1 với một đội hình quen thuộc, tập hợp các cầu thủ giỏi, là cơ hội để đội chinh phục giải đấu lớn năm nay.
Đội hình dự kiến mạnh nhất của đội tuyển Đức (sơ đồ 4-2-3-1) gồm Neuer; Klostermann, Raum; Kimmich, Sule, Rudiger, Gundogan; Sane; Havertz, Gnabry, Muller.
Đội hình tham dự World Cup 2022 của Đức không thiếu các cầu thủ giỏi cùng các phương án dự phòng chất lượng. Cùng chờ đợi màn thể hiện của những “Cỗ xe tăng” Đức năm nay nào.
Bài viết Đội hình tham dự World Cup 2022 của Đức đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Anh: Ứng cử viên vô địch đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>HLV Gareth Southgate của đội tuyển quốc gia Anh đã chọn các tuyển thủ nào sang Qatar hiện thực hóa giấc mơ chạm tay vào chiếc cúp vàng World Cup?
Anh sẽ tham dự mùa giải World Cup thứ 7 liên tiếp, đồng thời hướng đến chức vô địch thế giới đầu tiên cho mình kể từ sau vinh quang vào năm 1966.
Huấn luyện viên Gareth Southgate có trong tay một đội hình sáng giá gồm nhiều cầu thủ đầy tài năng. Tuy nhiên, phong độ thi đấu sa sút của họ tại giải Nations League lại khiến cho nhiều người hoài nghi về chính năng lực của nhà cầm quân này.
Tại kỳ World Cup 2022, đội tuyển Anh nằm ở bảng B cùng tuyển Mỹ, đội tuyển xứ Wales và Iran. Đây là bảng đấu được đánh giá dễ dành cho Tam Sư.
Trở ngại khó nhằn hơn dành cho tuyển Anh sẽ chờ đón họ từ sau vòng 16 đội, khi các đội bóng như tuyển Brazil, Bỉ, Pháp,Tây Ban Nha, Argentina cũng là những ứng viên sáng giá của chức vô địch đối đầu.
Vậy danh sách 26 cầu thủ nào đã được huấn luyện viên Gareth Southgate điền tên tham dự World Cup 2022 Qatar? Danh sách chính thức gồm:
Với việc giữ được phong độ cao thời gian gần đây, Jordan Pickford nhiều khả năng là thủ môn bắt chính trong khung gỗ của tuyển Anh.
Nick Pope và Aaron Ramsdale là những thủ thành phương án 2, 3 đầy chất lượng.
Luke Shaw, Trent Alexander-Arnold, Harry Maguire hứng chịu nhiều chỉ trích giai đoạn đầu giải 2022/23. Tuy nhiên, các cầu thủ này vẫn được điền tên trong danh sách dự World Cup.
Đội tuyển Anh sở hữu nhiều cầu thủ tiềm năng nơi tuyến tiền vệ như Mason Mount, Jude Bellingham, Declan Rice. Những cầu thủ nhiều kinh nghiệm như Jordan Henderson sẽ hỗ trợ đội bóng của Southgate.
Harry Kane, Raheem Sterling, Bukayo Saka, Phil Foden là những cái tên quen thuộc chắc chắn có mặt.
Đội hình dự kiến mạnh nhất của tuyển Anh (theo sơ đồ 4-2-3-1 của nhà cầm quân Gareth Southgate) gồm có các cầu thủ quen thuộc với người hâm mộ như Pickford; Foden, Mount, Dier, Shaw; Walker, Stones, Rice, Bellingham; Sterling; Kane.
Đội hình tham dự World Cup 2022 của Anh sở hữu các cầu thủ chất lượng và vô cùng nổi bật, là ứng cử viên sáng giá cho chiếc cúp vô địch danh giá năm nay.
Bài viết Đội hình tham dự World Cup 2022 của Anh: Ứng cử viên vô địch đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Bỉ đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Dẫn đầu bảng xếp hạng FIFA giai đoạn tháng 9/2018 đến 2/2021, Bỉ được xem là ứng cử viên sáng giá nhất cho chức vô địch World Cup 2022. Tuy nhiên, sức mạnh và phong độ gần đây của của các tuyển thị bị đặt nhiều dấu hỏi.
Quỷ Đỏ có tổng cộng 13 lần lọt vào tham dự vòng chung kết World Cup, nhưng chưa một lần nào họ chạm tay mình vào chiếc cúp vàng danh giá. Việc chỉ về vị trí hạng ba tại kỳ World Cup 2018 tổ chức tại Nga là thành tích tốt nhất trong lịch sử tham dự của đội bóng này.
Những cái tên quen thuộc của đội tuyển Bỉ như Romelu Lukaku, Jan Vertonghen, Thibaut Courtois, Kevin De Bruyne và người đội trưởng Eden Hazard dần bước sang sườn dốc bên kia của sự nghiệp. Vì vậy, “Thế hệ vàng” của bóng đá Bỉ chỉ có một cơ hội cuối cùng để lập nên kỳ tích tại mùa giải World Cup sắp tới.
Lần này, Bỉ nằm tại bảng đấu với Canada, tuyển Croatia và tuyển Morocco. Họ được dự đoán nhẹ nhàng và dễ dàng tiến vào vòng 16 đội.
HLV Roberto Martinez lựa chọn danh sách 26 cầu thủ cho ĐT Bỉ trong chiến dịch sắp thi đấu ở Qatar gồm:
Thibaut Courtois chắc chắn vẫn là thủ thành số một của tuyển Bỉ tại giải đấu sắp tới. Simon Mignolet là phương án dự phòng có chất lượng, Koen Casteels là sự lựa chọn số ba.
Jan Vertonghen, Toby Alderweireld là 2 hậu vệ giàu kinh nghiệm nhất của tuyển Bỉ. Ngoài ra còn có Thomas Meunier, Timothy Castagne cũng rất quen thuộc tại đội tuyển.
Tuyến giữa đội tuyển Bỉ quy tụ các ngôi sao sáng giá như Axel Witsel, Yannick Carrasco, Leandro Trossard, Kevin De Bruyne, Youri Tielemans đều là nhân tố chất lượng.
Chân sút xuất sắc của Bỉ, Romelu Lukaku chắc chắn là đầu tàu hàng công mọi trận thi đấu. Bên cạnh đó còn có Eden Hazard, Dries Mertens.
Lois Openda – CLB Lens
Eden Hazard – CLB Real Madrid
Dries Mertens – CLB Galatasaray
Charles De Ketelaere – CLB AC Milan
Michy Batshuayi – CLB Fenerbahce
Romelu Lukaku – CLB Inter
Jeremy Doku – CLB Rennes
Đội hình dự kiến mạnh nhất của đội tuyển Bỉ tham dự World Cup 2022 (sơ đồ 3-4-3): Courtois; Meunier, Vertonghen;Tielemans, Witsel, Faes, Lukaku, E. Hazard, Alderweireld, Carrasco; De Bruyne.
Đội hình tham dự World Cup 2022 của Bỉ sở hữu các cầu thủ thế hệ vàng, là những ngôi sao sáng giá với kỳ vọng giành chức vô địch vòng chung kết năm nay.
Bài viết Đội hình tham dự World Cup 2022 của Bỉ đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Qatar: Vị thế đội chủ nhà đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Trong vài năm trở lại đây, Qatar là một thế lực lớn ở châu Á khi giành được nhiều danh hiệu lớn nhỏ đáng nể. Tiêu biểu là chức Vô địch mùa giải Asian Cup 2019, chức vô địch giải Tây Á 2014, chức vô địch giải bóng đá vùng Vịnh năm 2014.
Đội bóng Trung Đông – Qatar sẽ tham dự Vòng chung kết World Cup 2022 với tư cách đăng cai giải đấu – đội chủ nhà. Đây sẽ vừa là lợi thế song cũng mang lại khá nhiều áp lực cho tuyển Qatar.
Qatar sẽ nằm ở bảng A với các tuyển Hà Lan, Ecuador và tuyển Senegal trong ngày hội bóng đá lớn nhất hành tinh năm nay. Ngoài Hà Lan vượt trội trong các đánh giá của chuyên gia, 2 đối thủ còn lại của Qatar cũng cực kỳ mạnh. Hứa hẹn tạo ra rất nhiều khó khăn và thách thức đối với thầy trò ông Felix Sanchez Bas.
Tuy nhiên, không thể coi thường tuyển Qatar! Họ sở hữu thành tích đáng nể trong những năm vừa qua trong các giải đấu ở châu Á và trung đông. Ông Felix Sanchez – ‘Thuyền trưởng’ của họ đã gắn bó bóng đá Qatar từ lâu và hiểu rõ các ưu – khuyết của học trò mình. Ông đã từng phụ trách Học viện Aspire quốc gia từ năm 2006; dẫn dắt các đội U19 và U23 Qatar. Đến 2017, vị chiến lược gia bóng đá người Tây Ban Nha chính thức bắt đầu dẫn dắt đội tuyển quốc gia Qatar.
Dưới đây là danh sách 26 cầu thủ sẽ làm nên lịch sử khi vinh dự đại diện cho quốc gia Qatar ở lần đầu tiên họ tham dự World Cup với tư cách đội chủ nhà. Danh sách các tuyển thủ được đăng ký tham dự World Cup 2022 của Qatar gồm có:
Saad Al Sheeb – CLB Al-Sadd
Youssef Hassan – CLB Al-Gharafa
Meshaal Barsham – CLB Al-Sadd
Ấn tượng danh sách hậu vệ được nhà cầm quân người Tây Ban Nha lựa chọn gồm có:
Ro-Ro – CLB Al-Sadd
Abdelkarim Hassan thuộc CLB Al-Sadd
Tarek Salman – CLB Al-Sadd
Musab Kheder – CLB Al-Sadd
Homam Ahmed – CLB Al-Gharafa
Bassam Al-Rawi – CLB Al-Duhail
Boualem Khoukhi – CLB Al-Sadd
Jassem Gaber – CLB Al-Arabi
Abdulaziz Hatem thành viên CLB Al-Rayyan
Mohammed Waad – CLB Al-Sadd
Ali Assadalla – CLB Al-Sadd
Salem Al-Hajri – CLB Al-Sadd
Karim Boudiaf – CLB Al-Duhail
Assim Madibo – CLB Al-Duhail
Mostafa Tarek – CLB Al-Sadd
Vị trí tiền đạo tuyển Qatar được lựa chọn thi đấu ở World Cup 2022 gồm có:
Akram Afif – CLB Al-Sadd
Ahmed Alaaeldin thành viên CLB Al-Gharafa
Mohammed Muntari thành viên CLB Al-Duhail
Hassan Al-Haydos – CLB Al-Sadd
Ismaeel Mohammad thuộc đội bóng CLB Al-Duhail
Khalid Muneer thành viên CLB Al-Wakrah
Almoez Ali thành viên CLB Al-Duhail
Naif Al-Hadhrami thành viên CLB Al-Rayyan
Đội hình dự kiến được đánh giá mạnh nhất của Qatar (Theo sơ đồ chiến thuật 5-3-2) gồm có Al Sheeb; Al-Rawi, Al-Haydos; Hassan, Ro-Ro, Ahmed; Hatem, Salman, Boudiaf, Ali, Afif.
Đội hình tham dự World Cup 2022 của Qatar không sở hữu siêu sao cũng như nổi bật về kỹ thuật cá nhân nhưng họ có lợi thế đội chủ nhà, sự cổ vũ của người hâm mộ cùng tinh thần thi đấu hết mình để thi đấu hết mình mang về thành tích tốt nhất cho quê hương.
Bài viết Đội hình tham dự World Cup 2022 của Qatar: Vị thế đội chủ nhà đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Đan Mạch đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Huấn luyện viên Kasper Hjulmand chọn những tuyển thủ nào đại diện Đan mạch sang Qatar thi đấu vào cuối năm nay?
Đội tuyển Đan Mạch sẽ tham dự vào kỳ World Cup 2022 và cũng là lần thứ sáu trong lịch sử bóng đá của họ.
Trước đó, tại WC Mexico 1986 là lần đầu tiên tuyển Đan Mạch góp mặt tại ngày hội bóng đá lớn nhất hành tinh. Thời điểm đó, họ dễ dàng vượt qua các đội vòng bảng với 3 trận đấu toàn thắng, bao gồm chiến thắng tỷ số 2-0 trước đội bóng Tây Đức hùng mạnh.
Thành tích tốt nhất của tuyển Đan Mạch – Những Chú lính chì tại sân chơi lớn nhất thế giới này phải kể đến mùa giải World Cup diễn ra vào năm 1998, sau khi họ đã xuất sắc tiến vào đến vòng tứ kết. Họ chỉ để thua đội tuyển Brazil với tỷ số 2-3, đã để lại màn rượt đuổi tỷ số đầy kịch tính và ấn tượng trong lòng người hâm mộ bóng đá.
Lần tham dự này, liệu đội bóng Bắc Âu – Đan Mạch có tái lặp được kỳ tích lịch sử đó?
Tại mùa giải World Cup 2022, Đan Mạch được sắp xếp nằm ở bảng D cùng với nhà đương kim vô địch Pháp cùng Australia và Tunisia. Xét về mặt sức mạnh, Đan Mạch chỉ thua kém mỗi tuyển Pháp có sở hữu danh sách tuyển thủ toàn ngôi sao mà thôi. Họ được đánh giá cao hơn hẳn hai đối thủ còn lại của mình. Rõ ràng, tuyển thủ Christian Eriksen và các đồng đội của mình đủ sức để giành tấm vé đi tiếp vào vòng trong.
Huấn luyện viên Kasper Hjulmand chốt danh sách các cầu thủ sang Qatar thi đấu năm nay gồm có:
Danh sách tuyển thủ Đan Mạch thi đấu vị trí tiền vệ được chọn gồm có:
Danh sách tuyển thủ của đội Đan Mạch được nhà cầm quân Kasper Hjulmand gọi tên ở vị trí tiền đạo gồm:
Đội hình dự kiến mạnh nhất của đội tuyển Đan Mạch (theo sơ đồ chiến thuật 4-3-3): Schmeichel,, Andersen, Maehle; Hojbjerg; Braithwaite, Kristensen, Christensen, Delaney, Eriksen, Damsgaard,Olsen.
Đội hình tham dự World Cup 2022 của Đan Mạch là những tuyển thủ mạnh nhất mà họ đang sở hữu cũng như phong độ ổn định nhất. Mục tiêu trước mắt là giành vé đi tiếp vào vòng trong, tái lập thành tích lịch sử.
Bài viết Đội hình tham dự World Cup 2022 của Đan Mạch đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Bài viết Đội hình tham dự World Cup 2022 của Cameroon đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>Đội tuyển bóng đá Cameroon sẽ có lần thứ 8 được tham dự World Cup khi lên đường đến Qatar cuối năm nay. Ở giải đấu lần trước tổ chức trên đất Nga, Cameroon đã ‘đánh rơi’ tấm vé tham dự vì không vượt qua được vòng tuyển chọn.
Những con sư tử bất khuất Cameroon đã phải vã mồ hôi để có thể giành được quyền tham dự mùa giải World Cup 2022. Họ phải nhờ tới bàn thắng của cầu thủ Karl Toko Ekambi ở phút bù giờ hiệp phụ thứ 2 – 120+4, mới có thể hạ gục được đội tuyển Algeria ở trận thi đấu lượt về vòng play-off.
Trong 7 lần tham dự World Cup trước đó, đội tuyển Cameroon có thành tích tốt nhất là lọt vào vòng Tứ kết (Vòng 1-8) vào năm 1990.
Còn tại giải đấu năm nay, đội tuyển Cameroon sẽ gặp các đội tuyển Brazil, Serbia, Thụy Sĩ ở cùng bảng đấu. Đây sẽ là thách thức rất lớn mà họ phải vượt qua nếu muốn được đi tiếp. Tuy nhiên, với đội hình tham dự World Cup 2022 của Cameroon năm nay sở hữu những cầu thủ đang là chủ chốt của các CLB ở châu Âu thì khả năng tạo ra bất ngờ của ‘Những con sư tử bất khuất‘ sẽ là vô cùng lớn. Cùng chờ đợi các màn thể hiện của họ sắp tới đây.
Giải đấu năm nay, tuyển Cameroon gặp phải thách thức khi họ nằm cùng bảng đấu với tuyển Brazil, Serbia, Thụy Sĩ. Tuy nhiên, sở hữu nhiều cầu thủ trụ cột ở các CLB châu Âu, ‘những con sư tử bất khuất’ khả năng tạo ra bất ngờ là rất lớn.
Huấn luyện viên Rigobert Song điền tên chính thức vào danh sách dự World Cup 2022 của tuyển Cameroon gồm 26 cái tên nào? Cụ thể ở các vị trí thi đấu như sau:
Ở vị trí thủ môn, việc cạnh tranh suất ra sân chính thức sẽ là hành trình của 3 thủ thành được chọn gồm:
Danh sách cầu thủ vị trí hậu vệ được nhà cầm quân tuyển Cameroon lựa chọn tham dự kỳ World Cup lần này gồm có:
Nicolas Nkoulou thuộc CLB Aris
Enzo Ebosse thuộc CLB Udinese
Nouhou Tolo thuộc CLB Seattle Sounders
Olivier Mbaizo thuộc CLB Philadelphia Union
Collins Fai thuộc CLB Al-Tai
Jean-Charles Castelletto thuộc CLB Nantes
Christopher Wooh thuộc CLB Rennes
Jerome Onguene thuộc CLB Frankfurt
Vị trí tiền vệ có sự cạnh tranh giữa các cầu thủ sau đây ở suất ra sân chính thức:
Gael Ondoa thuộc CLB Hannover
Samuel Gouet thuộc CLB Mechelen
Pierre Kunde thuộc CLB Olympiacos
Martin Hongla thuộc CLB Verona
Andre-Frank Zambo Anguissa thuộc CLB Napoli
Oliver Ntcham thuộc CLB Swansea City
Vị trí tiền đạo được kỳ vọng sẽ làm nên bất ngờ trong mùa WC 2022 với những cái tên quen thuộc:
Georges-Kevin Nkoudou thuộc CLB Besiktas
Vincent Aboubakar thuộc CLB Al-Nassr
Bryan Mbeumo thuộc CLB Brentford
Jean-Pierre Nsame thuộc CLB Young Boys
Karl Toko Ekambi thuộc CLB Lyon
Moumi Ngamaleu thuộc CLB Dynamo Moscow
Eric Maxim Choupo-Moting thuộc CLB Bayern Munich
Christian Bassogog thuộc CLB Shanghai Shenhua
Souaibou Marou thuộc CLB Coton Sport
Đội hình dự kiến của đội tuyển Cameroon (Sơ đồ 4-3-3): Onana; Mbeumo, Aboubakar, Fai, Tolo; Hongda, Castelletto, Nkoulou, Gouet, Ondoua; Toko Ekambi.
Đội hình tham dự World Cup 2022 của Cameroon được cho là khá đồng đều, sở hữu các cầu thủ đang thi đấu ở các CLB châu Âu và được kỳ vọng sẽ tạo nên những bất ngờ.
Bài viết Đội hình tham dự World Cup 2022 của Cameroon đã xuất hiện đầu tiên vào ngày unicef2014appeal.
]]>