<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Wealth.Health.Oneself</title>
    <description>The latest articles on DEV Community by Wealth.Health.Oneself (@pursue).</description>
    <link>https://dev.to/pursue</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F591972%2F79886808-e1c9-46e5-8485-97477bea52e0.png</url>
      <title>DEV Community: Wealth.Health.Oneself</title>
      <link>https://dev.to/pursue</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pursue"/>
    <language>en</language>
    <item>
      <title>Ecommerce Magento SEO - Meta Keywords</title>
      <dc:creator>Wealth.Health.Oneself</dc:creator>
      <pubDate>Tue, 09 Mar 2021 17:02:27 +0000</pubDate>
      <link>https://dev.to/pursue/ecommerce-magento-seo-meta-keywords-2832</link>
      <guid>https://dev.to/pursue/ecommerce-magento-seo-meta-keywords-2832</guid>
      <description>&lt;p&gt;When it comes to carrying out SEO on Magento you need to ensure that you are not making use of meta keywords. &lt;/p&gt;

&lt;p&gt;Unfortunately, it still seems to be an option. &lt;/p&gt;

&lt;p&gt;This was a scenario with a recent site that I was working that sells Saunas Online:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.aqualine.com"&gt;https://www.aqualine.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There is a field option that allows you to be able to transfer existing meta keywords for the site. &lt;/p&gt;

&lt;p&gt;This is an older aspect of SEO but there's a lot of studies out there now that prove that they are actually a negative experience. &lt;/p&gt;

&lt;p&gt;If you have any potential questions with regards to the use of meta keywords and the specific Magento program please get in touch and we will be more than happy to help you further. &lt;/p&gt;

</description>
      <category>ecommerce</category>
      <category>magento</category>
      <category>seo</category>
      <category>online</category>
    </item>
    <item>
      <title>Removing Shopify URL Colleciton Strings</title>
      <dc:creator>Wealth.Health.Oneself</dc:creator>
      <pubDate>Sun, 07 Mar 2021 12:15:38 +0000</pubDate>
      <link>https://dev.to/pursue/removing-shopify-url-colleciton-strings-20aa</link>
      <guid>https://dev.to/pursue/removing-shopify-url-colleciton-strings-20aa</guid>
      <description>&lt;p&gt;You can see when you go through a collection you get this type of URL:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.pursuefitness.co.uk/collections/womens-sustainable-seamless-gym-wear/products/sustainable-seamless-leggings-black"&gt;https://www.pursuefitness.co.uk/collections/womens-sustainable-seamless-gym-wear/products/sustainable-seamless-leggings-black&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And it makes it extra long. Now there are canonical urls in place that impact this - however, I have gone in and edited the source code to get this removed: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.pursuefitness.co.uk/collections/womens-sustainable-seamless-gym-wear/"&gt;https://www.pursuefitness.co.uk/collections/womens-sustainable-seamless-gym-wear/&lt;/a&gt;&lt;br&gt;
Product-grid-item.liquid &lt;/p&gt;

&lt;p&gt;And then you remove the following: &lt;/p&gt;

&lt;p&gt;&lt;a class="”grid-view-item_liink”" href="%E2%80%9D%7B%7B"&gt; &lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We just then change that to  &lt;a class="”grid-view-item_liink”" href="%E2%80%9D%7B%7B"&gt; &lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
