<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>thread Re: Square is blocking sites from being indexed for search in Online Store</title>
    <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752980#M4746</link>
    <description>&lt;P&gt;Yes, I've tried to do just that. changed to off saved, and published. Toggle back to on, save and then re-published. same issue. My suspicion is that changing that setting should be updating the robots.txt file, there is most likely a job/task/service that runs in the background that should be performing the update and this is broken. though I've checked the robots.txt file for a handful of other square sites and I'm seeing the same issue. it could be a widespread problem with the robots.txt file. From searching through the archives in the weebly group, I've seen were there have been global issues with blocking uploads via robots.txt.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 01:54:14 GMT</pubDate>
    <dc:creator>ZaraJo</dc:creator>
    <dc:date>2024-09-24T01:54:14Z</dc:date>
    <item>
      <title>Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752959#M4741</link>
      <description>&lt;P&gt;in my robots.txt file the following rules are present.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;User-agent: Googlebot
Disallow:
User-agent: Googlebot-Image
Disallow:&lt;/PRE&gt;&lt;P&gt;The first rule will block the google search bot from indexing ANY page on the site&amp;nbsp;&lt;/P&gt;&lt;P&gt;the second rule will block the google search bot from indexing ANY image on the site.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search engine visibility is set to "visible to search engines" in the SEO settings page on the dashboard.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was curious so I checked the robots.txt of a few other square sites and I'm seeing the same thing. I've talked to support, however they don't seem to understand and simply tell me to talk to google. Please review your robots.txt file so we can see if this is a widespread global issue.&amp;nbsp; you can review the robots.txt file by going to &lt;A href="http://www.yourdomain.com/robots.com" target="_blank"&gt;www.yourdomain.com/robots.com&lt;/A&gt;&amp;nbsp;in any web browser. please post your results.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 22:52:16 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752959#M4741</guid>
      <dc:creator>ZaraJo</dc:creator>
      <dc:date>2024-09-23T22:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752966#M4742</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/687623"&gt;@ZaraJo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am no expert, or novice even for that matter when ti comes to code.&amp;nbsp; I did just do a quick Google search though, and pulled this from &lt;A href="https://developers.google.com/search/docs/crawling-indexing/robots/create-robots-txt" target="_blank" rel="noopener"&gt;Googles&lt;/A&gt; Devs page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If i'm understanding Google, there actually isn't anything wrong with your robots.txt file since&amp;nbsp; there is no&amp;nbsp; /nogooglebot/ after Disallow:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example from Google of a bot that is &lt;STRONG&gt;not&lt;/STRONG&gt; allowed to crawl.&lt;/P&gt;&lt;PRE&gt;User-agent: Googlebot
Disallow: /nogooglebot/

User-agent: *
Allow: /

Sitemap: https://www.example.com/sitemap.xml&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Meaning of code above;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The user agent named Googlebot is not allowed to crawl any URL that starts with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://example.com/nogooglebot/" target="_blank" rel="noopener"&gt;https://example.com/nogooglebot/&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;All other user agents are allowed to crawl the entire site. This could have been omitted and the result would be the same; the default behavior is that user agents are allowed to crawl the entire site.&lt;/LI&gt;&lt;LI&gt;The site's&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview" target="_blank" rel="noopener"&gt;sitemap file&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is located at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.example.com/sitemap.xml" target="_blank" rel="noopener"&gt;https://www.example.com/sitemap.xml&lt;/A&gt;.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 24 Sep 2024 00:06:19 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752966#M4742</guid>
      <dc:creator>Minion</dc:creator>
      <dc:date>2024-09-24T00:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752969#M4743</link>
      <description>&lt;P&gt;Dan,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;in the example you provided the Robots.txt file is instructing Google to not index &lt;STRONG&gt;only&lt;/STRONG&gt; the specific page&amp;nbsp;https://example.com/nogooglebot/ however the next line allows Google or any other bot to crawl the rest of the domain.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;This screenshot is taken from my google search console page, The page is only listed as indexed because I have uploaded the sitemap to google, it's clearly showing that the googlebot is blocked by the robots.txt.&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-09-23 173603.jpg" style="width: 910px;"&gt;&lt;img src="https://community.squareup.com/t5/image/serverpage/image-id/46239iECC502154F6B8C47/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-09-23 173603.jpg" alt="Screenshot 2024-09-23 173603.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 00:39:05 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752969#M4743</guid>
      <dc:creator>ZaraJo</dc:creator>
      <dc:date>2024-09-24T00:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752971#M4744</link>
      <description>&lt;P&gt;another good test is open a browser window and enter any site and view the contents of their robots.txt file. You won't find explicit disallow rules for the googlebot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;**for obviously reasons the site can't be a social media site or Google competitor or they'll have disallow rules for the Googlebot&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 00:47:18 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752971#M4744</guid>
      <dc:creator>ZaraJo</dc:creator>
      <dc:date>2024-09-24T00:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752973#M4745</link>
      <description>&lt;P&gt;Ahh okay I see now! Thanks&amp;nbsp;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/687623"&gt;@ZaraJo&lt;/a&gt;&amp;nbsp;.&amp;nbsp; Yeah like I mentioned i'm definitely no expert haha.&amp;nbsp; So that is strange, and probably one thing that I don't like about sites that host and "maintain" your site Is the limited ability to the back end..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried to change your visibility to "off" save, and the toggle it back on and save gain and try to crawl and see if that fixes it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 01:07:11 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752973#M4745</guid>
      <dc:creator>Minion</dc:creator>
      <dc:date>2024-09-24T01:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752980#M4746</link>
      <description>&lt;P&gt;Yes, I've tried to do just that. changed to off saved, and published. Toggle back to on, save and then re-published. same issue. My suspicion is that changing that setting should be updating the robots.txt file, there is most likely a job/task/service that runs in the background that should be performing the update and this is broken. though I've checked the robots.txt file for a handful of other square sites and I'm seeing the same issue. it could be a widespread problem with the robots.txt file. From searching through the archives in the weebly group, I've seen were there have been global issues with blocking uploads via robots.txt.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 01:54:14 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752980#M4746</guid>
      <dc:creator>ZaraJo</dc:creator>
      <dc:date>2024-09-24T01:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752981#M4747</link>
      <description>&lt;P&gt;Most people who are using the platform aren't very technical and may not know that the google bot is being blocked from crawling the site. People are potentially losing out on tons of traffic and losing dollars&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 02:05:15 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/752981#M4747</guid>
      <dc:creator>ZaraJo</dc:creator>
      <dc:date>2024-09-24T02:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Square is blocking sites from being indexed for search</title>
      <link>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/753010#M4748</link>
      <description>&lt;P&gt;&lt;a href="https://community.squareup.com/t5/user/viewprofilepage/user-id/120832"&gt;@AdamB&lt;/a&gt;&amp;nbsp;, Do you happen to have any insight here on why this may be happening and now allowing googlebot to crawl?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 09:07:06 GMT</pubDate>
      <guid>https://community.squareup.com/t5/Online-Store/Square-is-blocking-sites-from-being-indexed-for-search/m-p/753010#M4748</guid>
      <dc:creator>Minion</dc:creator>
      <dc:date>2024-09-24T09:07:06Z</dc:date>
    </item>
  </channel>
</rss>

