{"id":18654,"date":"2019-07-24T18:30:43","date_gmt":"2019-07-24T16:30:43","guid":{"rendered":"https:\/\/www.aleydasolis.com\/?p=18654"},"modified":"2020-01-04T21:40:38","modified_gmt":"2020-01-04T20:40:38","slug":"how-use-google-spreadsheets-for-seo-tasks","status":"publish","type":"post","link":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/","title":{"rendered":"9 Practical Ways to easily use Google Sheets for SEO tasks"},"content":{"rendered":"<p>I love Google sheets. Maybe it&#8217;s because I&#8217;m a Mac user but I&#8217;ve found myself using it more and more than Excel for SEO related tasks in the latest years, even replacing sometimes a few of the tasks for which I would otherwise have used an SEO tool: from quick analysis, validation and even project coordination for quick or temporary activities.<\/p>\n<p>It might be its flexibility to easily import, integrate, merge and validate any type of data with easy to use built-in functions and availability of free add-ons and templates, as well as possibility to develop your own custom scripts, while facilitating &#8220;real time&#8221; collaboration with other team members and clients.<\/p>\n<p>From redirects validation to a rankings drop analysis, check out 9 common SEO tasks for which you can easily use Google sheets for:<\/p>\n<h2>1. Redirects implementation validation<\/h2>\n<p>When doing a redesign, a Web migration or any Web update that carries a change of many URLs, you&#8217;re going to validate the 301-redirects implementation by doing a list crawl of the old URLs version to verify if they&#8217;re redirecting to the new ones following the specified mapping rules.<\/p>\n<p>You can use the Google sheets <a href=\"https:\/\/support.google.com\/docs\/answer\/3093364?hl=en\">IF function<\/a> to compare the implemented HTTP status, redirect destination, as well as destination pages metadata that you obtain from the list crawl vs. the ones that you had recommended, like this:<\/p>\n<ul>\n<li><strong><span class=\" default-formula-text-color\" dir=\"auto\">HTTP Status:\u00a0<\/span><\/strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IF<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\"number\" dir=\"auto\">301<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;correct&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;incorrect&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><span class=\" default-formula-text-color\" dir=\"auto\"><strong>Redirect Destination:<\/strong> =<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IF<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">B2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span dir=\"auto\">E2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;correct&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;incorrect&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><strong>New Title Implementation:<\/strong>\u00a0<span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IF<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span dir=\"auto\">F2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;correct&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;incorrect&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18692\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png\" alt=\"Defined vs Implemented Redirect Validation \" width=\"732\" height=\"700\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png 732w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V-300x287.png 300w\" sizes=\"auto, (max-width: 732px) 100vw, 732px\" \/><\/p>\n<p>You <a href=\"https:\/\/docs.google.com\/spreadsheets\/d\/1zJo9DKV1TuPHQETqT5gj_Kaw7jxZd_MsZl3w_86jfBk\/copy\">can copy the sheet here<\/a> to use as a reference for your own migration validation.<\/p>\n<h2>2. Compare Search Console performance metrics between two time periods to identify rankings increases or decreases<\/h2>\n<p>You might want to compare the Google Search Console performance metrics from two different time periods, for example, before and after a Google update, an important Web release or SEO related implementation, in order to identify a potential increase or decrease in the top site positions, and the queries affected. Although the Google Search Console Performance report UI allows to compare two time periods, unfortunately it&#8217;s not possible to see directly the difference between them there.<\/p>\n<p>However, we can do this easily in Google sheets by using the &#8220;Google Sheets&#8221; export option that&#8217;s directly provided in the report, and add a comparison column after each of the two time periods for the clicks, impressions, average CTR and positions metrics, using the <a href=\"https:\/\/blog.sheetgo.com\/google-sheets-formulas\/ifs-formula-google-sheets\/\">IFS function<\/a>\u00a0to compare them and include &#8220;increased&#8221;, &#8220;decreased&#8221; or &#8220;didn&#8217;t change&#8221; in the comparison columns cells as an outcome, as can be seen below for the clicks comparison:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IFS<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">B2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&gt;<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Increased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\">B2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&lt;<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Decreased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"boolean\" dir=\"auto\">TRUE<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Didn&#8217;t Change&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18657\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/comparison-gsc-increase-decrease-1.png\" alt=\"Comparison Google Search Console - Increase &amp; Decrease Google Sheets\" width=\"713\" height=\"910\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/comparison-gsc-increase-decrease-1.png 713w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/comparison-gsc-increase-decrease-1-235x300.png 235w\" sizes=\"auto, (max-width: 713px) 100vw, 713px\" \/><\/p>\n<p>To easily spot those keywords that decreased vs. the ones that increased you might want to also use the &#8220;<a href=\"https:\/\/support.google.com\/docs\/answer\/78413?co=GENIE.Platform%3DDesktop&amp;hl=en\">conditional formatting<\/a>&#8221; functionality to change the cells color based on the text they contained, as shown here:<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18660\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-formatting-google-sheets-1.png\" alt=\"Conditional Formatting Google Sheets\" width=\"713\" height=\"349\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-formatting-google-sheets-1.png 713w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-formatting-google-sheets-1-300x147.png 300w\" sizes=\"auto, (max-width: 713px) 100vw, 713px\" \/><\/p>\n<p>Finally, you might want to tweak the comparison formula to correctly support the validation of positions changes, by also including some nested <a href=\"https:\/\/support.google.com\/docs\/answer\/3093301?hl=en\">AND functions<\/a>:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IFS<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">AND<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">K2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\"number\" dir=\"auto\">0<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">L2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&gt;<\/span><span dir=\"auto\">K2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Decreased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">AND<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">L2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\"number\" dir=\"auto\">0<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">L2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&lt;<\/span><span dir=\"auto\">K2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Increased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\">K2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&gt;<\/span><span dir=\"auto\">L2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Decreased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\">K2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">&lt;<\/span><span dir=\"auto\">L2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Increased&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"boolean\" dir=\"auto\">TRUE<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">&#8220;Didn&#8217;t Change&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18663\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png\" alt=\"Multiple conditions Google Sheets\" width=\"714\" height=\"281\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png 714w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1-300x118.png 300w\" sizes=\"auto, (max-width: 714px) 100vw, 714px\" \/><\/p>\n<p>You can view and copy the <a href=\"https:\/\/docs.google.com\/spreadsheets\/d\/1gZnGWraGKjWnFaBBxDW-CaujNGND-yNYzkBoN1U1yeE\/copy\">Google sheet with the functions example here.<\/a><\/p>\n<h2>3. Integrate organic search performance metrics along backlinks data to identify pages targeting popular queries needing links to improve performance<\/h2>\n<p>You can also use the free and useful <a href=\"https:\/\/searchanalyticsforsheets.com\/\">Search Analytics for Sheets Add-On<\/a>\u00a0to obtain the top ranked queries along their ranked pages directly, to facilitate their analysis (as well as to create automatic backups).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18670\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/search-console-for-sheets-queries-pages-1-compressor.png\" alt=\"Google Search Console Sheets\" width=\"713\" height=\"357\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/search-console-for-sheets-queries-pages-1-compressor.png 713w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/search-console-for-sheets-queries-pages-1-compressor-300x150.png 300w\" sizes=\"auto, (max-width: 713px) 100vw, 713px\" \/><\/p>\n<p>Then you can easily aggregate other SEO metrics, such as links data that you might have in another sheet from a SEMRush export by using a <a href=\"https:\/\/www.ablebits.com\/office-addins-blog\/2017\/07\/05\/vlookup-google-sheets-example\/\">VLOOKUP function<\/a>\u00a0and bring the backlinks data in an additional column along the Google search Console ranked pages and queries:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IFERROR<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">VLOOKUP<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">&#8216;SEMrush Backlinks&#8217;!$A$2:$J$2830<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\"number\" dir=\"auto\">4<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\"boolean\" dir=\"auto\">false<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18666\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/backlinks-gsc-data-vlookup-1.png\" alt=\"Backlinks Data Search Console\" width=\"713\" height=\"827\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/backlinks-gsc-data-vlookup-1.png 713w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/backlinks-gsc-data-vlookup-1-259x300.png 259w\" sizes=\"auto, (max-width: 713px) 100vw, 713px\" \/><\/p>\n<p>You can do this type of aggregation to identify those pages targeting popular queries, not ranking as well yet, that are not yet attracting many links, to identify opportunities of pages that might need to improve their link popularity.<\/p>\n<h2>4. Compare the mobile vs. desktop ranked queries &amp; pages performance<\/h2>\n<p>The Search Analytics add-on also allows to include data segmented with Google Search Console filters, such as the device for every ranked query and page, which along conditional formatting can highly facilitate the analysis of mobile vs. desktop performance gaps, to identify optimization opportunities.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18720\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/mobile-vs-desktop-search-performance-comparison-1.png\" alt=\"Mobile vs. Desktop Performance Validation\" width=\"739\" height=\"486\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/mobile-vs-desktop-search-performance-comparison-1.png 739w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/mobile-vs-desktop-search-performance-comparison-1-300x197.png 300w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><\/p>\n<p>You can copy the <a href=\"https:\/\/docs.google.com\/spreadsheets\/d\/1Z9srlMrCeWjJUlQrIYq3P8nmNjQqgd5hybD2pZaEn9A\/copy\">Google sheets to check it out here.<\/a><\/p>\n<h2>5. Integrate Google Analytics organic traffic along search performance to identify opportunities to improve engagement and conversion on top ranked pages<\/h2>\n<p>You can also integrate organic traffic data from Google Analytics\u00a0to your existing search performance analysis to identify further optimization improvements, for example, for those pages already ranking well but with poor engagement or conversion rate.<\/p>\n<p>To facilitate the integration of Google Analytics data you can use the <a href=\"https:\/\/developers.google.com\/analytics\/solutions\/google-analytics-spreadsheet-add-on\">Google Analytics add-on<\/a>\u00a0for free, you can use the <a href=\"https:\/\/support.google.com\/docs\/answer\/3094123?hl=en\">CONCATENATE<\/a> function to generate the full URL of every page and then use a VLOOKUP function to directly include the Users, Sessions, Bounce Rate and any other Google Analytics metrics as columns of the already existing sheet with Google Search Console and Backlinks data.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18676\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/google-docs-sheets-analytics-1.png\" alt=\"Google Analytics Traffic in Google Sheets\" width=\"725\" height=\"874\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/google-docs-sheets-analytics-1.png 725w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/google-docs-sheets-analytics-1-249x300.png 249w\" sizes=\"auto, (max-width: 725px) 100vw, 725px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>6. Validate the metadata relevance vs. their ranked queries and indexing configuration of bad performing pages targeting queries with high potential<\/h2>\n<p>To facilitate the analysis of the ranked pages relevance vs. their targeted queries you can also aggregate the metadata along the meta robots and canonical tag configuration for each one of the pages. You can do this by doing a list crawl of them and importing the data in the Google sheets as new columns, however this can be facilitated if you&#8217;re validating a small number of page by using the <a href=\"https:\/\/zapier.com\/blog\/google-sheets-importxml-guide\/\">IMPORTXML<\/a> function to directly extract (by using <a href=\"https:\/\/devhints.io\/xpath\">xpath<\/a>) and import the pages metadata into the additional columns. For example, if our URLs are in column C, it would be:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IMPORTXML<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;\/\/title&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IMPORTXML<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;\/\/meta[@name=&#8217;description&#8217;]\/@content&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IMPORTXML<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;\/\/h1&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IMPORTXML<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;\/\/meta[@name=&#8217;robots&#8217;]\/@content&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IMPORTXML<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;\/\/link[@rel=&#8217;canonical&#8217;]\/@href&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18686\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/pages-metadata-technical-configuration-validation-v2.png\" alt=\"Metadata Validation and Indexing Configuration\" width=\"728\" height=\"307\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/pages-metadata-technical-configuration-validation-v2.png 728w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/pages-metadata-technical-configuration-validation-v2-300x127.png 300w\" sizes=\"auto, (max-width: 728px) 100vw, 728px\" \/><\/p>\n<p>Like this it would be much easier to filter and see only those pages that are not yet in the best positions and directly verify if they&#8217;re indexable, how their titles, descriptions and H1s are optimized towards their targeted queries, as well as how many links they&#8217;re attracting&#8230; all in a single place.<\/p>\n<h2>7. Identify content cannibalization issues between many pages ranking for the same queries<\/h2>\n<p>Another way to leverage the metadata integration along the ranked queries and pages Google Search Console information, is to identify content cannibalization issues by sorting or filtering per queries and identify which are the pages currently ranking for them at the same time, verifying if the actual relevant page meant to be ranked for them is doing it so above the rest, and the potential reasons why this might not be the case, by taking a look at the metadata relevance, number of backlinks and indexing configuration of the &#8220;competing&#8221; pages.<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18683\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/content-cannibalization-issues-google-sheets-1.png\" alt=\"Content Cannibalization Issues - Google Search Console\" width=\"724\" height=\"840\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/content-cannibalization-issues-google-sheets-1.png 724w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/content-cannibalization-issues-google-sheets-1-259x300.png 259w\" sizes=\"auto, (max-width: 724px) 100vw, 724px\" \/><\/p>\n<p>&nbsp;<\/p>\n<h2>8. Identify if the right categories pages are ranking for their relevant queries types<\/h2>\n<p>We can take the previous &#8220;relevance&#8221; query vs. page match analysis further to identify if the right categories are actually ranking for their queries types. We can do this by:<\/p>\n<ul>\n<li>Using the <a href=\"https:\/\/support.google.com\/docs\/answer\/3094126?hl=en\">FIND,<\/a>\u00a0<a href=\"https:\/\/support.google.com\/docs\/answer\/7014145?hl=en\">IFS<\/a>\u00a0and <a href=\"https:\/\/support.google.com\/docs\/answer\/3093304?hl=en\">IFERROR<\/a> functions to look and validate the usage of specific topics\/category names in the pages URLs.<\/li>\n<li>Add an\u00a0<a style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;\" href=\"https:\/\/www.benlcollins.com\/formula-examples\/array-formula-intro\/\">ARRAYFORMULA<\/a><span style=\"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;\">\u00a0to avoid having to include the same formula again and again in every single cell (!)<\/span><\/li>\n<\/ul>\n<p>Generating this, to look for the different category and areas names of the Remoters site (colivings, events, blog, tools, spanish, others):<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">arrayformula<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iferror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">ifs<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;jobs&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Jobs&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;colivings&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Colivings&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;events&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Events&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;blog&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Blog&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;\/es\/&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Spanish&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;tools&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Tools&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;remoters.net&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">C2:C<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Other&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p>We then should do something similar to classify and validate the queries topics:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">arrayformula<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iferror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">ifs<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;job&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Jobs&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;coliving&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Colivings&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;events&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;Events&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;tools&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Tools&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;conference&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Events&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;remote work&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Jobs&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;remoters&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">A2:A<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Branded&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p>Finally, we can also add conditional formatting rules to make it easier to spot when the query types and site areas are not of the same topic, to make it even easier to identify potential rankings misalignment across different categories:<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18714\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/categories-vs-keywords-validation-1.png\" alt=\"Categories vs Keywords Types\" width=\"738\" height=\"436\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/categories-vs-keywords-validation-1.png 738w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/categories-vs-keywords-validation-1-300x177.png 300w\" sizes=\"auto, (max-width: 738px) 100vw, 738px\" \/><\/p>\n<p>We can then further use conditional formatting to color in red the misaligned rankings to make it easier to spot them.<\/p>\n<h2>9. Identify potential ranked pages international misalignment issues<\/h2>\n<p>We can also use a similar approach when we have multi-country or multi-lingual sites to identify international Web rankings misalignment issues by also importing the country of the rankings via the Search Analytics Add-on along the queries and pages. By doing this we can spot pages belonging to the Spanish version ranking in English speaking countries for which there&#8217;s already relevant content in English, or pages belonging to the Mexico version ranking in Spain, for which there are other pages to be ranked, etc. that we will want to prioritize to implement hreflang annotations.<\/p>\n<p>In this case, I use it to validate the first scenario, pages belonging to the Spanish version not ranking in Spanish speaking countries by using the IFS and nested IF functions to first identify if the page belonged to the Spanish or English version:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">arrayformula<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iferror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">ifs<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;\/es\/&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">B2:B<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Spanish&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" default-formula-text-color\" dir=\"auto\">not<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">iserror<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">find<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" string \" dir=\"auto\">&#8220;remoters.net&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">B2:B<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span class=\" string \" dir=\"auto\">&#8220;English&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p>and then validate if there was a misalignment vs. the identified country of the rankings provided through the Search Analytics Add-on, tagging as &#8220;aligned&#8221; if it&#8217;s a Spanish speaking country and &#8220;misaligned&#8221; otherwise:<\/p>\n<ul>\n<li><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" default-formula-text-color\" dir=\"auto\">IF<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span class=\" default-formula-text-color\" dir=\"auto\">AND<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">C2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;Spanish&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" default-formula-text-color\" dir=\"auto\">OR<\/span><span class=\" default-formula-text-color\" dir=\"auto\">(<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;esp&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;arg&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;mex&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;ury&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;ven&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;per&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;col&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;dom&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<br \/>\n<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;bol&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span dir=\"auto\">D2<\/span><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span><span class=\" string \" dir=\"auto\">&#8220;pan&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Aligned&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">,<\/span><span class=\" string \" dir=\"auto\">&#8220;Misaligned&#8221;<\/span><span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-18717\" src=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/ranking-language-country-misalignment-issues-1.png\" alt=\"international misalignment issues\" width=\"739\" height=\"269\" srcset=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/ranking-language-country-misalignment-issues-1.png 739w, https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/ranking-language-country-misalignment-issues-1-300x109.png 300w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><\/p>\n<h2>Looking for more Google sheets for SEO?<\/h2>\n<p>If you liked the previous simple but handy use of Google sheets for SEO, check out these great guides for even more uses across many other scenarios:<\/p>\n<ul>\n<li><a href=\"https:\/\/www.distilled.net\/resources\/5-analyses-without-seo-platform\/\">Free SEO Monitoring with Google Sheets<\/a><\/li>\n<li><a href=\"https:\/\/www.blueclaw.co.uk\/2018\/12\/11\/21-google-sheets-formulas-for-seo-speed-up-workflow\/\">21 Google Sheets Formulas For SEO To Speed Up Your Workflow<\/a><\/li>\n<li><a href=\"https:\/\/www.aira.net\/blog\/how-to-automatically-categorise-keywords-for-the-buyers-journey\/\">How to Automatically Categorise Keywords for the Buyer\u2019s Journey<\/a><\/li>\n<li><a href=\"https:\/\/www.hannahrampton.co.uk\/google-qa-people-also-ask-research\/\">Google Sheet: PAA (&#8216;People Also Ask&#8217;) &#8211; Extract and Tidy<\/a><\/li>\n<li><a href=\"https:\/\/ahrefs.com\/blog\/google-sheets-formulas-seo\/\">10 Google Sheets Formulas Every SEO Should Know<\/a><\/li>\n<\/ul>\n<p>There are also a few fantastic bigger Google sheets resources Websites that you should definitely check out:<\/p>\n<ul>\n<li><a href=\"https:\/\/opensourceseo.org\/google-sheets-seo-tools\/\">Using Google Sheets For Custom SEO Tools<\/a>, with many tutorials and ready to use resources for SEO within Google Docs: from\u00a0<a href=\"https:\/\/opensourceseo.org\/extract-urls-xml-sitemaps-google-sheets\/\">Extracting URLs From XML Sitemaps In Google Sheets<\/a> to\u00a0<a href=\"https:\/\/opensourceseo.org\/semrush-api-library-google-sheets-google-scripts\/\">Semrush API Library In Google Sheets (Google Scripts)<\/a><\/li>\n<li><a href=\"https:\/\/sheetsformarketers.com\/\">Sheets for marketers<\/a>, an aggregation of free Google sheets templates and resources to use across many different types of SEO, social and analytics related activities.<\/li>\n<li><a href=\"https:\/\/www.ranktank.org\/\">RankTank<\/a>, offering tools developed within Google sheets that can connect also with third-party tools for data.<\/li>\n<\/ul>\n<p>Do you know of any other Google sheets resources? If so, share them in the comments, I would love to try them out!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn to use Google Spreadsheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17],"tags":[],"class_list":["post-18654","post","type-post","status-publish","format-standard","hentry","category-search-engine-optimization"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Google Sheets for SEO tasks: 9 Practical Ways to easily use it<\/title>\n<meta name=\"description\" content=\"Learn to use Google sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Sheets for SEO tasks: 9 Practical Ways to easily use it\" \/>\n<meta property=\"og:description\" content=\"Learn to use Google Sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\" \/>\n<meta property=\"og:site_name\" content=\"International SEO Consultant, Author &amp; Speaker | Aleyda Solis\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aleydaseotips\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/aleydaseotips\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-24T16:30:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-04T20:40:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"714\" \/>\n\t<meta property=\"og:image:height\" content=\"281\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Aleyda Solis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Google Sheets for SEO tasks: 9 Practical Ways to easily use it\" \/>\n<meta name=\"twitter:description\" content=\"Learn to use Google Sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png\" \/>\n<meta name=\"twitter:creator\" content=\"@aleyda\" \/>\n<meta name=\"twitter:site\" content=\"@aleyda\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aleyda Solis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\"},\"author\":{\"name\":\"Aleyda Solis\",\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f\"},\"headline\":\"9 Practical Ways to easily use Google Sheets for SEO tasks\",\"datePublished\":\"2019-07-24T16:30:43+00:00\",\"dateModified\":\"2020-01-04T20:40:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\"},\"wordCount\":1898,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f\"},\"image\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png\",\"articleSection\":[\"Search Engine Optimization\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\",\"url\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\",\"name\":\"Google Sheets for SEO tasks: 9 Practical Ways to easily use it\",\"isPartOf\":{\"@id\":\"https:\/\/www.aleydasolis.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png\",\"datePublished\":\"2019-07-24T16:30:43+00:00\",\"dateModified\":\"2020-01-04T20:40:38+00:00\",\"description\":\"Learn to use Google sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage\",\"url\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png\",\"contentUrl\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.aleydasolis.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9 Practical Ways to easily use Google Sheets for SEO tasks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aleydasolis.com\/#website\",\"url\":\"https:\/\/www.aleydasolis.com\/\",\"name\":\"Aleyda Solis - International SEO Consultant, Founder, Author & Speaker\",\"description\":\"Aleyda Solis is an SEO consultant and founder of Orainti -a boutique SEO consultancy-, speaker, and author. She shares the latest news and resources in SEO in the #SEOFOMO newsletter and Digital Marketing in #MarketingFOMO, SEO tips in the Crawling Mondays video series, and a free SEO Learning Roadmap called LearningSEO.io. European Search Personality of 2018, she&#039;s also co-founder of Remoters.net, a remote work hub, featuring a free remote job board, tools, guides, and more to empower remote work.\",\"publisher\":{\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f\"},\"alternateName\":\"Aleyda Solis\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aleydasolis.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f\",\"name\":\"Aleyda Solis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2023\/06\/aleyda-solis-profile-pic-1024x1024.png\",\"contentUrl\":\"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2023\/06\/aleyda-solis-profile-pic-1024x1024.png\",\"width\":1024,\"height\":1024,\"caption\":\"Aleyda Solis\"},\"logo\":{\"@id\":\"https:\/\/www.aleydasolis.com\/#\/schema\/person\/image\/\"},\"description\":\"Aleyda Solis is an SEO consultant and founder of Orainti -a boutique SEO consultancy-, speaker, and author. She shares the latest news and resources in SEO in the #SEOFOMO newsletter and Digital Marketing in #MarketingFOMO, SEO tips in the Crawling Mondays video series, and a free SEO Learning Roadmap called LearningSEO.io. European Search Personality of 2018, she's also co-founder of Remoters.net, a remote work hub, featuring a free remote job board, tools, guides, and more to empower remote work.\",\"sameAs\":[\"https:\/\/www.aleydasolis.com\/\",\"https:\/\/www.facebook.com\/aleydaseotips\/\",\"https:\/\/www.instagram.com\/crawlingmondays\/\",\"https:\/\/www.linkedin.com\/in\/aleyda\/\",\"https:\/\/x.com\/aleyda\",\"https:\/\/www.youtube.com\/c\/crawlingmondaysbyaleyda\"],\"url\":\"https:\/\/www.aleydasolis.com\/en\/author\/aleyda\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Sheets for SEO tasks: 9 Practical Ways to easily use it","description":"Learn to use Google sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/","og_locale":"en_US","og_type":"article","og_title":"Google Sheets for SEO tasks: 9 Practical Ways to easily use it","og_description":"Learn to use Google Sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!","og_url":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/","og_site_name":"International SEO Consultant, Author &amp; Speaker | Aleyda Solis","article_publisher":"https:\/\/www.facebook.com\/aleydaseotips\/","article_author":"https:\/\/www.facebook.com\/aleydaseotips\/","article_published_time":"2019-07-24T16:30:43+00:00","article_modified_time":"2020-01-04T20:40:38+00:00","og_image":[{"width":714,"height":281,"url":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png","type":"image\/png"}],"author":"Aleyda Solis","twitter_card":"summary_large_image","twitter_title":"Google Sheets for SEO tasks: 9 Practical Ways to easily use it","twitter_description":"Learn to use Google Sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!","twitter_image":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/conditional-comparison-ifs-multiple-1.png","twitter_creator":"@aleyda","twitter_site":"@aleyda","twitter_misc":{"Written by":"Aleyda Solis","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#article","isPartOf":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/"},"author":{"name":"Aleyda Solis","@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f"},"headline":"9 Practical Ways to easily use Google Sheets for SEO tasks","datePublished":"2019-07-24T16:30:43+00:00","dateModified":"2020-01-04T20:40:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/"},"wordCount":1898,"commentCount":7,"publisher":{"@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f"},"image":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage"},"thumbnailUrl":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png","articleSection":["Search Engine Optimization"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/","url":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/","name":"Google Sheets for SEO tasks: 9 Practical Ways to easily use it","isPartOf":{"@id":"https:\/\/www.aleydasolis.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage"},"image":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage"},"thumbnailUrl":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png","datePublished":"2019-07-24T16:30:43+00:00","dateModified":"2020-01-04T20:40:38+00:00","description":"Learn to use Google sheets across many different SEO scenarios and tasks: from Web migrations validations to rankings comparison!","breadcrumb":{"@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#primaryimage","url":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png","contentUrl":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2019\/07\/implemented-defined-redirects-validation-google-sheet-2V.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.aleydasolis.com\/en\/search-engine-optimization\/how-use-google-spreadsheets-for-seo-tasks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.aleydasolis.com\/en\/"},{"@type":"ListItem","position":2,"name":"9 Practical Ways to easily use Google Sheets for SEO tasks"}]},{"@type":"WebSite","@id":"https:\/\/www.aleydasolis.com\/#website","url":"https:\/\/www.aleydasolis.com\/","name":"Aleyda Solis - International SEO Consultant, Founder, Author & Speaker","description":"Aleyda Solis is an SEO consultant and founder of Orainti -a boutique SEO consultancy-, speaker, and author. She shares the latest news and resources in SEO in the #SEOFOMO newsletter and Digital Marketing in #MarketingFOMO, SEO tips in the Crawling Mondays video series, and a free SEO Learning Roadmap called LearningSEO.io. European Search Personality of 2018, she&#039;s also co-founder of Remoters.net, a remote work hub, featuring a free remote job board, tools, guides, and more to empower remote work.","publisher":{"@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f"},"alternateName":"Aleyda Solis","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aleydasolis.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/ec6584c7e2f6e1ca7db25bd52cc3e14f","name":"Aleyda Solis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/image\/","url":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2023\/06\/aleyda-solis-profile-pic-1024x1024.png","contentUrl":"https:\/\/www.aleydasolis.com\/wp-content\/uploads\/2023\/06\/aleyda-solis-profile-pic-1024x1024.png","width":1024,"height":1024,"caption":"Aleyda Solis"},"logo":{"@id":"https:\/\/www.aleydasolis.com\/#\/schema\/person\/image\/"},"description":"Aleyda Solis is an SEO consultant and founder of Orainti -a boutique SEO consultancy-, speaker, and author. She shares the latest news and resources in SEO in the #SEOFOMO newsletter and Digital Marketing in #MarketingFOMO, SEO tips in the Crawling Mondays video series, and a free SEO Learning Roadmap called LearningSEO.io. European Search Personality of 2018, she's also co-founder of Remoters.net, a remote work hub, featuring a free remote job board, tools, guides, and more to empower remote work.","sameAs":["https:\/\/www.aleydasolis.com\/","https:\/\/www.facebook.com\/aleydaseotips\/","https:\/\/www.instagram.com\/crawlingmondays\/","https:\/\/www.linkedin.com\/in\/aleyda\/","https:\/\/x.com\/aleyda","https:\/\/www.youtube.com\/c\/crawlingmondaysbyaleyda"],"url":"https:\/\/www.aleydasolis.com\/en\/author\/aleyda\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pgpHtA-4QS","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/posts\/18654","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/comments?post=18654"}],"version-history":[{"count":0,"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/posts\/18654\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/media?parent=18654"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/categories?post=18654"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aleydasolis.com\/en\/wp-json\/wp\/v2\/tags?post=18654"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}