sunlight1976
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Google Analytics can’t track visitsThis is the new way Google SiteKit (official) Sets code for Google Analytics 4 (GA4) using google Tag Manager.
And now analytics are working with that code (deactivating WP Fast Cache)Forum: Plugins
In reply to: [WP Fastest Cache] Google Analytics can’t track visitsHi, maybe i was editing something during your check.
GA4 is present with Google Site Kit notation:<!-- Snippet Google Analytics aggiunto da Site Kit --> <script type='text/javascript' src='https://www.googletagmanager.com/gtag/js?id=GT-P8VC***' id='google_gtagjs-js' async></script> <script id="google_gtagjs-js-after" type="text/javascript"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag('set', 'linker', {"domains":["studiolegaleasmahi.it"]} ); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-P8VC***"); </script> <!-- Termina lo snippet Google Analytics aggiunto da Site Kit -->
Forum: Plugins
In reply to: [Proxy Cache Purge] PageSpeed in FAQMaybe I found the problem:
Inside your plugin it says that varnish is working (Age is incrementing) but it is just because inside admin section cookies from Google Analytics are not set.
My website puts GA cookies in every page, in this way if i understood how is varnish working.. pages with cookies are not delivered by varnish.correct?
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilityToday both sitemaps (default and english) have the same error:
“Impossible to read sitemap”
both https://studiolegaleasmahi.it/sitemap.xml and https://studiolegaleasmahi.it/en/sitemap.xmlForum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilityI think there is an error in secondary language sitemap.
When I try to add it to Google Search Engine as sitemap it shows error: “Impossible to read sitemap”, but it’s shown correctly in browser: https://studiolegaleasmahi.it/en/sitemap.xml
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilityThanks, sitemap generation for alternative languages works (it was not clear that I had to add language prefix in sitemap url).
Now https://studiolegaleasmahi.it/sitemap.xml has default language, while https://studiolegaleasmahi.it/en/sitemap.xml is the sitemap for english language.
Is it possibile to generate a single sitemap with all languages (or an index sitemap with reference to the 2 sitemaps) instead of submitting to google search console both sitemaps?
- This reply was modified 1 year, 1 month ago by sunlight1976.
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilityI received no reply, could you just investigate if it will only work with paid Translatepress version?
thanks
I tested more.
here you are an example: I asked to convalidate an indexing error due to “redirect error” in search console.
Convalidation activity ended with the same error: crawled but not indexed due to redirection.
page is: https://studiolegaleasmahi.it/en/servizi/ritardo-o-cancellazione-del-volo-scopri-i-tuoi-diritti
isn’t it strange that error is about “redirection” ?
thanks
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilityHi, I tested the updated plugin.
It do not put in xml sitemap the translated page by translatepress, only pages in original languages.
Maybe it works only if translatepress is in premium mode (paid)?
TranslatePress paid can generate sitemap.xml for translated pages, while the free version do not generate sitemap.xml.thanks for your reply!
Forum: Plugins
In reply to: [Dynamic XML Sitemaps Generator for Google] Translatepress compatibilitymany thanks for your kind reply!
thanks. I opened the ticket.
hi, code Is added using Google sitekit
Forum: Plugins
In reply to: [Proxy Cache Purge] Strange status messageand I can’t understand why if I use the check insidie the plugin It seems that Varnish Is caching (Age>0) :
Date: Wed, 13 Sep 2023 23:55:16 GMT Server: Apache X-powered-by: PHP/8.0.30 Link: <https://studiolegaleasmahi.it/wp-json/>; rel="https://api.w.org/", <https://studiolegaleasmahi.it/wp-json/wp/v2/pages/1367>; rel="alternate"; type="application/json", <https://studiolegaleasmahi.it/>; rel=shortlink Vary: Accept-Encoding,User-Agent Content-encoding: gzip Content-length: 14818 Content-type: text/html; charset=UTF-8 X-storage: https X-varnish: 895862 2001646 Age: 42709 Via: 1.1 varnish-v4 Accept-ranges: bytes
while if i do a curl -l from ouside, in the http header I found that Is not cached (Age=0 and
Cache-Control: no-cache, no-store, must-revalidate
)date: Thu, 14 Sep 2023 11:52:08 GMTserver: Apacheexpires: Thu, 14 Sep 2023 11:52:08 GMTvary: Accept-Encoding, User-Agentlink: <https://studiolegaleasmahi.it/wp-json/>; rel="https://api.w.org/", <https://studiolegaleasmahi.it/wp-json/wp/v2/pages/1367>; rel="alternate"; type="application/json", <https://studiolegaleasmahi.it/>; rel=shortlink x-varnish: 1521204 via: 1.1 varnish-v4 x-powered-by: PHP/8.0.30 content-type: text/html; charset=UTF-8accept-ranges: bytes cache-control: no-cache, no-store, must-revalidate age: 0 x-storage: https
Forum: Themes and Templates
In reply to: [OnePress] Multilingualthanks @boy8xnoname !