Avant de commencer, nous vous recommandons de lire le tutoriel sur le plugin Fasterize.
🏆 Challenge 1 : Modification de la balise <title> sur une URL
[ 🎥 video coming soon]
- Click on the "File" menu, then "Create a copy" of the Bulk template.
- Go to the BULK SEO tab
- Dans la première colonne <url>, ajouter une URL sur laquelle nous allons modifier la balise <title>
- Dans la colonne <title>, ajouter le contenu de votre titre. Exemple : 😍 Trop cool le EdgeSEO !
- Export Bulk SEO file to CSV
- Go to the EdgeSEO console
- Click on the Bulk SEO application
- Upload your exported CSV file
- Click on the "deploy" button
- ... wait a few seconds ⏱️
- Go to the URL to see the modification
👉 Discover the "Bulk SEO" application documentation
🏆 Challenge 2: Set up a 301 redirect
[ 🎥 video coming soon]
- Open the Bulk template
- Go to the BULK redirection tab
- Dans la colonne <source>, ajouter une URL que vous souhaitez rediriger. Exemple : https://www.mon-site.fr/test-redirection
- Dans la colonne <destination>, ajouter l’URL de destination. Exemple : https://www.mon-site.fr
- Dans la colonne <code>, ajouter le code de redirection 301
- Export Bulk SEO file to CSV
- Go to the EdgeSEO console
- Click on the Bulk Redirection application
- Upload your exported CSV file
- Click on the "deploy" button
- ... wait a few seconds ⏱️
- Renseignez l’URL <source> dans votre navigateur, vous êtes redirigés vers l’URL de <destination>
👉 Discover the full documentation of the "Bulk Redirection" application.
🏆 Challenge 3: Rewrite a URL
[ 🎥 video coming soon]
- Open the Bulk template
- Go to the BULK URL Rewriting tab
- Dans la colonne <url-source>, ajouter une URL que vous souhaitez réécrire. Exemple : https://www.mon-site.fr/cat?filtre=1&filtre=2
- Dans la colonne <url-rewrite>, ajouter l’URL réécrite. Exemple : https://www.mon-site.fr/url-sexy
- Dans la colonne <feature-rewrite>, ajouter « Y » pour activer l’option de réécriture et « N » dans les colonnes <feature-replace-url> et <feature-redirection> pour ne pas activer les options.
- Export Bulk SEO file to CSV
- Go to the EdgeSEO console
- Click on the "Bulk URL Rewriting" application
- Upload your exported CSV file
- Click on the "deploy" button
- ... wait a few seconds ⏱️
- Renseignez l’URL <url-rewrite> dans votre navigateur, vous avez accès à l’URL
👉 Discover the full documentation of the "Bulk URL Rewriting" application.
[ 🎥 video coming soon]
- Go to the EdgeSEO console
- Click on the "SEO Recommendation" application
- Name your recommendation in the "Modify meta-robots tag" field
- Click on the "Next step" button
- Click on the "Create my target" button, then select "Query URL".
- Copy and paste a URL from your site that you wish to modify.
- Press the "Enter" key on your keyboard to take the URL into account.
- Click on the "Next step" button
- Sélectionnez la recette « Balise <meta robots> »
- Check the "noindex" and "nofollow" options
- Click on the "Save this rule" button
- Click on the "Save recommendation" button
- ... wait a few seconds ⏱️
- Rendez-vous sur l’URL pour voir la modification de la balise <meta-robots>
👉 Discover the complete documentation of the "SEO Recommendation" application.
🏆 Challenge 5: Add a chat to your robots.txt
[ 🎥 video coming soon]
- Go to the EdgeSEO console
- Click on the "robots.txt" application
- Copy and paste the contents of your robots.txt file into the field. You can access it here: https://www.mon-site.fr/robots.txt
- Copy and paste the following code:
###################
# /\\_/\\\ #
# / o o \\\ #
# ( " ) #
# \\~(*)~/ #
# / \\\ #
###################
- Activate the toogle in the upper right-hand corner
- Click on the "Save your robots.txt file" button
- ... wait a few seconds ⏱️
👉 Discover the full documentation of the "Robots.txt" application.
🏆 Challenge 6: Add a sitemap.xml to your site
[ 🎥 video coming soon]
- Go to the EdgeSEO console
- Click on the "Sitemap" application
- Click on the "Add a sitemap" button
- Enter the name of your sitemap in the "File name" field. Example: my-sitemap.xml
- Copy and paste the code below into the "content" field:
<?xml version="1.0" encoding="utf-8"?><!--Generated by Screaming Frog SEO Spider 19.8-->
<urlset xmlns="<http://www.sitemaps.org/schemas/sitemap/0.9>">
<url>
<loc>[https://](<https://demo-edgeseo.fasterize.com/>)www.mon-site.fr</loc>
<lastmod>2024-04-24</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
</urlset>
- Click on the save button
- Click on the name of your sitemap to view it
👉 Discover the full documentation of the "Sitemap" application