Recent content by akok

  1. akok

    Fixed Macro style_variation_macros::picture does not support lazy loading

    I'll update the topic, 2.3.6 has already been released, but there are no edits in the template and arg-lazy="{{ false }}">
  2. akok

    Known Bots

    In this case, is it possible to update the database and publish it as an archive/file?
  3. akok

    XF 2.3 3k+ 'Blocked due to other 4xx issue' in Google Search Console

    Decided to sum things up a bit. I couldn't figure out the add-on, and I have no desire to figure it out at all. So I decided to return 410 errors using .htaccess. I disabled the ability for guests to switch style variations, and for registered users I didn't see any uninvited 410 errors...
  4. akok

    Fixed no support for markdown headings

    I decided to remind you that the problem with headings in markdown has not been solved since 2020 old topic https://xenforo.com/community/threads/is-it-possible-to-add-missing-markdown-headings.185467/ # Заголовок 1 ## Заголовок 2 ### Заголовок 3
  5. akok

    Adding noindex to the error page

    For now I have settled on the decision to prohibit indexing of pages with errors <xf:if is="$template == 'error'"> <meta name="robots" content="noindex" /> </xf:if>
  6. akok

    XF 2.3 3k+ 'Blocked due to other 4xx issue' in Google Search Console

    Is this done by creating a new plugin, or is there an easier way?
  7. akok

    Adding noindex to the error page

    Yes, but Google indexes pages with 400 errors that don't have noindex.
  8. akok

    XF 2.3 3k+ 'Blocked due to other 4xx issue' in Google Search Console

    This didn't solve the problem, but I just disabled indexing of pages with errors <xf:if is="$template == 'error'"> <meta name="robots" content="noindex" /> </xf:if>
  9. akok

    No 301 redirect on additional fields

    If you create additional fields for a resource in the form of "Own tab", then there is no 301 redirect for this page. Duplicate pages are created in which there are no instructions for gluing links. https://www.safezone.cc/resources/59/field?field=FAQ =...
  10. akok

    Adding noindex to the error page

    After upgrading to version 2.3, Google started indexing pages like https://www.safezone.cc/misc/style-variation?variation=alternate&t=1734428148%2C8fee46c7933a120677721b855fa0e709 And this is just a page with an error, maybe it's worth adding a rule to such pages? <meta name="robots"...
  11. akok

    XF 2.2 itemreviewed error in Google search console

    Starting with version 2.3, this data is stored not in the template, but in the file \src\addons\XFRM\Entity\ResourceItem.php In the template, we have a section <xf:page option="ldJsonHtml"> <script type="application/ld+json"> {{ $resource.getLdStructuredData()|json(true)|raw }} </script>...
  12. akok

    spamrl.com is a nightmare :(

    This is the result we should strive for.
  13. akok

    spamrl.com is a nightmare :(

    After setting up the DMARK + DKIM + SPF combination, all problems with sending mail disappeared. And in half a year, spammers stopped masking spam letters.
  14. akok

    Post report Merge

    /admin.php?options/groups/discourager/#reportIntoForumId
  15. akok

    Recommended robots.txt for XF 2.3

    After studying the errors in the webmaster's office and viewing the search results, I settled on this version of the robots file.. It was necessary to take into account some features of search engines. # robots.txt User-agent: Bytespider User-agent: ClaudeBot Disallow: / User-agent: Yandex #...
Back
Top Bottom