Congratulations!

[Valid Atom 1.0] This is a valid Atom 1.0 feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://webmasters.stackexchange.com/feeds

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <feed xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:re="http://purl.org/atompub/rank/1.0">
  3.    <title type="text">Recent Questions - Webmasters Stack Exchange</title>
  4.    <link rel="self" href="https://webmasters.stackexchange.com/feeds" type="application/atom+xml" />
  5.    <link rel="alternate" href="https://webmasters.stackexchange.com/questions" type="text/html" />
  6.    <subtitle>most recent 30 from webmasters.stackexchange.com</subtitle>
  7.    <updated>2024-05-18T21:46:39Z</updated>
  8.    <id>https://webmasters.stackexchange.com/feeds</id>
  9.    <creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/rdf</creativeCommons:license>
  10.    <entry>
  11.        <id>https://webmasters.stackexchange.com/q/144891</id>
  12.        <re:rank scheme="https://webmasters.stackexchange.com">-1</re:rank>
  13.        <title type="text">Why did my background list bullets and links stop working? [closed]</title>
  14.            <category scheme="https://webmasters.stackexchange.com/tags" term="wordpress" />
  15.            <category scheme="https://webmasters.stackexchange.com/tags" term="links" />
  16.            <category scheme="https://webmasters.stackexchange.com/tags" term="social-sharing-buttons" />
  17.            <category scheme="https://webmasters.stackexchange.com/tags" term="background-image" />
  18.        <author>
  19.            <name>Cynthia A Lockley</name>
  20.            <uri>https://webmasters.stackexchange.com/users/83017</uri>
  21.        </author>
  22.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144891/why-did-my-background-list-bullets-and-links-stop-working" />
  23.        <published>2024-05-18T17:21:57Z</published>
  24.        <updated>2024-05-18T17:21:57Z</updated>
  25.        <summary type="html">
  26.            &lt;p&gt;I have code for replacing list item bullets with background icons in my WordPress.org website that suddenly stopped working. All I get now are floating circles with partial icons in them and the links are no longer active. See screen capture:&#xA;&lt;a href=&quot;https://www.dropbox.com/scl/fi/9j117p4gak5wx81tfkaiq/links-not-working.png?rlkey=c3bk2bevk9k8vsdty4dz6ddbx&amp;amp;dl=0&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://www.dropbox.com/scl/fi/9j117p4gak5wx81tfkaiq/links-not-working.png?rlkey=c3bk2bevk9k8vsdty4dz6ddbx&amp;amp;dl=0&lt;/a&gt;&#xA;The following is the CSS:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;.social-follow {&#xA;    margin: 0.2em 0 2em 3em;&#xA;}&#xA;&#xA;.social-follow ul.social-background,&#xA;ul.follow-background {&#xA;    list-style: none outside !important;&#xA;    margin: 0 0 0 0.6em;&#xA;    padding: 0 0 0 0.6em;&#xA;    align-items: center;&#xA;    overflow: hidden;&#xA;}&#xA;&#xA;.social-follow ul.social-background li.follow,&#xA;ul.follow-background li.icon {&#xA;    line-height: 32px;&#xA;    background-repeat: no-repeat;&#xA;    background-position: left 1px;&#xA;    /** fixed vertical position **/&#xA;    margin: 0.3em 0 0 -0.6em;&#xA;    padding: 0 0 0 2.7em;&#xA;    overflow: hidden;&#xA;}&#xA;li.follow.chapicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/chapter_logo_54pxtype-32x32-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.facebookicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/facebook-icon-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.flickricon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/fluid-flickr-logo-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.instaicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/instagram-logo-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.linkedinicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/linkedin-logo-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.pinteresticon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/pinterest-logo-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.rssblueicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/rss-logo-blue-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.skylineicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/logo-skyline_only-28x28.png&amp;quot;);&#xA;}&#xA;li.follow.slackicon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/slack-logo-28x28-1.png&amp;quot;);&#xA;}&#xA;li.follow.twittericon {&#xA;    background-image: url(&amp;quot;https://events.stcwdc.org/wp-content/uploads/twitter-x-dk-blue-logo-in-white-circle-28x28-1.png&amp;quot;);&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The following is the HTML:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;social-follow&amp;quot;&amp;gt;&#xA;&amp;lt;nav aria-labelledby=&amp;quot;social-networks&amp;quot;&amp;gt;&#xA;    &amp;lt;ul class=&amp;quot;social-background&amp;quot;&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow facebookicon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://www.facebook.com/STCWDCMB/&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our Facebook page&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;Facebook page&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow flickricon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://www.flickr.com/photos/stcwdc/sets&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our Flickr Photo Album page&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;Flickr Photo Albums&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow instaicon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://www.instagram.com/stc_wdcb/&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our Instagram page&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;Instagram&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow linkedinicon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://www.linkedin.com/groups?gid=156478&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our LinkedIn Group page&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;LinkedIn Group&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow pinteresticon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://www.pinterest.com/stcwdcmb/&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our Pinterest page&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;Pinterest page&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow slackicon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://stc-communities.slack.com/&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to STC Slack Channel&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;STC Slack Workspace&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;        &amp;lt;li class=&amp;quot;follow twittericon social-link&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;https://twitter.com/stcwdc&amp;quot; rel=&amp;quot;nofollow noopener noreferrer&amp;quot; target=&amp;quot;_blank&amp;quot; aria-label=&amp;quot;Go to our X stream&amp;quot; class=&amp;quot;social-background&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-weight:600; font-size:1.4em;&amp;quot;&amp;gt;&amp;amp;#120143;&amp;lt;/span&amp;gt; @stcwdc&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&#xA;    &amp;lt;/ul&amp;gt;&#xA;&amp;lt;/nav&amp;gt;&#xA;&amp;lt;/div&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Why is this no longer working?&lt;/p&gt;&#xA;
  27.        </summary>
  28.    </entry>
  29.    <entry>
  30.        <id>https://webmasters.stackexchange.com/q/144890</id>
  31.        <re:rank scheme="https://webmasters.stackexchange.com">2</re:rank>
  32.        <title type="text">Nginx Vs. Apache</title>
  33.            <category scheme="https://webmasters.stackexchange.com/tags" term="php" />
  34.            <category scheme="https://webmasters.stackexchange.com/tags" term="apache2" />
  35.            <category scheme="https://webmasters.stackexchange.com/tags" term="nginx" />
  36.        <author>
  37.            <name>Tamer Ziady</name>
  38.            <uri>https://webmasters.stackexchange.com/users/143168</uri>
  39.        </author>
  40.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144890/nginx-vs-apache" />
  41.        <published>2024-05-18T04:40:06Z</published>
  42.        <updated>2024-05-18T04:40:06Z</updated>
  43.        <summary type="html">
  44.            &lt;p&gt;Odd question and I know there are about 8 million sites out there about the subject. I am old school and just straight old. I remember the days of compiling Apache when the only options was to compile the extensions (mods) statically; many many moons before the world of loadable modules (for Apache or kernels or anything for that matter).&lt;/p&gt;&#xA;&lt;p&gt;I know generally that Nginx is much faster at serving static content and is much more efficient because of its architecture. It is definitely an amazing piece of software and it is being used on many of the web servers that I manage.&lt;/p&gt;&#xA;&lt;p&gt;What I wonder is; for a simple PHP Site (let&#x27;s say a WordPress site): how well would a statically compiled Apache compare in performance to Nginx.&lt;/p&gt;&#xA;&lt;p&gt;A site that gets very low traffic and efficiency and scalability is really not an issue.&lt;/p&gt;&#xA;&lt;p&gt;Has anyone had any direct experience with this scenario? Is nginx still faster with fpm-php?&lt;/p&gt;&#xA;&lt;p&gt;Also, I am really not trying to start a religious war about which web server is better. Like I said, I regularly use both but was just wondering if there is a perfect use case for statically built apache2 specific for a very finite specific websites.&lt;/p&gt;&#xA;
  45.        </summary>
  46.    </entry>
  47.    <entry>
  48.        <id>https://webmasters.stackexchange.com/q/144884</id>
  49.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  50.        <title type="text">Why will my Django middleware redirect googlebot instead of directly allowing it? [migrated]</title>
  51.            <category scheme="https://webmasters.stackexchange.com/tags" term="googlebot" />
  52.            <category scheme="https://webmasters.stackexchange.com/tags" term="user-agent" />
  53.            <category scheme="https://webmasters.stackexchange.com/tags" term="django" />
  54.        <author>
  55.            <name>John Guevara</name>
  56.            <uri>https://webmasters.stackexchange.com/users/143167</uri>
  57.        </author>
  58.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144884/why-will-my-django-middleware-redirect-googlebot-instead-of-directly-allowing-it" />
  59.        <published>2024-05-16T21:52:11Z</published>
  60.        <updated>2024-05-16T21:52:46Z</updated>
  61.        <summary type="html">
  62.            &lt;pre&gt;&lt;code&gt;class BlockDirectAPIAccessMiddleware:&#xA;    def __init__(self, get_response):&#xA;        self.get_response = get_response&#xA;&#xA;    def __call__(self, request):&#xA;        protected_paths = [&#x27;/api/socialinfo&#x27;, &#x27;/api/crypto-data&#x27;]&#xA;&#xA;        if any(request.path.startswith(path) for path in protected_paths):&#xA;              &#xA;            googlebot_user_agents = [&#xA;                &amp;quot;Googlebot&amp;quot;, &amp;quot;Googlebot-Image&amp;quot;, &amp;quot;Googlebot-News&amp;quot;, &amp;quot;Googlebot-Video&amp;quot;,&#xA;                &amp;quot;Storebot-Google&amp;quot;, &amp;quot;Google-InspectionTool&amp;quot;, &amp;quot;GoogleOther&amp;quot;, &amp;quot;Google-Extended&amp;quot;&#xA;            ]&#xA;            # Check for Googlebot (allow access)&#xA;            user_agent = request.META.get(&#x27;HTTP_USER_AGENT&#x27;, &#x27;&#x27;).lower() # Convert to lowercase for case-insensitive matching&#xA;            if any(ua.lower() in user_agent for ua in googlebot_user_agents):&#xA;                return self.get_response(request)  &#xA;&#xA;            # Allow requests from your own domain (optional, but good practice)&#xA;            referer = request.META.get(&#x27;HTTP_REFERER&#x27;, &#x27;&#x27;)&#xA;            if &#x27;mysite.com&#x27; in referer:&#xA;                return self.get_response(request)&#xA;&#xA;            # Allow local development (if needed)&#xA;            if &#x27;localhost&#x27; in referer or &#x27;127.0.0.1&#x27; in referer:&#xA;                return self.get_response(request)&#xA;&#xA;            # Block other direct access&#xA;            return HttpResponseForbidden(&#x27;Access denied.&#x27;)&#xA;&#xA;        # Allow access to non-protected paths&#xA;        return self.get_response(request)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I am testing to let googlebot access the API but i get a 301 response&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;HTTP/1.1 301 Moved Permanently&#xA;Date: Thu, 16 May 2024 19:46:45 GMT&#xA;Server: Apache/2.4.29 (Ubuntu)&#xA;Strict-Transport-Security: max-age=63072000; includeSubdomains&#xA;X-Frame-Options: DENY&#xA;X-Content-Type-Options: nosniff&#xA;Location: /api/socialinfo/?beginRange=0&amp;amp;endRange=19&#xA;X-Content-Type-Options: nosniff&#xA;Referrer-Policy: same-origin&#xA;Cross-Origin-Opener-Policy: same-origin&#xA;Content-Type: text/html; charset=utf-8&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  63.        </summary>
  64.    </entry>
  65.    <entry>
  66.        <id>https://webmasters.stackexchange.com/q/144883</id>
  67.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  68.        <title type="text">Content status and owner tracking [closed]</title>
  69.            <category scheme="https://webmasters.stackexchange.com/tags" term="content" />
  70.            <category scheme="https://webmasters.stackexchange.com/tags" term="administration" />
  71.        <author>
  72.            <name>Jon</name>
  73.            <uri>https://webmasters.stackexchange.com/users/143165</uri>
  74.        </author>
  75.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144883/content-status-and-owner-tracking" />
  76.        <published>2024-05-16T19:25:46Z</published>
  77.        <updated>2024-05-16T19:25:46Z</updated>
  78.        <summary type="html">
  79.            &lt;p&gt;please let me know if there&#x27;s somewhere else I should ask this.&lt;/p&gt;&#xA;&lt;p&gt;My team is the business owner of a website for our company, and are ultimately responsible for the content. However, the content itself has owners throughout the company who know the topics and are responsible with making sure that the content is current and correct. Some of them have access to make edits (with approvals) to their own pages, but most do not, and submit them to us.&lt;/p&gt;&#xA;&lt;p&gt;We&#x27;re trying to revamp an out of date list of content owners, currently a pretty cumbersome spreadsheet.&lt;/p&gt;&#xA;&lt;p&gt;My question is: How are others handling this? How do you all track owners/experts/contacts for specific content? I&#x27;d thought of also using whatever we come up with to help track needed updates and changes in one location. This would need to be something several of us could access and edit.&lt;/p&gt;&#xA;
  80.        </summary>
  81.    </entry>
  82.    <entry>
  83.        <id>https://webmasters.stackexchange.com/q/144882</id>
  84.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  85.        <title type="text">Adding mulitple authors to GoDaddy&#x27;s Website Builder</title>
  86.            <category scheme="https://webmasters.stackexchange.com/tags" term="godaddy" />
  87.        <author>
  88.            <name>Trebor</name>
  89.            <uri>https://webmasters.stackexchange.com/users/96875</uri>
  90.        </author>
  91.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144882/adding-mulitple-authors-to-godaddys-website-builder" />
  92.        <published>2024-05-16T16:06:14Z</published>
  93.        <updated>2024-05-16T16:06:14Z</updated>
  94.        <summary type="html">
  95.            &lt;p&gt;I&#x27;m taking over a GoDaddy website builder site.  It&#x27;s not using WordPress, but their own website builder front end.  I&#x27;m looking to add additional blog post authors, but don&#x27;t see a way to do that.&lt;/p&gt;&#xA;
  96.        </summary>
  97.    </entry>
  98.    <entry>
  99.        <id>https://webmasters.stackexchange.com/q/144877</id>
  100.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  101.        <title type="text">Hreflang issue wvwn when my site doen&#x27;t have multiple languages</title>
  102.            <category scheme="https://webmasters.stackexchange.com/tags" term="hreflang" />
  103.            <category scheme="https://webmasters.stackexchange.com/tags" term="technical-seo" />
  104.        <author>
  105.            <name>harveyreginaldspecter</name>
  106.            <uri>https://webmasters.stackexchange.com/users/143156</uri>
  107.        </author>
  108.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144877/hreflang-issue-wvwn-when-my-site-doent-have-multiple-languages" />
  109.        <published>2024-05-16T11:37:16Z</published>
  110.        <updated>2024-05-17T01:37:47Z</updated>
  111.        <summary type="html">
  112.            &lt;p&gt;My site doesn&#x27;t have any other version in any other language except for English.&#xA;Still in my SEMrush its showing HREFLANG issue.&#xA;&lt;a href=&quot;https://i.sstatic.net/61GiIbBM.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/61GiIbBM.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;I checked online on how to solve this, and added the below on my homepage :&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Still didn&#x27;t solve the issue.&#xA;I repeat, my website has no versions in any language except for default English.&lt;/p&gt;&#xA;&lt;p&gt;How do I solve this?&lt;/p&gt;&#xA;
  113.        </summary>
  114.    </entry>
  115.    <entry>
  116.        <id>https://webmasters.stackexchange.com/q/144874</id>
  117.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  118.        <title type="text">What is the statistical opportunity of wrongly getting results of bulk email deliveries &#x2013; whether emails were open or not?</title>
  119.            <category scheme="https://webmasters.stackexchange.com/tags" term="marketing" />
  120.            <category scheme="https://webmasters.stackexchange.com/tags" term="bulk-email" />
  121.        <author>
  122.            <name>HoRn</name>
  123.            <uri>https://webmasters.stackexchange.com/users/143152</uri>
  124.        </author>
  125.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144874/what-is-the-statistical-opportunity-of-wrongly-getting-results-of-bulk-email-del" />
  126.        <published>2024-05-16T09:21:07Z</published>
  127.        <updated>2024-05-16T09:42:07Z</updated>
  128.        <summary type="html">
  129.            &lt;p&gt;In PostMark docs there&#x27;s a &lt;a href=&quot;https://postmarkapp.com/support/article/1292-ac-transactional-email-triggers&quot; rel=&quot;nofollow noreferrer&quot;&gt;sentence&lt;/a&gt;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;...there may be scenarios where an open event is not recorded even&#xA;when the recipient opened the message in their email client, or vice&#xA;versa where you see an open event in Postmark but the recipient&#xA;reports that they never opened the message.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&amp;quot;There may be scenarios&amp;quot; - &lt;strong&gt;what is the opportunity of this &amp;quot;may be&amp;quot;? Could it be presented in percentages?&lt;/strong&gt; This percentage can only be approximate and depends on factors.&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;p&gt;Details.&lt;/p&gt;&#xA;&lt;p&gt;I ask this because I want to know if there is a sense in removing the recipients who never open emails, from Marketing bulk email lists. I can&#x27;t be 100% sure they don&#x27;t open since there is an opportunity for a mistake.&lt;/p&gt;&#xA;&lt;p&gt;For instance, I send promotional bulk emails weekly and see that a recipient hasn&#x27;t opened them for 6 months. If I remove that recipient but in fact he &lt;em&gt;was&lt;/em&gt; opening, it just was not recorded, we lose a potential client.&lt;/p&gt;&#xA;&lt;p&gt;For me, if the opportunity of ungetting Open events is below 3%, then there &lt;em&gt;is&lt;/em&gt; a sense in cleaning idle recipients, however, if the general chance of such failure is 20%&#x2B;, and we often can&#x27;t be sure if the recipient opens or not, there&#x27;s no sense in bothering with those for me.&lt;/p&gt;&#xA;&lt;p&gt;After researching on the internet and asking PostMark Support, I can share I already know that in general, it&#x27;s a good practice to some degree, to remove idle recipients. For the marketing audience, if they never click a link and never buy anything, they likely do not open the emails. If my audience is more technical, it&#x2019;s more likely that Open Events were hidden. If the audience is less technical, it&#x2019;s less likely.&lt;/p&gt;&#xA;&lt;p&gt;This question is not about delivery failures, bounces, invalid addresses, etc. This is only about successfully delivered emails.&lt;/p&gt;&#xA;
  130.        </summary>
  131.    </entry>
  132.    <entry>
  133.        <id>https://webmasters.stackexchange.com/q/144873</id>
  134.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  135.        <title type="text">Google Lighthouse flags issues that would be penalised for SEO. Can these be false positives?</title>
  136.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search" />
  137.            <category scheme="https://webmasters.stackexchange.com/tags" term="technical-seo" />
  138.            <category scheme="https://webmasters.stackexchange.com/tags" term="lighthouse" />
  139.        <author>
  140.            <name>Shafik Walakaka</name>
  141.            <uri>https://webmasters.stackexchange.com/users/142817</uri>
  142.        </author>
  143.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144873/google-lighthouse-flags-issues-that-would-be-penalised-for-seo-can-these-be-fal" />
  144.        <published>2024-05-16T08:43:44Z</published>
  145.        <updated>2024-05-16T14:17:43Z</updated>
  146.        <summary type="html">
  147.            &lt;h1&gt;Summary&lt;/h1&gt;&#xA;&lt;p&gt;I have a site that is created using the &lt;strong&gt;Elementor Page Builder&lt;/strong&gt; in Wordpress. &lt;br&gt;&#xA;Elementor allows for us to use certain widgets such as:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Button Widgets (used for several button links)&lt;/li&gt;&#xA;&lt;li&gt;Toggle Widgets (used for our FAQ section)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Based on how the widgets have been designed, Google Lighthouse has flagged out several issues that would be penalised for SEO -- these are false positives. But we wanted to check with the community whether Google Search Engine would penalise these implementation?&lt;/p&gt;&#xA;&lt;p&gt;Please find the &lt;a href=&quot;https://pagespeed.web.dev/analysis/https-petcoach-sg/82mtikpwlp?form_factor=desktop&quot; rel=&quot;nofollow noreferrer&quot;&gt;PageSpeed Insights Report here!&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Button Widgets&lt;/h2&gt;&#xA;&lt;p&gt;These button widgets have the html elements generated such that the href link does not have a descriptive text (from Google Lighthouse perspective). The descriptive text is in a child element of the button link, hence the button would still be meaningful for the users. Please see the screenshot below for reference:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/AIHYtE8J.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/AIHYtE8J.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3&gt;Google Lighthouse Findings&lt;/h3&gt;&#xA;&lt;p&gt;Google Lighthouse infers that there is no descriptive text for the button. We are note sure whether Google Search SEO ranking algorithm would infer the same (wanted some inputs from the community based on their experience here):&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/VCCS9N3t.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/VCCS9N3t.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Toggle Widgets&lt;/h2&gt;&#xA;&lt;p&gt;The toggle widgets are used for our FAQ section. These are not intended to be links but the widget by default has an &lt;code&gt;a&lt;/code&gt; anchor tag. Since it has an &lt;code&gt;a&lt;/code&gt; anchor tag, Google Lighthouse infers these to be links.&lt;/p&gt;&#xA;&lt;p&gt;Since these are not links, they are not crawl able (they do not lead anywhere). Google lighthouse flags this as an issue that will be penalised (since there are non-crawl able links).&lt;/p&gt;&#xA;&lt;p&gt;See screenshot below for reference:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/xVZ5BMgi.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/xVZ5BMgi.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3&gt;Google Lighthouse Findings&lt;/h3&gt;&#xA;&lt;p&gt;Google lighthouse advised that non-crawl able links would be penalised:&#xA;&lt;a href=&quot;https://i.sstatic.net/AJL3psy8.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/AJL3psy8.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Clarification&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;For the button link that has &amp;quot;no text description&amp;quot;. Would this be penalised by Google Search Engine SEO?&lt;/li&gt;&#xA;&lt;li&gt;For the &amp;quot;non-crawl able&amp;quot; links in the FAQ section. Would this be penalised by Google Search Engine SEO?&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2&gt;Thank You&lt;/h2&gt;&#xA;&lt;p&gt;Thanks in advance, please let me know if there are further details that I can give to assist with the above clarifications.&lt;/p&gt;&#xA;
  148.        </summary>
  149.    </entry>
  150.    <entry>
  151.        <id>https://webmasters.stackexchange.com/q/144871</id>
  152.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  153.        <title type="text">What does trailing slash on void elements has no effect and interacts badly with unquoted attribute values mean?</title>
  154.            <category scheme="https://webmasters.stackexchange.com/tags" term="html" />
  155.        <author>
  156.            <name>Neil Meyer</name>
  157.            <uri>https://webmasters.stackexchange.com/users/54447</uri>
  158.        </author>
  159.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144871/what-does-trailing-slash-on-void-elements-has-no-effect-and-interacts-badly-with" />
  160.        <published>2024-05-16T07:55:48Z</published>
  161.        <updated>2024-05-16T10:31:20Z</updated>
  162.        <summary type="html">
  163.            &lt;p&gt;For reference here is the head tag of one of my websites.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&#xA;&amp;lt;!-- Basic--&amp;gt;&#xA;  &amp;lt;meta charset=&amp;quot;utf-8&amp;quot;/&amp;gt;&#xA;  &amp;lt;meta http-equiv=&amp;quot;X-UA-Compatible&amp;quot; content=&amp;quot;IE=edge&amp;quot;/&amp;gt;&#xA;  &amp;lt;!-- Mobile Metas--&amp;gt;&#xA;  &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1, shrink-to-fit=no&amp;quot;/&amp;gt;&#xA;  &amp;lt;!-- Site Metas--&amp;gt;&#xA;  &amp;lt;meta name=&amp;quot;keywords&amp;quot; content=&amp;quot;Web Development&amp;quot;/&amp;gt;&#xA;  &amp;lt;meta name=&amp;quot;description&amp;quot; content=&amp;quot;Neil Meyer Web Design Website&amp;quot;/&amp;gt;&#xA;  &amp;lt;meta name=&amp;quot;author&amp;quot; content=&amp;quot;Neil Meyer&amp;quot;/&amp;gt;&#xA;  &amp;lt;title&amp;gt;Neil Meyer&amp;lt;/title&amp;gt;&#xA;  &amp;lt;!-- bootstrap core css--&amp;gt;&#xA;  &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;css/bootstrap.css&amp;quot;/&amp;gt;&#xA;  &amp;lt;!-- Google Font--&amp;gt;&#xA;  &amp;lt;link rel=&amp;quot;preconnect&amp;quot; href=&amp;quot;https://fonts.googleapis.com&amp;quot;&amp;gt;&#xA;  &amp;lt;link rel=&amp;quot;preconnect&amp;quot; href=&amp;quot;https://fonts.gstatic.com&amp;quot; crossorigin&amp;gt;&#xA;  &amp;lt;link href=&amp;quot;https://fonts.googleapis.com/css2?family=Madimi&#x2B;One&amp;amp;display=swap&amp;quot; rel=&amp;quot;stylesheet&amp;quot;&amp;gt;&#xA;  &amp;lt;!-- Custom styles for this template--&amp;gt;&#xA;  &amp;lt;link href=&amp;quot;css/style.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot;/&amp;gt;&#xA;  &amp;lt;!-- responsive style--&amp;gt;&#xA;  &amp;lt;link href=&amp;quot;css/responsive.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot;/&amp;gt;&#xA;  &amp;lt;!-- Favicon--&amp;gt;&#xA;  &amp;lt;link rel=&amp;quot;icon&amp;quot; type=&amp;quot;image/icon&amp;quot; href=&amp;quot;./images/favicon.png&amp;quot;&amp;gt;&#xA;&#xA;&#xA;The HTML validator on W3schools says the following...&#xA;&#xA;&amp;gt; Info: Trailing slash on void elements has no effect and interacts &#xA;&amp;gt; badly with unquoted attribute values.&#xA;&#xA;I cannot understand what it means because that markup looks correct to me.&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  164.        </summary>
  165.    </entry>
  166.    <entry>
  167.        <id>https://webmasters.stackexchange.com/q/144870</id>
  168.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  169.        <title type="text">PageSpeed Insights is not showing CrUX data | How to fix? Alternatives for real-user (field) stats?</title>
  170.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search-console" />
  171.            <category scheme="https://webmasters.stackexchange.com/tags" term="page-speed" />
  172.            <category scheme="https://webmasters.stackexchange.com/tags" term="technical-seo" />
  173.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-pagespeed" />
  174.        <author>
  175.            <name>Shafik Walakaka</name>
  176.            <uri>https://webmasters.stackexchange.com/users/142817</uri>
  177.        </author>
  178.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144870/pagespeed-insights-is-not-showing-crux-data-how-to-fix-alternatives-for-real" />
  179.        <published>2024-05-16T07:49:51Z</published>
  180.        <updated>2024-05-17T04:11:48Z</updated>
  181.        <summary type="html">
  182.            &lt;h1&gt;Summary&lt;/h1&gt;&#xA;&lt;p&gt;Performing a performance analysis on my site.&lt;/p&gt;&#xA;&lt;p&gt;Intending to check:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;PageSpeed Insights (lighthouse, lab) data&lt;/li&gt;&#xA;&lt;li&gt;Real World Chrome User Experience Report (CrUX), Web Core Vitals (field) data&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;em&gt;Reason: CrUX data does seems inaccurate, and is presenting statistics that are worst than actual user experience&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Steps Taken&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Access the &lt;a href=&quot;https://pagespeed.web.dev/&quot; rel=&quot;nofollow noreferrer&quot;&gt;PageSpeed Insights Console&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Enter my URL and hit &lt;code&gt;Analyze&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;PageSpeed Insights (Lighthouse, Lab) data is displayed&#xA;-- However, CrUX (real user data) is not displayed&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2&gt;PageSpeed Insights vs Dev Tools (Discrepant)&lt;/h2&gt;&#xA;&lt;p&gt;The PageInsights Lighthouse Report results is discrepant with the results found via Dev Tools. &lt;br&gt;&#xA;This makes it tricky for us to assess whether we should optimise the page performance further (because performance is an SEO ranking factor)&lt;/p&gt;&#xA;&lt;h3&gt;PageSpeed Insights (Lighthouse) Report&lt;/h3&gt;&#xA;&lt;p&gt;For example, see the screenshot from PageSpeed Insights for the largest Contentful pain downloaded -- a total of 1300ms to fully render the image:&#xA;&lt;a href=&quot;https://i.sstatic.net/TMjiwycJ.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/TMjiwycJ.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Chrome Dev Tools Report&lt;/h2&gt;&#xA;&lt;p&gt;The actual time required to download and render the same image is less than 400ms when we checked Dev Tools (we used incognito so that browser cache etc. is removed). Note that this is significantly different from the 1300ms reported in PageSpeed Insights. See screenshot below for reference:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;The document itself took approximately 224.43ms:&#xA;&lt;a href=&quot;https://i.sstatic.net/zO7ROZq5.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/zO7ROZq5.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Afterwhich, the image was queued at 224.88ms, and finished downloading in 64.72 ms&#xA;&lt;a href=&quot;https://i.sstatic.net/AJTm4Xn8.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/AJTm4Xn8.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Using the above dev tools, the largest Contentful download took less than 400ms (compared to 1300ms reported in PageSpeed Insights)&lt;/p&gt;&#xA;&lt;h2&gt;Issue - Unable to Access Real User Data/Report&lt;/h2&gt;&#xA;&lt;h3&gt;Chrome User Experience Report (CrUX)&lt;/h3&gt;&#xA;&lt;p&gt;The CrUX data is not displayed. The reason provided was that there is insufficient real-world data. Please see the screenshot below:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/kEt92Pfb.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/kEt92Pfb.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3&gt;Google Search Console&lt;/h3&gt;&#xA;&lt;p&gt;However, checking Google Search Console - we can see steady traffic accessing the website (the number is increasing too). See the screenshot from our Google Search Console:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/iLGZpsj8.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/iLGZpsj8.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3&gt;Core Web Vitals (GSC)&lt;/h3&gt;&#xA;&lt;p&gt;However, do note that Core Web Vitals within the GSC is also indicating that there is insufficient usage. Please see screenshot below:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/QsuzRNmn.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/QsuzRNmn.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2&gt;Clarifications&lt;/h2&gt;&#xA;&lt;p&gt;We wanted to understand from the community:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Are there any other alternatives to measure page speed accurately?&lt;/li&gt;&#xA;&lt;li&gt;Would you assume that the dev tools are providing results (that Google will use to rank SEO)&lt;/li&gt;&#xA;&lt;li&gt;Any advise regarding why Web Core Vitals, and CrUX is not showing despite steady traffic to the site?&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2&gt;Thank You&lt;/h2&gt;&#xA;&lt;p&gt;Thanks in advance. Let us know if there is any further information that we can furnish!&lt;/p&gt;&#xA;
  183.        </summary>
  184.    </entry>
  185.    <entry>
  186.        <id>https://webmasters.stackexchange.com/q/144867</id>
  187.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  188.        <title type="text">Access website using hosts due to expired domain</title>
  189.            <category scheme="https://webmasters.stackexchange.com/tags" term="domains" />
  190.            <category scheme="https://webmasters.stackexchange.com/tags" term="web-hosting" />
  191.            <category scheme="https://webmasters.stackexchange.com/tags" term="dns" />
  192.            <category scheme="https://webmasters.stackexchange.com/tags" term="apache2" />
  193.        <author>
  194.            <name>Aleytia</name>
  195.            <uri>https://webmasters.stackexchange.com/users/143145</uri>
  196.        </author>
  197.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144867/access-website-using-hosts-due-to-expired-domain" />
  198.        <published>2024-05-15T13:54:57Z</published>
  199.        <updated>2024-05-16T11:43:54Z</updated>
  200.        <summary type="html">
  201.            &lt;p&gt;I have a website hosted on my homelab that I exposed to the internet a year ago and due to my registrar Freenom having legal issues I was not able to renew the domain, I haven&#x27;t had time to focus on it due to being busy however now I am planning on taking the site live again.&lt;/p&gt;&#xA;&lt;p&gt;My current problem is I am unable to access the website even though it&#x27;s currently hosted locally as the domain has expired. I&#x27;ve tried mapping the domain using the &lt;code&gt;hosts&lt;/code&gt; file however it just redirects me to the apache start page&lt;/p&gt;&#xA;&lt;p&gt;Here is what my hosts file looks Like this is on a windows client&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;192.168.10.21 exampladomain.com&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Here is the apache server config running on Ubunto Server 20.4&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;&amp;lt;VirtualHost *:80&amp;gt;&#xA;    ServerName exampledomain.com&#xA;    ServerAdmin admin@exampledomain&#xA;    DocumentRoot /var/www/html/exampledomain&#xA;    &amp;lt;Directory /var/www/html/exampledomain&amp;gt;&#xA;    Options Indexes FollowSymLinks MultiViews&#xA;    AllowOverride All&#xA;    Order allow,deny&#xA;    allow from all&#xA;    &amp;lt;/Directory&amp;gt;&#xA;    LogLevel info ssl:warn&#xA;    ErrorLog ${APACHE_LOG_DIR}/error.log&#xA;    CustomLog ${APACHE_LOG_DIR}/access.log combined&#xA;&amp;lt;/VirtualHost&amp;gt;&#xA;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I&#x27;ve disabled the SSL config as the certificate is now invalid&lt;/p&gt;&#xA;&lt;p&gt;is there an easy way to access the website using the domain without me having to setup a DNS server?&lt;/p&gt;&#xA;
  202.        </summary>
  203.    </entry>
  204.    <entry>
  205.        <id>https://webmasters.stackexchange.com/q/144864</id>
  206.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  207.        <title type="text">Discrepancy between Pages and Countries table (Google Search Console)</title>
  208.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search-console" />
  209.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search" />
  210.        <author>
  211.            <name>Shafik Walakaka</name>
  212.            <uri>https://webmasters.stackexchange.com/users/142817</uri>
  213.        </author>
  214.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144864/discrepancy-between-pages-and-countries-table-google-search-console" />
  215.        <published>2024-05-15T07:46:03Z</published>
  216.        <updated>2024-05-15T08:38:23Z</updated>
  217.        <summary type="html">
  218.            &lt;h1&gt;Summary&lt;/h1&gt;&#xA;&lt;p&gt;Analysing the clicks and impressions measured in Google Search Console for the following page:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://petcoach.sg/consultations/separation-anxiety-training/&quot; rel=&quot;nofollow noreferrer&quot;&gt;Separation Anxiety in Dogs&lt;/a&gt; at Pet Coach SG&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2&gt;Objective&lt;/h2&gt;&#xA;&lt;p&gt;To understand the number of clicks and impressions from &lt;code&gt;Singapore&lt;/code&gt; to specific pages in my website.&lt;/p&gt;&#xA;&lt;h2&gt;Steps Taken&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Access the Google Search Console Property&lt;/li&gt;&#xA;&lt;li&gt;In the &lt;strong&gt;Pages&lt;/strong&gt; tab, click into the &lt;code&gt;Separation Anxiety Page&lt;/code&gt; URL. This filters for clicks and impressions for the &lt;code&gt;Separation Anxiety Page&lt;/code&gt;&lt;a href=&quot;https://i.sstatic.net/XFSFrgcg.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/XFSFrgcg.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2&gt;Discrepancy in Pages vs Countries Query&lt;/h2&gt;&#xA;&lt;p&gt;The results are as follows:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Pages&lt;/strong&gt; tab has 22 clicks and 211 impressions &lt;br&gt; &lt;a href=&quot;https://i.sstatic.net/xF061XDi.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/xF061XDi.png&quot; alt=&quot;List item&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Countries&lt;/strong&gt; tab has 1 click and 51 impressions &lt;a href=&quot;https://i.sstatic.net/AJjHgE8J.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/AJjHgE8J.png&quot; alt=&quot;List item&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2&gt;Clarification&lt;/h2&gt;&#xA;&lt;p&gt;Would someone be able to advise how we can interpret this data? &lt;br&gt;&#xA;Do let me know if there is further information required.&lt;/p&gt;&#xA;&lt;p&gt;Thank you.&lt;/p&gt;&#xA;&lt;h2&gt;Additional Information&lt;/h2&gt;&#xA;&lt;p&gt;Google has highlighted that there can be discrepancies between the &lt;a href=&quot;https://support.google.com/webmasters/answer/7576553?hl=en#data_discrepancies&amp;amp;zippy=%2Cqueries&quot; rel=&quot;nofollow noreferrer&quot;&gt;charts and the table&lt;/a&gt;. But I could not find any information that highlights the discrepancies between two tables (&lt;strong&gt;Pages&lt;/strong&gt; and &lt;strong&gt;Countries&lt;/strong&gt; table).&lt;/p&gt;&#xA;&lt;p&gt;My understanding is as such:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The &lt;strong&gt;Pages&lt;/strong&gt; table is aggregated based on the specific page (URL)&lt;/li&gt;&#xA;&lt;li&gt;The &lt;strong&gt;Countries&lt;/strong&gt; table is aggregated based on the property (a.k.a. the whole site)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;However, unable to wrap my head around:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Why is there only 51 impressions when aggregating by site?&lt;/li&gt;&#xA;&lt;li&gt;But there is 211 impressions when aggregating by page?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Wouldn&#x27;t each page impression, also translate to a site impression?&lt;/p&gt;&#xA;
  219.        </summary>
  220.    </entry>
  221.    <entry>
  222.        <id>https://webmasters.stackexchange.com/q/144863</id>
  223.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  224.        <title type="text">Why Does This Website Has the isPartOf Property Under the mainEntityOfPage Property?</title>
  225.            <category scheme="https://webmasters.stackexchange.com/tags" term="schema.org" />
  226.            <category scheme="https://webmasters.stackexchange.com/tags" term="structured-data" />
  227.        <author>
  228.            <name>Leandro</name>
  229.            <uri>https://webmasters.stackexchange.com/users/143068</uri>
  230.        </author>
  231.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144863/why-does-this-website-has-the-ispartof-property-under-the-mainentityofpage-prope" />
  232.        <published>2024-05-15T01:22:58Z</published>
  233.        <updated>2024-05-16T02:29:16Z</updated>
  234.        <summary type="html">
  235.            &lt;p&gt;I am in the process of learning schema markup, and one of the Blog Posts I reviewed as a reference has the isPartOf property under the mainEntityOfPage property. The main Schema Markup type in this case is Article.&lt;/p&gt;&#xA;&lt;p&gt;Can you help me understand what was the reasoning behind this decision?&lt;/p&gt;&#xA;&lt;p&gt;Here&#x27;s the code:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;{&#xA;  &amp;quot;@context&amp;quot;: &amp;quot;https://schema.org&amp;quot;,&#xA;  &amp;quot;@type&amp;quot;: &amp;quot;Article&amp;quot;,&#xA;  &amp;quot;headline&amp;quot;: &amp;quot;Hello World&amp;quot;,&#xA;  &amp;quot;name&amp;quot;: &amp;quot;Hello World&amp;quot;,&#xA;  &amp;quot;mainEntityOfPage&amp;quot;: {&#xA;    &amp;quot;@type&amp;quot;: &amp;quot;WebPage&amp;quot;,&#xA;    &amp;quot;id&amp;quot;: &amp;quot;https://example.com/hello-world#webpage&amp;quot;,&#xA;    &amp;quot;url&amp;quot;: &amp;quot;https://example.com/hello-world&amp;quot;,&#xA;    &amp;quot;isPartOf&amp;quot;: {&#xA;      &amp;quot;@type&amp;quot;: &amp;quot;WebSite&amp;quot;,&#xA;      &amp;quot;id&amp;quot;: &amp;quot;https://example.com/#website&amp;quot;,&#xA;      &amp;quot;url&amp;quot;: &amp;quot;https://example.com&amp;quot;,&#xA;      &amp;quot;name&amp;quot;: &amp;quot;Example Website&amp;quot;,&#xA;      &amp;quot;publishingPrinciples&amp;quot;: &amp;quot;https://example.com/publishing-principles&amp;quot;&#xA;    }&#xA;  }&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  236.        </summary>
  237.    </entry>
  238.    <entry>
  239.        <id>https://webmasters.stackexchange.com/q/144862</id>
  240.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  241.        <title type="text">SEO and Google cached website</title>
  242.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  243.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search" />
  244.            <category scheme="https://webmasters.stackexchange.com/tags" term="negative-seo" />
  245.        <author>
  246.            <name>Ting-Ting Chen</name>
  247.            <uri>https://webmasters.stackexchange.com/users/143126</uri>
  248.        </author>
  249.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144862/seo-and-google-cached-website" />
  250.        <published>2024-05-14T14:57:55Z</published>
  251.        <updated>2024-05-14T19:25:04Z</updated>
  252.        <summary type="html">
  253.            &lt;p&gt;I&#x27;m looking for some help from someone does understands SEO.&lt;/p&gt;&#xA;&lt;p&gt;I have a website and its Google cached version looks very different: is not formatted, no images, no CSS, and no JS.&lt;/p&gt;&#xA;&lt;p&gt;As far as I know, this does not have any effect on how the website is ranked on Google.&#xA;Also I&#x27;ve read that is useful when someone tries to access the website and our server is down (it makes sense in the static pages, I guess).&lt;/p&gt;&#xA;&lt;p&gt;But apart from that, what are the benefits of the cached version of the website looking exactly the same as the live website?&lt;/p&gt;&#xA;&lt;p&gt;I have a SEO expert recommending me to change this because it has &amp;quot;benefits&amp;quot; and the cached version of the site is also what Google crawl bots see, and that we don&#x27;t want anything missing through the cached version of the site (videos, images, assets, etc).&lt;/p&gt;&#xA;&lt;p&gt;But what they said doesn&#x27;t really tell me if this has any effects on how is the website ranked, what are the benefits or if this has any negative effects.&lt;/p&gt;&#xA;&lt;p&gt;My question is what is the SEO impact of the Google cached version of the site being unformatted and looking ugly?&lt;/p&gt;&#xA;
  254.        </summary>
  255.    </entry>
  256.    <entry>
  257.        <id>https://webmasters.stackexchange.com/q/144860</id>
  258.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  259.        <title type="text">How I can create 100 backlinks in a day [closed]</title>
  260.            <category scheme="https://webmasters.stackexchange.com/tags" term="backlinks" />
  261.        <author>
  262.            <name>Rashi </name>
  263.            <uri>https://webmasters.stackexchange.com/users/143124</uri>
  264.        </author>
  265.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144860/how-i-can-create-100-backlinks-in-a-day" />
  266.        <published>2024-05-14T13:19:21Z</published>
  267.        <updated>2024-05-15T10:13:25Z</updated>
  268.        <summary type="html">
  269.            &lt;p&gt;I&#x27;m stuck in the backlink phase. How can I create 100 backlinks in a day? Any tips?&lt;/p&gt;&#xA;
  270.        </summary>
  271.    </entry>
  272.    <entry>
  273.        <id>https://webmasters.stackexchange.com/q/144859</id>
  274.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  275.        <title type="text">Website Magazine backlinks</title>
  276.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  277.            <category scheme="https://webmasters.stackexchange.com/tags" term="backlinks" />
  278.            <category scheme="https://webmasters.stackexchange.com/tags" term="penalty" />
  279.        <author>
  280.            <name>JPF800</name>
  281.            <uri>https://webmasters.stackexchange.com/users/143119</uri>
  282.        </author>
  283.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144859/website-magazine-backlinks" />
  284.        <published>2024-05-14T09:36:26Z</published>
  285.        <updated>2024-05-17T11:07:41Z</updated>
  286.        <summary type="html">
  287.            &lt;p&gt;How bad is it for a website to have 42 backlinks from a online tourism website/magazine?&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;ve seen a number of these type websites for tourism all over the place. They provide good content for people visiting the area covered.&lt;/p&gt;&#xA;&lt;p&gt;I assume Google is aware of these sites. However, reading StackExchange, it looks like Google doesn&#x27;t like advertorial type links - which since they write a magazine is what I&#x27;m assuming this site is considered.&lt;/p&gt;&#xA;&lt;p&gt;I think it&#x27;s clear to readers that there are ads (and thus a paid relationship) but I don&#x27;t know what the Google standards are.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;ve just looked at the search console and it there are 42 now backlinks. (Maybe because of ads on multiple pages or because the post on their site is listed under several categories? I don&#x27;t know.)&lt;/p&gt;&#xA;&lt;p&gt;Should the company be asked to make all but one of those links no-follow? Or something else?&lt;/p&gt;&#xA;
  288.        </summary>
  289.    </entry>
  290.    <entry>
  291.        <id>https://webmasters.stackexchange.com/q/144858</id>
  292.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  293.        <title type="text">Question regarding 301 redirects and rankings transfer time frame</title>
  294.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  295.            <category scheme="https://webmasters.stackexchange.com/tags" term="301-redirect" />
  296.        <author>
  297.            <name>Techagesite</name>
  298.            <uri>https://webmasters.stackexchange.com/users/143020</uri>
  299.        </author>
  300.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144858/question-regarding-301-redirects-and-rankings-transfer-time-frame" />
  301.        <published>2024-05-14T08:42:06Z</published>
  302.        <updated>2024-05-17T11:26:33Z</updated>
  303.        <summary type="html">
  304.            &lt;p&gt;A few months ago i upgraded my free wordpress site to a paid plan.&lt;/p&gt;&#xA;&lt;p&gt;The free site is redirecting to the new paid domain now.&#xA;I&#x27;m still waiting on the rankings to be transferred to the new domain. My paid site is now in google search console. Someone suggested creating a new google account, adding my free site to gsc and saying my site has moved to the new domain to speed things up.&lt;/p&gt;&#xA;&lt;p&gt;Does anyone know if: a&amp;gt; it will make a difference to how long it will take to transfer and b&amp;gt; why they would suggest making a new google account for that?&lt;/p&gt;&#xA;
  305.        </summary>
  306.    </entry>
  307.    <entry>
  308.        <id>https://webmasters.stackexchange.com/q/144833</id>
  309.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  310.        <title type="text">ECDSA certificates not impacted by Let&#x2019;s Encrypt certificate chain change?</title>
  311.            <category scheme="https://webmasters.stackexchange.com/tags" term="https" />
  312.            <category scheme="https://webmasters.stackexchange.com/tags" term="security-certificate" />
  313.            <category scheme="https://webmasters.stackexchange.com/tags" term="cloudflare" />
  314.            <category scheme="https://webmasters.stackexchange.com/tags" term="lets-encrypt" />
  315.        <author>
  316.            <name>Vic Seedoubleyew</name>
  317.            <uri>https://webmasters.stackexchange.com/users/106243</uri>
  318.        </author>
  319.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144833/ecdsa-certificates-not-impacted-by-let-s-encrypt-certificate-chain-change" />
  320.        <published>2024-05-10T13:58:53Z</published>
  321.        <updated>2024-05-17T14:25:02Z</updated>
  322.        <summary type="html">
  323.            &lt;p&gt;We received an email from Cloudflare about the upcoming Let&#x2019;s Encrypt certificate chain change.&lt;/p&gt;&#xA;&lt;p&gt;At some point, it states that &amp;quot;Additionally, this change only impacts RSA certificates. It does not impact ECDSA certificates issued through Let&#x2019;s Encrypt. ECDSA certificates will maintain the same level of compatibility that they have today. &amp;quot;&lt;/p&gt;&#xA;&lt;p&gt;We checked the certificate used when browsing to our website, and the signature algorithm is &#x201C;X9.62 ECDSA Signature with SHA-384&#x201D;.&lt;/p&gt;&#xA;&lt;p&gt;Does that mean that we are not affected by the change in any possible way?&lt;/p&gt;&#xA;&lt;p&gt;Or is it that since we are using Universal SSL, Cloudflare might change the certificate at any moment, and might issue an RSA one in replacement?&lt;/p&gt;&#xA;&lt;p&gt;Thanks in advance for the help!&lt;/p&gt;&#xA;
  324.        </summary>
  325.    </entry>
  326.    <entry>
  327.        <id>https://webmasters.stackexchange.com/q/144636</id>
  328.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  329.        <title type="text">Why have a catch-all SMTP policy?</title>
  330.            <category scheme="https://webmasters.stackexchange.com/tags" term="email" />
  331.            <category scheme="https://webmasters.stackexchange.com/tags" term="bulk-email" />
  332.        <author>
  333.            <name>RokeJulianLockhart</name>
  334.            <uri>https://webmasters.stackexchange.com/users/122892</uri>
  335.        </author>
  336.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/144636/why-have-a-catch-all-smtp-policy" />
  337.        <published>2024-04-13T14:53:16Z</published>
  338.        <updated>2024-05-14T23:07:35Z</updated>
  339.        <summary type="html">
  340.            &lt;h5&gt;Question&lt;/h5&gt;&#xA;&lt;p&gt;When attempting to verify e-mail addresses, I frequently come across servers configured to &amp;quot;catch all&amp;quot; requests (as is the online terminology for the situation). I&#x27;m surprised that this is common, because it seems like they are wasting bandwidth and disk space to accept and/or store messages bound for potentially non-existent addresses, which nobody shall ever see.&lt;/p&gt;&#xA;&lt;p&gt;Obviously, this differs if the mail server is a honeypot, but I&#x27;ve not encountered one of those yet, and the rationale is evident in that circumstance.&lt;/p&gt;&#xA;&lt;h5&gt;Example&lt;/h5&gt;&#xA;&lt;p&gt;An example is &lt;a href=&quot;https://tools.emailhippo.com/email/inf/info%40felbrigglodge.co.uk#:%7E:text=Reason-,serveriscatchall,-Trust%20score%20(0&quot; rel=&quot;nofollow noreferrer&quot;&gt;an EmailHippo result for &lt;code&gt;mailTo:info@felbrigglodge.co.uk&lt;/code&gt;&lt;/a&gt; - an e-mail address for a hotel. Because &lt;a href=&quot;https://stackoverflow.com/revisions/9808332/7#:%7E:text=From%20RFC%205321,the%20host%20system.&quot;&gt;RFC 5321 states that local parts are case-sensitive&lt;/a&gt;, I wanted to verify that &amp;quot;&lt;code&gt;Info@&lt;/code&gt;&amp;quot; was what they meant to put on their contact page rather than an entirely lower-case variant, as is more standard.&lt;/p&gt;&#xA;
  341.        </summary>
  342.    </entry>
  343.    <entry>
  344.        <id>https://webmasters.stackexchange.com/q/143927</id>
  345.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  346.        <title type="text">htaccess - redirect all URLs ending in digits</title>
  347.            <category scheme="https://webmasters.stackexchange.com/tags" term="htaccess" />
  348.            <category scheme="https://webmasters.stackexchange.com/tags" term="redirects" />
  349.            <category scheme="https://webmasters.stackexchange.com/tags" term="regex" />
  350.        <author>
  351.            <name>CheeseFlavored</name>
  352.            <uri>https://webmasters.stackexchange.com/users/137712</uri>
  353.        </author>
  354.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/143927/htaccess-redirect-all-urls-ending-in-digits" />
  355.        <published>2023-12-17T00:35:10Z</published>
  356.        <updated>2024-05-16T03:03:20Z</updated>
  357.        <summary type="html">
  358.            &lt;p&gt;I need some help with an &lt;code&gt;.htaccess&lt;/code&gt; redirect.  Here&#x27;s an example.&#xA;Some of my webpages will look something like this...&#xA;&lt;code&gt;https://www.example.com/my-folder-name/my-file-name-12345678.php&lt;/code&gt;.&#xA;Some pages will have 8 digits at the end like that.&lt;/p&gt;&#xA;&lt;p&gt;I want to make it easy to get to any file who&#x27;s name ends with 8 digits and &lt;code&gt;.php&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So, in this case, I would be able to get to this file by typing&#xA;&lt;code&gt;https://www.example.com/my-folder-name/12345678&lt;/code&gt;.&#xA;So, the part of the file name before the 8 digits and the &lt;code&gt;.php&lt;/code&gt; extension won&#x27;t need to be typed. Can that be done with &lt;code&gt;.htaccess&lt;/code&gt;?&lt;/p&gt;&#xA;&lt;p&gt;This would need to effect any file on my site ending with 8 digits.php&lt;/p&gt;&#xA;
  359.        </summary>
  360.    </entry>
  361.    <entry>
  362.        <id>https://webmasters.stackexchange.com/q/142197</id>
  363.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  364.        <title type="text">Little bit Identical but paraphased content in a Tool Site. Is this a good idea in SEO wise?</title>
  365.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  366.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-adsense" />
  367.            <category scheme="https://webmasters.stackexchange.com/tags" term="thin-content" />
  368.        <author>
  369.            <name>Prageeth Liyanage</name>
  370.            <uri>https://webmasters.stackexchange.com/users/83540</uri>
  371.        </author>
  372.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/142197/little-bit-identical-but-paraphased-content-in-a-tool-site-is-this-a-good-idea" />
  373.        <published>2023-04-23T14:29:19Z</published>
  374.        <updated>2024-05-17T19:03:55Z</updated>
  375.        <summary type="html">
  376.            &lt;p&gt;I have a online tool site where provides many conversion tools. such as JPG to PNG, JPG to PDF, JPG to BMP, PNG to JPG etc..&#xA;So I have a plan to integrate my adsense account with this site. But to avoid thin content penalty Right below the tool at every page I added a descrtion.&#xA;My structure is&lt;/p&gt;&#xA;&lt;p&gt;eg:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Title : JPG to PNG Converter&#xA;[Tool Goes Here]&#xA;&#xA;JPG file format&#xA;[description 500 words]&#xA;&#xA;PNG File format&#xA;[description 500 words]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;hr /&gt;&#xA;&lt;p&gt;So when the tool change to JPG to BMP converter. Again&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;JPG file format&#xA;[description 500 words]&#xA;&#xA;BMP File format&#xA;[description 500 words]&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;As you can see I can comeup with many pairs. But when I do I want to consider about unique content. In here  JPG file format&#x27;s description should be unique. Otherwise google hit me with the duplicate penalty.&#xA;To overcome this I use chatGPT to generate those descriptions. Now everything seems different. But every page will have same type of description.&lt;/p&gt;&#xA;&lt;p&gt;The whole point of using a description is to rank higher on Google. Is my approach good in SEO-wise?  What can I do to stay out of trouble? Remember this is not a blog.&lt;/p&gt;&#xA;
  377.        </summary>
  378.    </entry>
  379.    <entry>
  380.        <id>https://webmasters.stackexchange.com/q/142132</id>
  381.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  382.        <title type="text">Implementing google analytics in Next.js</title>
  383.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-analytics" />
  384.            <category scheme="https://webmasters.stackexchange.com/tags" term="event-tracking" />
  385.            <category scheme="https://webmasters.stackexchange.com/tags" term="analytics-events" />
  386.            <category scheme="https://webmasters.stackexchange.com/tags" term="data" />
  387.            <category scheme="https://webmasters.stackexchange.com/tags" term="next.js" />
  388.        <author>
  389.            <name>Djela Srca</name>
  390.            <uri>https://webmasters.stackexchange.com/users/135373</uri>
  391.        </author>
  392.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/142132/implementing-google-analytics-in-next-js" />
  393.        <published>2023-04-17T06:20:57Z</published>
  394.        <updated>2024-05-18T18:05:50Z</updated>
  395.        <summary type="html">
  396.            &lt;p&gt;I&#x27;m trying to implement google analytics in Next js. I included scripts and when i type dataLayer in console I can see this&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;(2) [Arguments(2), Arguments(3), push: Proxy(Function)]&#xA;0&#xA;: &#xA;Arguments(2) [&#x27;js&#x27;, Mon Apr 17 2023 08:05:07 GMT&#x2B;0200 (Central European Summer Time), callee: &#x192;, Symbol(Symbol.iterator): &#x192;]&#xA;1&#xA;: &#xA;Arguments(3) [&#x27;config&#x27;, &#x27;G-10KHN0N9HD&#x27;, {&#x2026;}, callee: &#x192;, Symbol(Symbol.iterator): &#x192;]&#xA;push&#xA;: &#xA;Proxy(Function) {length: 1, name: &#x27;push&#x27;}&#xA;length&#xA;: &#xA;2&#xA;[[Prototype]]&#xA;: &#xA;Array(0)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;so there is no events registered. When I go to realtime on the dashboard there is no data received. What could be the issue&#xA;This is my _app file&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;import &amp;quot;@/styles/globals.css&amp;quot;;&#xA;import { appWithTranslation } from &amp;quot;next-i18next&amp;quot;;&#xA;import { Raleway } from &amp;quot;next/font/google&amp;quot;;&#xA;import Head from &amp;quot;next/head&amp;quot;;&#xA;import Script from &amp;quot;next/script&amp;quot;;&#xA;import dynamic from &amp;quot;next/dynamic&amp;quot;;&#xA;import { usePathname, useSearchParams } from &amp;quot;next/navigation&amp;quot;;&#xA;import { useEffect } from &amp;quot;react&amp;quot;;&#xA;import { pageview } from &amp;quot;@/lib/gtagHelper&amp;quot;;&#xA;import CookieConsent from &amp;quot;react-cookie-consent&amp;quot;;&#xA;import { useRouter } from &amp;quot;next/router&amp;quot;;&#xA;const DynamicFooter = dynamic(() =&amp;gt; import(&amp;quot;@/components/Links&amp;quot;));&#xA;&#xA;const raleway = Raleway({&#xA;  subsets: [&amp;quot;latin&amp;quot;],&#xA;  variable: &amp;quot;--font-ral&amp;quot;,&#xA;});&#xA;const ID = process.env.NEXT_PUBLIC_GOOGLE_ANALYTICS;&#xA;function App({ Component, pageProps }) {&#xA;  const pathname = usePathname();&#xA;  const searchParams = useSearchParams();&#xA;&#xA;  const router = useRouter();&#xA;  useEffect(() =&amp;gt; {&#xA;    console.log(window.gtag);&#xA;    const handleRouteChange = (url) =&amp;gt; {&#xA;      window.gtag(&amp;quot;config&amp;quot;, &amp;quot;G-10KHN0N9HD&amp;quot;, { page_path: url });&#xA;    };&#xA;    router.events.on(&amp;quot;routeChangeComplete&amp;quot;, handleRouteChange);&#xA;    return () =&amp;gt; {&#xA;      router.events.off(&amp;quot;routeChangeComplete&amp;quot;, handleRouteChange);&#xA;    };&#xA;  }, [router.events]);&#xA;  function handleAccept() {&#xA;    window.gtag(&amp;quot;consent&amp;quot;, &amp;quot;update&amp;quot;, {&#xA;      ad_storage: &amp;quot;granted&amp;quot;,&#xA;      analytics_storage: &amp;quot;granted&amp;quot;,&#xA;    });&#xA;  }&#xA;  return (&#xA;    &amp;lt;&amp;gt;&#xA;      &amp;lt;Head&amp;gt;&#xA;        &amp;lt;meta name=&amp;quot;viewport&amp;quot; content=&amp;quot;width=device-width, initial-scale=1&amp;quot; /&amp;gt;&#xA;        &amp;lt;link rel=&amp;quot;icon&amp;quot; href=&amp;quot;/favicon.png&amp;quot; /&amp;gt;&#xA;      &amp;lt;/Head&amp;gt;&#xA;      &amp;lt;main className={`${raleway.variable} font-ral min-h-screen w-full`}&amp;gt;&#xA;        &amp;lt;Component {...pageProps} /&amp;gt;&#xA;        &amp;lt;DynamicFooter&amp;gt;&amp;lt;/DynamicFooter&amp;gt;&#xA;        &amp;lt;CookieConsent&#xA;          style={{&#xA;            top: &amp;quot;90%&amp;quot;,&#xA;            width: &amp;quot;max-content&amp;quot;,&#xA;            height: &amp;quot;max-content&amp;quot;,&#xA;            left: &amp;quot;32%&amp;quot;,&#xA;            &amp;quot;border-radius&amp;quot;: 20,&#xA;            background: &amp;quot;#92a4ba&amp;quot;,&#xA;          }}&#xA;          buttonText=&amp;quot;Accept&amp;quot;&#xA;          enableDeclineButton&#xA;          onAccept={() =&amp;gt; {&#xA;            handleAccept();&#xA;          }}&#xA;          declineButtonText=&amp;quot;Decline&amp;quot;&#xA;        &amp;gt;&#xA;          We use cookies to improve your experience on our site.&#xA;        &amp;lt;/CookieConsent&amp;gt;&#xA;        &amp;lt;Script id=&amp;quot;tawk&amp;quot; strategy=&amp;quot;lazyOnload&amp;quot;&amp;gt;&#xA;          {`var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();&#xA;         (function(){&#xA;           var s1=document.createElement(&amp;quot;script&amp;quot;),s0=document.getElementsByTagName(&amp;quot;script&amp;quot;)[0];&#xA;           s1.async=true;&#xA;           s1.src=&#x27;https://embed.tawk.to/64367ade4247f20fefeb2cc2/1gtqcvtgf&#x27;;&#xA;           s1.charset=&#x27;UTF-8&#x27;;&#xA;           s1.setAttribute(&#x27;crossorigin&#x27;,&#x27;*&#x27;);&#xA;           s0.parentNode.insertBefore(s1,s0);&#xA;           })()`}&#xA;        &amp;lt;/Script&amp;gt;&#xA;        &amp;lt;Script&#xA;          strategy=&amp;quot;afterInteractive&amp;quot;&#xA;          src={`https://www.googletagmanager.com/gtag/js?id=G-10KHN0N9HD`}&#xA;        /&amp;gt;&#xA;        &amp;lt;Script&#xA;          id=&amp;quot;gtag-init&amp;quot;&#xA;          strategy=&amp;quot;afterInteractive&amp;quot;&#xA;          dangerouslySetInnerHTML={{&#xA;            __html: `&#xA;            window.dataLayer = window.dataLayer || [];&#xA;            function gtag(){dataLayer.push(arguments);}&#xA;            gtag(&#x27;js&#x27;, new Date());&#xA;            gtag(&#x27;config&#x27;, &#x27;G-10KHN0N9HD&#x27;, {&#xA;              page_path: window.location.pathname,&#xA;            });&#xA;          `,&#xA;          }}&#xA;        /&amp;gt;&#xA;      &amp;lt;/main&amp;gt;&#xA;    &amp;lt;/&amp;gt;&#xA;  );&#xA;}&#xA;&#xA;export default appWithTranslation(App);&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;
  397.        </summary>
  398.    </entry>
  399.    <entry>
  400.        <id>https://webmasters.stackexchange.com/q/126994</id>
  401.        <re:rank scheme="https://webmasters.stackexchange.com">0</re:rank>
  402.        <title type="text">&#x203A; vs - vs | , which title separator is suggested for the best Google SEO practice?</title>
  403.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  404.            <category scheme="https://webmasters.stackexchange.com/tags" term="title" />
  405.        <author>
  406.            <name>AGamePlayer</name>
  407.            <uri>https://webmasters.stackexchange.com/users/33872</uri>
  408.        </author>
  409.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/126994/vs-vs-which-title-separator-is-suggested-for-the-best-google-seo-practic" />
  410.        <published>2020-01-03T02:41:19Z</published>
  411.        <updated>2024-05-17T04:42:57Z</updated>
  412.        <summary type="html">
  413.            &lt;p&gt;Try to compare these 3 titles:&lt;/p&gt;&#xA;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;What Is My IP Address - See Your Public Address&lt;/li&gt;&#xA;&lt;li&gt;What Is My IP Address &#x203A; See Your Public Address&lt;/li&gt;&#xA;&lt;li&gt;What Is My IP Address | See Your Public Address&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&#xA;&lt;p&gt;Which one is best for Google SEO?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Thanks,&lt;/p&gt;&#xA;
  414.        </summary>
  415.    </entry>
  416.    <entry>
  417.        <id>https://webmasters.stackexchange.com/q/125034</id>
  418.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  419.        <title type="text">How long would it take to have a domain unbanned from Facebook?</title>
  420.            <category scheme="https://webmasters.stackexchange.com/tags" term="facebook" />
  421.            <category scheme="https://webmasters.stackexchange.com/tags" term="spam" />
  422.            <category scheme="https://webmasters.stackexchange.com/tags" term="marketing" />
  423.            <category scheme="https://webmasters.stackexchange.com/tags" term="spam-prevention" />
  424.            <category scheme="https://webmasters.stackexchange.com/tags" term="viral-marketing" />
  425.        <author>
  426.            <name>Ooker</name>
  427.            <uri>https://webmasters.stackexchange.com/users/52079</uri>
  428.        </author>
  429.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/125034/how-long-would-it-take-to-have-a-domain-unbanned-from-facebook" />
  430.        <published>2019-09-05T15:35:04Z</published>
  431.        <updated>2024-05-17T23:02:15Z</updated>
  432.        <summary type="html">
  433.            &lt;p&gt;A week ago two of my posts which link to my website were mark as spam, and after I appealed they were recovered in a day. After that I posted another link, and then all of my posts were retracted. All the posts I share are academic-y and sell nothing. I just post it in various groups (maybe too many), but still everyone likes it. Now all the shares from others (which are genuine) are gone. Since then many people has helped me appeal, but no result.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Question:&lt;/strong&gt; Is there any information (statistic, rumor) about a typical length a domain is reviewed and unbanned, especially when various active accounts report it? The &lt;a href=&quot;https://www.facebook.com/communitystandards/spam&quot; rel=&quot;nofollow noreferrer&quot;&gt;Community Standards&lt;/a&gt; has no helpful information.&lt;/p&gt;&#xA;&lt;p&gt;Below is the message other people help me to appeal the ban:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;My domain &#x201C;qu&#x1EA3;c&#x1EA7;u.com&#x201D; blocked by a mistake for the first time. This is my personal blog, its use is for my writing pleasure only. None of the articles is to sell anything. The most shared link is a resource that is always amongst the top most interacted posts in any group it is posted. Many people express that it is helpful to them, are eager to share to their friends, and are willing to help me appeal this ban. I found no malicious, no ads violating facebook&#x2019;s policies, no spam on this website. Even the domain &#x201C;qu&#x1EA3;c&#x1EA7;u.com&#x201D; decoded to &#x201C;xn--qucu-hr5aza.com&#x201D; looks like spam, unsafe to access the website but to remain my personal brand, I have to make it redirect just like that way. Please unblock my domain so I can continue running facebook ads for my personal blog. Thanks! &#x2013; qu&#x1EA3;c&#x1EA7;u.com&lt;/p&gt;&#xA;&lt;p&gt;[Vietnamese translation of that]&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;br&gt;&#xA;&lt;p&gt;&lt;sup&gt;FYI: &lt;a href=&quot;https://en.wikipedia.org/wiki/Punycode&quot; rel=&quot;nofollow noreferrer&quot;&gt;Punycode&lt;/a&gt; &lt;/sup&gt;&lt;/p&gt;&#xA;
  434.        </summary>
  435.    </entry>
  436.    <entry>
  437.        <id>https://webmasters.stackexchange.com/q/121800</id>
  438.        <re:rank scheme="https://webmasters.stackexchange.com">2</re:rank>
  439.        <title type="text">Does duplicate linkage of the same page causes SEO penalty?</title>
  440.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  441.            <category scheme="https://webmasters.stackexchange.com/tags" term="google" />
  442.            <category scheme="https://webmasters.stackexchange.com/tags" term="duplicate-content" />
  443.            <category scheme="https://webmasters.stackexchange.com/tags" term="links" />
  444.        <author>
  445.            <name>maverick</name>
  446.            <uri>https://webmasters.stackexchange.com/users/74731</uri>
  447.        </author>
  448.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/121800/does-duplicate-linkage-of-the-same-page-causes-seo-penalty" />
  449.        <published>2019-03-25T09:33:32Z</published>
  450.        <updated>2024-05-17T05:42:31Z</updated>
  451.        <summary type="html">
  452.            &lt;p&gt;We have an automobile website with a product page for each bikes/cars available in the Indian market. The product page has product description and different slugs to show other relevant products too i.e.&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;1) Similar bikes/cars in that budget&#xA;2) Sponsored bikes/cars related to the bike/car customer is currently viewing&#xA;3) Similar bikes/cars with better mileage&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;There are cases where the same car/bike is coming in all the above 3 categories and we end up putting 3 links from this product page to another product page.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Does that hurt SEO i.e. a page linking to another page several times? If yes, how can we avoid this?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Also, Category 2 is a subset of Category 1. We still need to have two different slugs as Category 2 i.e. Sponsored content comes on the top while the other 2 category comes relatively low on the page.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Do such duplicate linkages hurt SEO? If yes, can be put no follow tag on sponsored products links to avoid this SEO penalty?&lt;/p&gt;&#xA;
  453.        </summary>
  454.    </entry>
  455.    <entry>
  456.        <id>https://webmasters.stackexchange.com/q/121166</id>
  457.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  458.        <title type="text">GEO Meta Tags: When should I use them and when should I not use them? May it be even harmful?</title>
  459.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  460.            <category scheme="https://webmasters.stackexchange.com/tags" term="meta-tags" />
  461.            <category scheme="https://webmasters.stackexchange.com/tags" term="geolocation" />
  462.            <category scheme="https://webmasters.stackexchange.com/tags" term="geotagging" />
  463.        <author>
  464.            <name>Blackbam</name>
  465.            <uri>https://webmasters.stackexchange.com/users/74629</uri>
  466.        </author>
  467.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/121166/geo-meta-tags-when-should-i-use-them-and-when-should-i-not-use-them-may-it-be" />
  468.        <published>2019-02-22T19:06:29Z</published>
  469.        <updated>2024-05-15T07:49:43Z</updated>
  470.        <summary type="html">
  471.            &lt;p&gt;According to various sources GEO Meta Tags are ignored by the standard Google search. Example for GEO Meta Tags:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;&amp;lt;meta name=&#x201D;geo.region&#x201D; content=&#x201D;DE-BY&#x201D; /&amp;gt;&#xA;&amp;lt;meta name=&#x201D;geo.placename&#x201D; content=&#x201D;M&amp;amp;uuml;nchen&#x201D; /&amp;gt;&#xA;&amp;lt;meta name=&#x201D;geo.position&#x201D; content=&#x201D;48.169822;11.601171&#x2033; /&amp;gt;&#xA;&amp;lt;meta name=&#x201D;ICBM&#x201D; content=&#x201D;48.169822, 11.601171&#x2033; /&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;Still there are some search engines or other services which may very well respect them. It &lt;strong&gt;&lt;em&gt;might be useful&lt;/em&gt;&lt;/strong&gt; for a local restaurant or business to use them for SEO.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;On the other hand I wonder if there are search engines which respect geolocation data which may rank you worse if you are far away. For a local business this is probably not a problem. For the corporate website of a company or and online shop this would be very harmful. Anybody having information on this?&lt;/p&gt;&#xA;
  472.        </summary>
  473.    </entry>
  474.    <entry>
  475.        <id>https://webmasters.stackexchange.com/q/114433</id>
  476.        <re:rank scheme="https://webmasters.stackexchange.com">4</re:rank>
  477.        <title type="text">GDPR cookies, do I need to store consent serverside?</title>
  478.            <category scheme="https://webmasters.stackexchange.com/tags" term="eu-cookie-law" />
  479.        <author>
  480.            <name>Tschallacka</name>
  481.            <uri>https://webmasters.stackexchange.com/users/20037</uri>
  482.        </author>
  483.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/114433/gdpr-cookies-do-i-need-to-store-consent-serverside" />
  484.        <published>2018-04-13T17:02:07Z</published>
  485.        <updated>2024-05-16T18:47:49Z</updated>
  486.        <summary type="html">
  487.            &lt;p&gt;Seven years ago: &lt;a href=&quot;https://webmasters.stackexchange.com/questions/8970/where-to-store-users-consent-eu-cookie-law&quot;&gt;Where to store users consent (EU cookie law)&lt;/a&gt;  &lt;/p&gt;&#xA;&#xA;&lt;p&gt;Now: A new GDPR approaches on the websphere....&lt;br&gt;&#xA;So now with the GDPR coming in effect next month I&#x27;m faced with a cookie law question again.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Since cookies are now classified as personal data there is this consent requirement that is a bit stricter. And since the fines are higher also(4% of year sales), I want a check on what is correct.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;strong&gt;My current hunch is:&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Store the consent in a cookie, so the site knows what the do -&gt; The functional aspect&lt;br&gt;&#xA;Store the consent also serverside in a database -&gt; The legal burden of proof aspect&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;strong&gt;But what bothers me and I can&#x27;t find anywhere is:&lt;/strong&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Do I really need to store the consent also serverside? It does touch on the processing personal data requirement etc... which leads me to saying yes, but i&#x27;m not a lawyer nor an expert in the new cookie law.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;What would be the wisest approach for handling these permissions?&lt;/p&gt;&#xA;
  488.        </summary>
  489.    </entry>
  490.    <entry>
  491.        <id>https://webmasters.stackexchange.com/q/107899</id>
  492.        <re:rank scheme="https://webmasters.stackexchange.com">1</re:rank>
  493.        <title type="text">Why has Google indexed the same page twice for my site?</title>
  494.            <category scheme="https://webmasters.stackexchange.com/tags" term="google" />
  495.            <category scheme="https://webmasters.stackexchange.com/tags" term="wordpress" />
  496.            <category scheme="https://webmasters.stackexchange.com/tags" term="search-engine-indexing" />
  497.        <author>
  498.            <name>Guruprasad</name>
  499.            <uri>https://webmasters.stackexchange.com/users/79642</uri>
  500.        </author>
  501.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/107899/why-has-google-indexed-the-same-page-twice-for-my-site" />
  502.        <published>2017-07-18T07:12:17Z</published>
  503.        <updated>2024-05-16T08:35:43Z</updated>
  504.        <summary type="html">
  505.            &lt;p&gt;Google has indexed the same page twice For my website. I am not able to figure out the solution for this issue. Can anybody help me to solve this problem?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I am attaching screenshots below for the reference.&#xA;&lt;a href=&quot;https://i.stack.imgur.com/ccJBA.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/ccJBA.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.stack.imgur.com/Ji5wD.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.stack.imgur.com/Ji5wD.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
  506.        </summary>
  507.    </entry>
  508.    <entry>
  509.        <id>https://webmasters.stackexchange.com/q/104605</id>
  510.        <re:rank scheme="https://webmasters.stackexchange.com">6</re:rank>
  511.        <title type="text">Fetch as google Content-length: 0 when using IIS with active request routing (ARR)</title>
  512.            <category scheme="https://webmasters.stackexchange.com/tags" term="seo" />
  513.            <category scheme="https://webmasters.stackexchange.com/tags" term="google" />
  514.            <category scheme="https://webmasters.stackexchange.com/tags" term="google-search-console" />
  515.            <category scheme="https://webmasters.stackexchange.com/tags" term="iis" />
  516.        <author>
  517.            <name>joebegborg07</name>
  518.            <uri>https://webmasters.stackexchange.com/users/76008</uri>
  519.        </author>
  520.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/104605/fetch-as-google-content-length-0-when-using-iis-with-active-request-routing-ar" />
  521.        <published>2017-03-15T13:15:26Z</published>
  522.        <updated>2024-05-16T11:38:58Z</updated>
  523.        <summary type="html">
  524.            &lt;p&gt;I&#x27;m very new to this and just had a new issue dropped on my desk which I could use help with.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Basically all requests for domain name &lt;code&gt;www.example.com&lt;/code&gt; are routed through an IIS with active request routing (ARR), which then routes the request to the actual hosting server (Azure ARR). The problem is that Fetch as google (Webmaster tools), only the following portion of the page is returned:&lt;/p&gt;&#xA;&#xA;&lt;pre&gt;&lt;code&gt;HTTP/1.1 200 OK&#xA;Content-Length: 0&#xA;Content-Type: text/html&#xA;Set-Cookie: ARRAffinity=93d3d6ebca814b60bcbdb0ebaf9bc4abbd10698790d350946ab6503f60b71e05;Path=/;Domain=www.example.com&#xA;X-Server: 2&#xA;Date: Wed, 15 Mar 2017 12:16:37 GMT&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&#xA;&lt;p&gt;When we bypass the IIS with ARR and forward traffic directly to the hosting environment of the www.example.com website, google fetches all the data.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Has anyone encountered similar problem before?&lt;/p&gt;&#xA;
  525.        </summary>
  526.    </entry>
  527.    <entry>
  528.        <id>https://webmasters.stackexchange.com/q/67558</id>
  529.        <re:rank scheme="https://webmasters.stackexchange.com">7</re:rank>
  530.        <title type="text">How can I add my website to DMOZ?</title>
  531.            <category scheme="https://webmasters.stackexchange.com/tags" term="dmoz" />
  532.        <author>
  533.            <name>ABDULLASS</name>
  534.            <uri>https://webmasters.stackexchange.com/users/43611</uri>
  535.        </author>
  536.        <link rel="alternate" href="https://webmasters.stackexchange.com/questions/67558/how-can-i-add-my-website-to-dmoz" />
  537.        <published>2014-07-29T00:14:20Z</published>
  538.        <updated>2024-05-15T11:53:45Z</updated>
  539.        <summary type="html">
  540.            &lt;p&gt;I have a new website that I tried to list in DMOZ, but as of now it&#x27;s still not listed.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Please tell me what I have to do so that my website will get listed in DMOZ.&lt;/p&gt;&#xA;
  541.        </summary>
  542.    </entry>
  543. </feed>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid Atom 1.0" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//webmasters.stackexchange.com/feeds

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda