ConorBradley Posted May 6, 2022 Share Posted May 6, 2022 Hi Guys, How to I remove the language URL's for each page? I'm only wanting English on there, I know about the Hook to hide the languages however they still appear. Thanks, Conor 0 Quote Link to comment Share on other sites More sharing options...
pRieStaKos Posted May 6, 2022 Share Posted May 6, 2022 (edited) Language parameter is optional and inside the source code. You can disable the language option to client area, but parameter will still be available. Edited May 6, 2022 by pRieStaKos 0 Quote Link to comment Share on other sites More sharing options...
yggdrasil Posted May 7, 2022 Share Posted May 7, 2022 Remove the language files from your installation and they should not be able to set the language and the default will be used. 0 Quote Link to comment Share on other sites More sharing options...
ConorBradley Posted May 7, 2022 Author Share Posted May 7, 2022 Thanks for the reply guys. My aim is to remove the URLs that you can see in the image rather than stopping the clients from selecting the languages. Its more for SEO related tasks, is this something we can do? 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted May 7, 2022 Share Posted May 7, 2022 (edited) Just define the canonical URL inside rel attribute of link tag. This way Google sticks to this URL ignoring the rest. Keep in mind that this change will not give you any SEO advantage, not even in a million years. I also suggest you to ignore any SEO health score tool you are probably using. Reaching 100/100 score will not be beneficial from an SEO perspective. SEO is not so "stupid" moreover WHMCS and SEO are on two different planets. A website from 1998 probably has the same SEO potential than WHMCS. Don't waste your time with it. Your time is better spent on attracting new customers instead of trying to fix WHMCS. Making WHMCS SEO-friendly takes months of development. Edited May 7, 2022 by Kian 1 Quote Link to comment Share on other sites More sharing options...
JOHN David Posted May 27, 2022 Share Posted May 27, 2022 Hy, am john using WHMCS from last three months. i have an issue with Pages Meta Descriptions, Meta Titles & Duplicate Content. Kindly Suggest me how can i Fix it... 0 Quote Link to comment Share on other sites More sharing options...
salva Posted March 11 Share Posted March 11 You can prevent google from indexing URLs that contain the language parameter by adding the X-Robots-Tag response header. For my use case I added the following to my apache configuration: # Response header to avoid URL indexing if it contains the language parameter (by salva) <If "%{QUERY_STRING} =~ /language=.*?/"> Header set X-Robots-Tag "noindex" </If> To make sure that the google bot has seen the new noindex directive you can check Google's URL inspection tool 0 Quote Link to comment Share on other sites More sharing options...
johnny003 Posted March 21 Share Posted March 21 You have to look to filter option for this. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.