Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This SOP is a work in progress. If you notice anything that is out of date, could be more clear or could be more efficient please update the SOP or add a comment to start a conversation.

Purpose

Provide instructions on creating and submitting a sitemap based on URLs affected by a client’s SEO package.

Procedure

Inputs:

Expand
titleStep 1: Copy the Sitemap Generator Template tab.
  • Navigate to the Sitemap Generator Template sheet from Ryan Kelner and copy the only tab there to the client sheet of the dealer you want to create an SEO sitemap for (Click on Existing spreadsheet).

  • When you copy a new tab to a client sheet the new tab goes all the way to the right of all existing tabs so make sure you move it near the Work Done Import and SEO Work Done tabs.

  • Make sure to also remove the “Copy of ”in the name of the tab.

Expand
titleStep 2: Setup the sitemap generator tab
  • For the sitemap generator to work we need two things:

    • Add the site URL to the A2 cell of the Sitemap Generator tab.

      Image RemovedImage Added
    • Add all URLs from the old SEO Work Done tab to the new Work Done import tab:

      • Select all the cells on the SEO Work Done tab by clicking on the top left blank space and copy it by Ctrl+C or right-clicking and selecting Copy.

        Image RemovedImage Added

      • Visit the URL Extractor page and paste the contents of the SEO Work Done tab in the Step 1 box.

      • Go right into step 3 skipping step 2 and click on the copy to clipboard button to get all links extracted from the SEO Work Done tab.

      • Paste these links at the bottom of the oldest link or row in the Work Done Import tab adding a little note like “SEO Work Done URLs:”

Expand
titleStep 3: Creating the XML sitemap file

Once you’ve got all your links in the Work Done Import tab

  • Copy the B2 cell of the Sitemap Generator

  • Paste into a blank notepad file, it should look something like this:

    Image RemovedImage Added
  • Create a folder for each of your clients' sitemaps in your documents.

    Image RemovedImage Added
  • Save your file type as “All Files” and name your file “seo-sitemap.xml”

  • This should leave you with an XML file

Expand
titleStep 4: Uploading the XML sitemap file
Info

Make sure that for this step you’re connected to a VPN.

Now that you we our sitemap is ready we can upload it to the client’s FTP folder.

  • Open your NppFTP plugin in Notepad++ and navigate to the client’s FTP folder

  • There should be a folder named content, here upload your new XML file by right-clicking it and selecting Upload other file here… option.

Expand
titleStep 5: Updating the sitemap index

After uploading the new sitemap we also need to update the main sitemap index.

  • In the FTP folder, there should be a sitemap.xml file near the bottom of the list of files for that folder

  • Open that file, it should look something like any of these two options. Sometimes it may have multiple sitemaps or just 1 or none.

  • Copy and paste the following snippet of code replacing the [dealer domain] with the site URL for the dealer you’re working on and the last modification date with the format YYYY-MM-DD.

    Code Block
    <sitemap>
            <loc>[dealer domain]/content/seo-sitemap.xml</loc>
            <lastmod>2022<lastmod>2023-1108-17<31</lastmod>
    </sitemap>
  • It should look like this:

  • Save your changes.

Expand
titleStep 6: Submitting your sitemap updates to Google Search Console
  • Navigate to the Google account where you’re GSC property is stored (most of them are in the seo@dealerspike.com or sem@dealerspike.com Google accounts).

  • In the left-hand menu under the Indexing section click on Sitemaps

  • In the Sitemaps indexing write the file location for the uploaded sitemap and click submit

  • Search Console will give the next message, click on got it.

  • Now submit the sitemap index we also updated

  • You should have a list of submitted sitemaps looking like this:

Outputs:

  • With this, we’ve uploaded and updated our SEO sitemap for a Dealer Spike client.

FAQs

Expand
titleFAQ...

Answer…