• Resolved clemander

    (@clemander)


    Hello together,

    I am facing an issue with DNS-prefetching. It seems as if this is automatically applied by The SEO Framework plugin but I could not find where the settings could be applied/altered.

    I need to exclude at least the //www.dwin1.com domain from prefetching.

    Is there any way to access the DNS-prefetching settings manually?

    Thank you very much & best regards
    Clemens

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hi Clemens,

    TSF doesn’t append any dns-prefetch nor preconnect elements to the page source.

    Please check in with any advertising-plugins you have enabled — dwin1 seems to be related to Awin, which is an affiliation-advertising platform. Although unlikely, another plugin or theme may be outputting these tags in a nefarious fashion, much as the Astra theme did.

    Thread Starter clemander

    (@clemander)

    Hi Sybre,

    if I output the HTML-code in the console I get the following result:

     <!-- / The SEO Framework von Sybre Waaijer | 1.02ms meta | 0.53ms boot -->
    
        <link rel='dns-prefetch' href='//static.klaviyo.com'/>
        <link rel='dns-prefetch' href='//www.dwin1.com'/>
        <link rel='dns-prefetch' href='//kit.fontawesome.com'/>
        <link rel='dns-prefetch' href='//cdn.jsdelivr.net'/>
        <link rel='dns-prefetch' href='//fonts.googleapis.com'/>
        <link rel='dns-prefetch' href='//s.w.org'/>
        <link rel="alternate" type="application/rss+xml" title="PHYSTINE - Natur.Pflege &raquo; Feed" href="https://phystine.com/feed/"/>
        <link rel="alternate" type="application/rss+xml" title="PHYSTINE - Natur.Pflege &raquo; Kommentar-Feed" href="https://phystine.com/comments/feed/"/>

    Why is it that the DNS-prefetching is to be found below The SEO Framework description then?? The dwin.1com must not be prefetched according to AWIN.

    I have no clue where this prefetching could come from if it is not from TSF like the source code says…

    Thank you very much for your support!

    Best regards
    Clemens

    Plugin Author Sybre Waaijer

    (@cybr)

    Hi Clemens,

    TSF’s output is between these two tags:

    <!-- The SEO Framework von Sybre Waaijer -->
    TSF's output is here...
    <!-- / The SEO Framework von Sybre Waaijer | 1.02ms meta | 0.53ms boot -->

    Anything before or after those tags are from other plugins, WordPress, or the theme. With the exception of our Cord extension, which needs to output its analytics scripts at specific points of the page.

    Let’s go through the tags you mentioned:
    klaviyo: Probably some kind of form generator, probably added by your theme.
    dwin1: Some affiliate linking system (inserted by klaviyo’s form generator), probably added by your theme.
    fontawesome: A font system to display custom glyphs, like the social icons in your header, probably added by your theme.
    jsdelivr: Used to provide scripts for the “Slick” carousel, probably added by your theme.
    googleapis: Used to deliver the font you installed via the “DSGVO All in one for WP” plugin.
    w: WordPress’s CDN that enables native emoji support on any WordPress site.

    The feeds are also generated by WordPress.

    I hope this helps! 🙂

    Thread Starter clemander

    (@clemander)

    Hi Sybre,

    I acknowledge that this is not a TSF topic. Excuse my missing knowledge here :).

    Thank you very much for your support and explanation & have a good evening 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘DNS-Prefetching’ is closed to new replies.