\nAppvizer's AI guides you in the use or selection of enterprise SaaS software.","FR":"France (Français)","COM":"United States (English)","UK":"United Kingdom (English)","ES":"España (Español)","DE":"Deutschland (Deutsch)","IT":"Italia (Italiano)","BR":"Brasil (Português)","NAVIGATION.ACTIVITY_AREA":"Business sector","NAVIGATION.ALL_ARTICLES_AND_SOFTWARES":"All software and articles","NAVIGATION.NO_ARTICLE_TO_DISPLAY":"No article available","NAVIGATION.SEE_ALL_ARTICLES":"See all articles","NAVIGATION.NO_SOFTWARE_TO_DISPLAY":"No software available","NAVIGATION.SEE_ALL_SOFTWARES":"See all software","NAVIGATION.BACK":"Back","BREADCRUMB.BASE_URL":"Home","CATEGORY.SIBLING_CATEGORIES":"{name}: other categories to discover","CATEGORY.SOFTWARE_GUIDE":"{name}: our software guides","CATEGORY.SOFTWARE_PRESENTATION.TITLE":"{name}: trending solutions","CATEGORY.LATEST_ARTICLES":"Latest articles","CATEGORY.SELECTION_CATEGORIES.TITLE":"{name}: popular categories","CATEGORY.SELECTION_CATEGORIES.TITLE_MOBILE":"Choose a category","CATEGORY.SELECTION_CATEGORIES.TITLE_DESKTOP":"Other categories","CATEGORY.TOPIC.HOW_TO":"{name}: how to manage from A to Z?","CATEGORY.TOPIC.DEFINITION":"{name}: understanding the basics","CATEGORY.TOPIC.SOFTWARE":"{name}: finding the suitable software","CATEGORY.SELECT_CHILD.TITLE":"{name}: popular categories","CATEGORY.SELECT_CHILD.TITLE_MOBILE":"Choose a category","CATEGORY.SELECT_CHILD.TITLE_DESKTOP":"Other categories","CATEGORY.POPULAR_SOFTWARE_CATEGORY.TITLE":"{name}: popular software directories","CATEGORY.POPULAR_SOFTWARE_CATEGORY.DROPDOWN_LABEL":"Other categories","CATEGORY.LOAD_MORE":"Load more articles","CATEGORY.LOADING":"Loading...","CATEGORY.META.TITLE":"{name} News, Articles, Software Programs, and Business Resources","CATEGORY.META.DESCRIPTION":"All the latest news, software reviews and business guides on {name} right here on Appvizer","CATEGORY.SEE_ALL_SOFTWARE":"See all software","CATEGORY.ASSOCIATE_SOFTWARE_CATEGORY.TITLE":"{name} : related categories","CATEGORY.ASSOCIATE_SOFTWARE_CATEGORY.SEE_MORE":"Show more","CATEGORY.ASSOCIATE_SOFTWARE_CATEGORY.SEE_LESS":"Show less","META.TITLE":"Appvizer | Media and Software Comparison Tool for Professionals","META.DESCRIPTION":"Reinvent your business: Thrive and find the best software program for your business with Appvizer","TRANSPARENCY.LABEL":"Learn more","TRANSPARENCY.TEXT":"Transparency is an essential value for Appvizer. As a media, we strive to provide readers with useful quality content while allowing Appvizer to earn revenue from this content. Thus, we invite you to discover our compensation system.","DIRECTORY.TITLE":"{categoryName} Software","DIRECTORY.SOFTWARE_TITLE":"Compare software systems of {categoryName}","DIRECTORY.CATEGORY_REDIRECTION_LABEL":"Need any advice? Discover all our articles of","DIRECTORY.ALL_SOFTWARE":"All the software systems","DIRECTORY.GUIDE":"Shopping guide","DIRECTORY.CATEGORY":"category","DIRECTORY.SUBCATEGORY":"Subcategory","DIRECTORY.BYKEYWORDS":"By keywords","DIRECTORY.DATALOCALISATION":"Data location","DIRECTORY.LANGUAGES":"Languages","DIRECTORY.FILTER":"Filter","DIRECTORY.FEATURES":"Features","DIRECTORY.SUMMARY":"Table of contents","DIRECTORY.PURCHASE_GUIDE":"{categoryName}: purchase guide","DIRECTORY.SUB_CATEGORIES_TITLE":"Refine your software research of {categoryNameLowercase}","DIRECTORY.SIBLINGS_TITLE":"{categoryName}: other categories to discover","DIRECTORY.SEE_ALL_CATEGORIES":"See all categories","DIRECTORY.FILTER_PANEL.BUSINESS_FUNCTIONS_LABEL":"Professional group","DIRECTORY.FILTER_PANEL.SOFTWARE_CATEGORIES_LABEL":"Category","DIRECTORY.FILTER_PANEL.FILTER":"Filter","DIRECTORY.META.TITLE":"{nbSoftware} Best {categoryName} Software for {currentYear} | Appvizer","DIRECTORY.META.DESCRIPTION":"Discover the {nbSoftware} Best {categoryName} Software in {currentYear}. Compare features, integrations, user experience, customer support, and prices on Appvizer.","DIRECTORY.SOFTWARE_LIST_TITLE":"Our selection of {nbSoftware} {categoryNameLowercase} software","DIRECTORY.TABS.SOFTWARE_LIST":"All software","DIRECTORY.TABS.GUIDE":"Buyer's guide","DIRECTORY.TABS.FAQ":"Q&A","DIRECTORY.TABS.ASSOCIATE_SOFTWARE_CATEGORY":"Related categories","DIRECTORY.GUIDE_TITLE":"{categoryName} software: purchase guide","DIRECTORY.FAQ_TITLE":"{categoryName} softwares: Q&A","TIMEZONE.DEFAULT":"CET","SEE_MORE_DETAILS":"See more details","SEE_LESS_DETAILS":"See less details","SOFWARE.COMPANY.SIZE.UNIQUE":"For one-employee companies","SOFWARE.COMPANY.SIZE.ALL":"For all companies","SOFWARE.COMPANY.SIZE.MORE_EMPLOYEE":"For companies with more than {minUsers} employees","SOFWARE.COMPANY.SIZE.BETWEEN_EMPLOYEE":"For companies with {minUsers} to {maxUsers} employees","SOFTWARE_LIST_BLOCK.DISPLAY_FULLSCREEN":"Display in full screen","SOFTWARE_LIST_BLOCK.INDEX_SEPARATOR":"of","AN_ERROR_OCCURRED":"An error occurred. Please try again later.","CATEGORIES.TITLE":"{nbCategories} Software Categories","CATEGORIES.REGISTER_LABEL":"Your software is not yet listed on Appvizer? Get a free listing now!","CATEGORIES.BREADCRUMB_LABEL":"All categories","ASK.PLACEHOLDER":"Got a question? Appvizer's AI will guide you to the right software.","ASK.CITATIONS":"Sources","ASK.RELATED_QUESTIONS":"Related questions","ASK.META_TITLE":"Ask Appvizer - The AI assistant that guides you to the right software","ASK.ERROR":"An error occurred","ASK.RELATED_SOFTWARE":"Recommended software for you","ASK.DESKTOP_PLACEHOLDER":"Got a question? Appvizer's AI will guide you to the right software.","ASK.MOBILE_PLACEHOLDER":"Got a question? Our AI will answer it."}}">
Creating an SEO-compatible multilingual WordPress site
By Fabien Paupier
Published: 11 November 2024
WordPress now allows you to create sub-sites from a master site. This option, known as "multisite" in WordPress, opens the door to numerous applications, including the creation of multilingual sites. The option can be activated when creating a new site or afterwards. Find out how in our tutorial on wordpress.
What you need to know before creating a multilingual site
If the operation is carried out on an existing site, it is strongly recommended that you back up your database and files beforehand.
Without the help of a third-party plugin, the pages of the French site will not be linked to the English translations. The two versions are independent and may have different tree structures.
You must choose whether you prefer an organisation in sub-domains or directories. Here are the main differences:
Sub-domain: fr.monsite.com, en.monsite.com.
Sub-domains save you extra depth in the URLs. URLs are shorter. This is also the only option for an existing site (as opposed to a new installation).
Directories: monsite.com/en.
This method is preferred by Google. Thanks to the addition of traffic from the different translations, the authority of the monsite.com domain will be strengthened. However, if you want to convert an existing site, this option is not available. You can only create a multilingual site with directories as part of a new installation (for the time being).
You must deactivate all your plugins (third-party extensions) before launching the operation.
Activating the multisite option in WordPress
To activate the ability to create a set of sub-sites in different languages, you need to edit the wp-config.php file at the root of your site:
Connect to your server using FileZilla or other FTP software
Right-click on wp-config.php and select "Edit".
In the document that opens on your screen, add the following line above "/* That's all, don't touch anything else! Happy blogging! */" :
define('WP_ALLOW_MULTISITE', true);
Save thefile and send it back to the server, overwriting the previous version.
Installing the site network
The site network refers to the main site (corporate showcase) and all the sub-sites (local versions). To activate it, go to Tools > Network settings. The network name you are asked to enter is the name of your company or organisation. Click on Install.
Activate the site network
This is the last step before creating the first sites in English, French, Spanish, etc. You must edit 2 files in the root of your site as WordPress asks you to do.
Add the first lines below to the .htaccess file and the second lines to the wp-config.php file as above:
If the .htaccess file does not yet exist, you need to create it using a simple text editor. When you save your document, simply call it ".htaccess".
Creating site variations in English, French, Spanish, etc.
Your WordPress is now organised into a set of sites. Go to My Sites (top left of screen) > Network > Sites. From this view you can create the first translation of your site in a sub-domain (en.monsite.com) or in a directory (www.monsite.com/fr):
As we saw above, the sub-domain structure is preferred by Google. Here are some other important points to consider:
Do not redirect users with a French IP address to monsite.com/fr. You could prevent Google's robots from crawling your site.
Add the href tag to indicate to search engines the language of each site: <link rel="alternate" hreflang="fr" href="http://www.monsite.com/fr" />
Report the different sub-sites in Google Webmaster Tools and add the sitemap for each sub-site.
We advise you not to create all the sub-sites at the same time, but to do them one after the other. This will enable you to see what you can duplicate and what you need to redo systematically. Don't hesitate to read the other tutorials for switching your site to HTTPS or for adding an icon to your WordPress site.