Jump to content

Naomi_

Member
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Naomi_

  1. So I contacted SS support, and they found the missing post for me. It was in a blank Blog page in the "Not Linked" section. They also told me:

    As a note, you will need to add another blog post to this page so that the "Move" function will appear, as it will only appear if there is more than one post on the page.

    I was able to move it after I followed their instructions.

    Hope this helps!

  2. I'm also having this issue. It doesn't happen for all internal links, however. I will contact customer support.

    Update: here's the response from customer support:

    Quote

    After some investigation it seems that this is related to a known bug on our end that is causing validation errors when testing blog posts within Google Search Console, if there is a link present in the body of the post.
     
    We’ve noted this for our Design and Engineering teams to review, and they’ll use this feedback when implementing fixes and improvements in future releases.
     
    Please keep in mind that there are many moving parts we need to address before any changes are made, and we can't guarantee changes to this behavior in the immediate future. That said, all feedback is reviewed and your continued input is always encouraged. If you come across any other unusual behavior in the future, please let us know.

     

  3. On 5/13/2020 at 1:04 AM, tuanphan said:

    try adding to Code Injection Footer

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    $('[href*="mail"]').attr('target','_blank');
    });
    </script>

     

    I put this in the Code Injection Footer, but it doesn't seem to work (I'd like all external links to open in a new window). Any suggestions?

    Thank you tuanphan!!

  4. On 4/5/2021 at 1:53 AM, cavitee said:

    Hi,

    I wonder if anyone can help me with a code which can nofollow multiple root sites. For example there are various pages i mention 2 different sites (ebay and amazon) which i want to set as nofollow. Can i just follow the same script but place "amazon.co.uk" (and a comma or something) before putting "ebay.com" like below?

    
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    $(document).ready(function() {
    	$('[href*="amazon.com"],'[href*="ebay.com"]).attr('rel','nofollow');
    });
    </script>

    @cavitee

     

    Using commas to separate multiple sites did not work for me. However, this format worked:

    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
    <script>
    
    $(document).ready(function() {
        $('[href*="amazon.com"]').attr('rel','sponsored');
        $('[href*="ebay.com"]').attr('rel','sponsored');
    });
    </script>

    I hope this is correct, @tuanphan!
     

  5. We are definitely having this problem as well. We have several people working on our website, all in different locations, all having the same issues. It is actually costing us money because it takes our hourly workers so long to do simple tasks, such as adding a block. On Black Friday I could not load the page editor at all. I gave up.

    Have you submitted a ticket? I will do so today.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.