Seolyzer
Last Edited Time | |
---|---|
Type | Technical Spec |
Status | |
Created By | |
Last Edited By | |
Stakeholders | |
Property |
Seolyzer is a third party service to analyze the seo of one website.
How to implement seolyzer
Register website (easy part)
First of all you have to log using Yann’s credentials.
Those are available in the Hostings part of the NSN “Tool”.
Search for “seolyzer”, this is it.
Once logged, search for the website you need to add.
Someone, perhaps, has already registered it.
if not, you need to add it. Click on “Ajouter un site”, type the url then save.
Grab seolyzer_xxxx.php
Nearby the “Ajouter un site” button you will have a settings button.
Click on it, then click on “hébergement mutualisé”
On the next page you will have to follow :
- step 1 then
- step 2 download
seolyzer_xxxx.php
.
Add seolyzer_xxxx.php
Next step is more techy.
You need to search on which server is hosted this website.
Go on https://n-admin.nexylan.com and search for it.
Click on the result and you will get all that’s needed to connect with ssh.
Connect on server and upload file where web service will be able to read it.
Then add the require_once('/path/to/seolyzer-xxxx.php');
On laravel application, copy it wherever you want in the project.
This file must be loaded on every page of the website.
you may add it to the main/app layout with
@php
require_once(base_path('seolyzer-xxxx.php')); //or
require_once(storage_path('seolyzer-xxxx.php')); // depending where you copied it.
@endphp
Troubleshoot
Test on Seolyzer may be failing to succeed once this procedure done.
But it seems seolyzer will still work as wanted, all you need is patience.