WebSite X5Help Center

 
Marius T.
Marius T.
User

Correct syntax of canonical landing page  en

Autor: Marius T.
Visitado 811, Followers 2, Compartido 0  

Hi

Which is the correct syntax for canonial tag in landing page?

<link rel="canonical" href="http://www.softedu.eu/" />

OR

<link rel="canonical" href="http://www.softedu.eu/index.html" />

Publicado en
3 RESPUESTAS - 1 CORRECTO
Franz-Josef H.
Franz-Josef H.
Moderator

The canonical tag mentioned first in your question should be the correct one.

However, you have an SSL certificate and your page appears correctly with the security icon after entering https://www.softedu.eu/ However, you have not entered the url with https in the 'URL of the website' field in WebsiteX5 in step 5 'Export', selection 'Export the website to the Internet'. You still have to adjust this and then click on the preview button while holding down the Ctrl key and wait until the progress bar has run through completely. Then upload the entire project, not just the changes.

In addition, you should ensure that your website is always redirected to the secure https site. If your web host does not have a way to force the redirect to the https page, you must create an .htaccess file yourself or add to an existing htaccess file. To do this, use the Windows Notepad to create a file with the following content:

RewriteEngine On

RewriteCond %{HTTPS} !=on

RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Save this as htaccess.txt, for example. Then rename it to .htaccess (yes, the dot has to be in front) and load it into your server directory (where you upload your homepage). This means that every call to your site is automatically directed to the https site.

Leer más
Publicado en de Franz-Josef H.
Marius T.
Marius T.
User
Autor

Hello Franz-Josef H, thanks again! No it is not about https / http but again the google webmaster tools gone crazy. They have notified me about the home page which is http://www.softedu.eu pretending that it got the wrong canonical tag. This is the reason I have asked again.

Leer más
Publicado en de Marius T.
Franz-Josef H.
Franz-Josef H.
Moderator

Ultimately, however, it is the decision of the creator of the homepage which settings he makes. I checked your website with two online-canonical-tag-checkers and no error was thrown. So I think Google is a bit touchy and strange sometimes...

Leer más
Publicado en de Franz-Josef H.