qid
int64
4
8.14M
question
stringlengths
20
48.3k
answers
list
date
stringlengths
10
10
metadata
list
input
stringlengths
12
45k
output
stringlengths
2
31.8k
125,425
<p>I put the FAQ schema code on my single page (WordPress) and it doesn't display on Google result. </p> <p>The code is right but I don't know why it doesn't work.</p> <pre class="lang-php prettyprint-override"><code>&lt;!-- FAQ schema--&gt; &lt;?php if(get_post_meta($post-&gt;ID, 'dm_que1',true)){ ?&gt; ...
[ { "answer_id": 125457, "author": "Shayan Davoodi", "author_id": 88960, "author_profile": "https://webmasters.stackexchange.com/users/88960", "pm_score": -1, "selected": false, "text": "<p>The FAQ schema is only supposed to show in the search results when more than one website in top posi...
2019/09/28
[ "https://webmasters.stackexchange.com/questions/125425", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/94912/" ]
I put the FAQ schema code on my single page (WordPress) and it doesn't display on Google result. The code is right but I don't know why it doesn't work. ```php <!-- FAQ schema--> <?php if(get_post_meta($post->ID, 'dm_que1',true)){ ?> <div itemscope="" itemtype="https://schema.org/FAQPage"> ...
Google guidelines [make it clear](https://developers.google.com/search/docs/guides/sd-policies) that rich snippets are not guaranteed, even if the code is correct: > > Google does not guarantee that your structured data will show up in search results, even if your page is marked up correctly > > > Those guidelin...
125,426
<p>I have a domain through godaddy (<code>www.example.com</code>) and it is hosted on a different server. I also have a static aboutus page that I have in an S3 bucket. How do I link my aboutus page to the main website so that it has a URL of <code>www.example.com/aboutus</code>? What changes should I make in my DNS se...
[ { "answer_id": 125438, "author": "Adam", "author_id": 46870, "author_profile": "https://webmasters.stackexchange.com/users/46870", "pm_score": 0, "selected": false, "text": "<p>I would recommend you check out <a href=\"https://www.netlify.com/\" rel=\"nofollow noreferrer\">Netlify</a> fo...
2019/09/28
[ "https://webmasters.stackexchange.com/questions/125426", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/105007/" ]
I have a domain through godaddy (`www.example.com`) and it is hosted on a different server. I also have a static aboutus page that I have in an S3 bucket. How do I link my aboutus page to the main website so that it has a URL of `www.example.com/aboutus`? What changes should I make in my DNS settings?
It is not possible to use DNS to point different pages on the same host name at different servers. All the documents on `www.example.com` have to be served from the same server. DNS can only point `www.example.com` to one IP address. It can't be split up based on pages. There are however, some things you can do instea...
125,454
<p>How can I configure restriction for URL generated by opencms application on Apache Tomcat?</p> <p>I tried</p> <pre><code>&lt;Location "/cs/intranet"&gt; order deny,allow deny from all allow from XXX.XXX.XXX.XXX &lt;/Location&gt; </code></pre> <p>But folder does not exist physically, just url.</p> <pre><code>http...
[ { "answer_id": 125438, "author": "Adam", "author_id": 46870, "author_profile": "https://webmasters.stackexchange.com/users/46870", "pm_score": 0, "selected": false, "text": "<p>I would recommend you check out <a href=\"https://www.netlify.com/\" rel=\"nofollow noreferrer\">Netlify</a> fo...
2019/09/30
[ "https://webmasters.stackexchange.com/questions/125454", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/104714/" ]
How can I configure restriction for URL generated by opencms application on Apache Tomcat? I tried ``` <Location "/cs/intranet"> order deny,allow deny from all allow from XXX.XXX.XXX.XXX </Location> ``` But folder does not exist physically, just url. ``` http://DOMAIN/cs/intranet ``` **Edit.** Something like th...
It is not possible to use DNS to point different pages on the same host name at different servers. All the documents on `www.example.com` have to be served from the same server. DNS can only point `www.example.com` to one IP address. It can't be split up based on pages. There are however, some things you can do instea...
125,507
<p>I have in the past copy and paste a jquery css or js url into my projects.</p> <p>Recently the question has come up, what if the urls stopped working for some unforeseen reason. Either code.jquery.com is unavailable or what if jquery as a service (or company) closed down.</p> <p>For instance if i put:</p> <pre><c...
[ { "answer_id": 125512, "author": "Els den Iep", "author_id": 105171, "author_profile": "https://webmasters.stackexchange.com/users/105171", "pm_score": 1, "selected": false, "text": "<p>As with any link on any website: if the link no longer exists, the link will be broken, dead, etc.<br>...
2019/10/03
[ "https://webmasters.stackexchange.com/questions/125507", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/63919/" ]
I have in the past copy and paste a jquery css or js url into my projects. Recently the question has come up, what if the urls stopped working for some unforeseen reason. Either code.jquery.com is unavailable or what if jquery as a service (or company) closed down. For instance if i put: ``` <link rel="stylesheet" h...
There are a few considerations that need to be made before anyone would make this decision. I do both, download to my site or link remotely depending upon what works best. If you are concerned that these resources will disappear, do not worry. Even if they do disappear, someone would host these resources within second...
125,594
<p>My website detects where the visitor is coming from. If the visit is from Guatemala, the title is:</p> <pre class="lang-html prettyprint-override"><code>&lt;title&gt;[Company name] | Discounts in Guatemala&lt;/title&gt; </code></pre> <p>If the visit is from El Salvador, the title is:</p> <pre class="lang-html pre...
[ { "answer_id": 125604, "author": "Emirodgar", "author_id": 86914, "author_profile": "https://webmasters.stackexchange.com/users/86914", "pm_score": 3, "selected": true, "text": "<p>Google uses <a href=\"https://support.google.com/webmasters/answer/1061943?hl=en\" rel=\"nofollow noreferre...
2019/10/09
[ "https://webmasters.stackexchange.com/questions/125594", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/105303/" ]
My website detects where the visitor is coming from. If the visit is from Guatemala, the title is: ```html <title>[Company name] | Discounts in Guatemala</title> ``` If the visit is from El Salvador, the title is: ```html <title>[Company name] | Discounts in El Salvador</title> ``` I am doing this for SEO purpose...
Google uses [searchers](https://support.google.com/webmasters/answer/1061943?hl=en) from [multiple origins](https://support.google.com/webmasters/answer/80553?hl=en) but most of them are located in USA. That means that Google will always see the same title: ``` <title>[Company name] | Discounts in USA</title> ``` I...
125,606
<p>We want to make a report of visitors of a selected set of pages.</p> <p>So we use "Behavior" > "Site Content" > "All Pages".</p> <p>We fill in part of the pagenames, so <code>FR_PLT*</code> for pages <code>FR_PLT_01</code>, <code>FR_PLT_02</code> and so on. This works.</p> <p>Also for <code>FR_Country*</code>, fo...
[ { "answer_id": 125619, "author": "Reve", "author_id": 91716, "author_profile": "https://webmasters.stackexchange.com/users/91716", "pm_score": 0, "selected": false, "text": "<p>That is a perfectly valid regex that ought to do what you want, so here is my guess: are you opening the advanc...
2019/10/10
[ "https://webmasters.stackexchange.com/questions/125606", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/5801/" ]
We want to make a report of visitors of a selected set of pages. So we use "Behavior" > "Site Content" > "All Pages". We fill in part of the pagenames, so `FR_PLT*` for pages `FR_PLT_01`, `FR_PLT_02` and so on. This works. Also for `FR_Country*`, for pages `FR_Country_01`, `FR_Country_02` and so on. Works fine. But...
Use this shortener version of your regular expression ``` FR_(PLT|Country) ``` And make sure you are using "regular expression" setting inside the filter. [![enter image description here](https://i.stack.imgur.com/eCLek.png)](https://i.stack.imgur.com/eCLek.png)
125,630
<p>We changed our site from HTTP to HTTPS about a year ago. </p> <p>We have a static website, with no functionality for user input, so did not see it as an imperative to change to HTTPS anytime sooner, the reason we changed, is that we used to gets lots of Google Analytics refer data a few years ago in Google Analytic...
[ { "answer_id": 125708, "author": "LordDarthsidious", "author_id": 101835, "author_profile": "https://webmasters.stackexchange.com/users/101835", "pm_score": -1, "selected": false, "text": "<p>Now that you have your site updated with HTTPS I would circle back around to the referring sites...
2019/10/11
[ "https://webmasters.stackexchange.com/questions/125630", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/14905/" ]
We changed our site from HTTP to HTTPS about a year ago. We have a static website, with no functionality for user input, so did not see it as an imperative to change to HTTPS anytime sooner, the reason we changed, is that we used to gets lots of Google Analytics refer data a few years ago in Google Analytics, but not...
I just tested whether or not implementing HSTS and getting your site on the preload list would allow browsers to pass a referrer through a `http` link to your site. Sadly it doesn't work. Here is how I performed the test: 1. I found a `.dev` site with a PHP script that echos back the referrer. I did this by searching...
125,646
<p>Is there any SEO reason to add <code>title</code> after <code>alt</code> attribute of image?</p> <pre><code>&lt;img src="./cat.jpg" alt="Funny Cat" /&gt; </code></pre> <p>vs</p> <pre><code>&lt;img src="./cat.jpg" alt="Funny Cat" title="Funny Cat" /&gt; </code></pre> <p>I know the title will be as tooltip for use...
[ { "answer_id": 125647, "author": "YoYo Hai", "author_id": 81386, "author_profile": "https://webmasters.stackexchange.com/users/81386", "pm_score": 4, "selected": true, "text": "<p>There is no use of title for image in terms of SEO. It is only used for providing extra information for that...
2019/10/12
[ "https://webmasters.stackexchange.com/questions/125646", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/60247/" ]
Is there any SEO reason to add `title` after `alt` attribute of image? ``` <img src="./cat.jpg" alt="Funny Cat" /> ``` vs ``` <img src="./cat.jpg" alt="Funny Cat" title="Funny Cat" /> ``` I know the title will be as tooltip for user, I'm just asking as SEO optimization tip. I cant find any tip here: <https://sup...
There is no use of title for image in terms of SEO. It is only used for providing extra information for that image element. You can increase the SEO by adding ALT tag to your Images.
125,693
<p>NEW EDIT 28/oct/19 → I edited the .htaccess file as you said</p> <pre><code> AddHandler x-mapp-php5.5 .php # HTTP to HTTPS redirect RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) https://www.bebechan.net/$1 [R=301,L] # BEGIN WordPress &lt;IfModule mod_rewrite.c&gt; RewriteEngine On RewriteBase / RewriteRule ^ind...
[ { "answer_id": 125697, "author": "Emirodgar", "author_id": 86914, "author_profile": "https://webmasters.stackexchange.com/users/86914", "pm_score": 0, "selected": false, "text": "<p>The following code will redirect all to <code>https://www....</code>. Make sure you are not using any othe...
2019/10/15
[ "https://webmasters.stackexchange.com/questions/125693", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/105450/" ]
NEW EDIT 28/oct/19 → I edited the .htaccess file as you said ``` AddHandler x-mapp-php5.5 .php # HTTP to HTTPS redirect RewriteCond %{SERVER_PORT} 80 RewriteRule (.*) https://www.bebechan.net/$1 [R=301,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] Rewri...
**tl;dr** You're HTTP to HTTPS redirect is in the wrong place. It needs to go near the start of the `/clickandbuild/bebechan/.htaccess` file, not at the end. (See below for further explanation.) --- There seems to be a lot of misinformation / confusion here... > > The host that takes care of my SSL just told me "Th...
125,740
<p>About 9 months ago i changed my permalink structure in WordPress from the <code>domain.com/year/month/article-name</code> format to the <code>domain.com/article-name</code> one. </p> <p>I hired someone to do the rewrite rules for me. The person seemed to have done a good job, as all links i tested redirected as e...
[ { "answer_id": 125697, "author": "Emirodgar", "author_id": 86914, "author_profile": "https://webmasters.stackexchange.com/users/86914", "pm_score": 0, "selected": false, "text": "<p>The following code will redirect all to <code>https://www....</code>. Make sure you are not using any othe...
2019/10/17
[ "https://webmasters.stackexchange.com/questions/125740", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/57871/" ]
About 9 months ago i changed my permalink structure in WordPress from the `domain.com/year/month/article-name` format to the `domain.com/article-name` one. I hired someone to do the rewrite rules for me. The person seemed to have done a good job, as all links i tested redirected as expected. 1 month ago I moved my w...
**tl;dr** You're HTTP to HTTPS redirect is in the wrong place. It needs to go near the start of the `/clickandbuild/bebechan/.htaccess` file, not at the end. (See below for further explanation.) --- There seems to be a lot of misinformation / confusion here... > > The host that takes care of my SSL just told me "Th...
125,861
<p>I am working on an e-commerce website. I used to have a sitemap with category Ids, something like:</p> <pre><code>&lt;url&gt; &lt;loc&gt;https://my-domain.com/home/browse/2/45/139&lt;/loc&gt; &lt;changefreq&gt;daily&lt;/changefreq&gt; &lt;/url&gt; &lt;url&gt; &lt;loc&gt;https://my-domain.com/home/browse...
[ { "answer_id": 125862, "author": "closetnoc", "author_id": 36029, "author_profile": "https://webmasters.stackexchange.com/users/36029", "pm_score": 6, "selected": true, "text": "<p>You have a misconception of what a sitemap is.</p>\n\n<p>The sitemap is used to audit the site crawl by the...
2019/10/24
[ "https://webmasters.stackexchange.com/questions/125861", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/101020/" ]
I am working on an e-commerce website. I used to have a sitemap with category Ids, something like: ``` <url> <loc>https://my-domain.com/home/browse/2/45/139</loc> <changefreq>daily</changefreq> </url> <url> <loc>https://my-domain.com/home/browse/5/60/160</loc> <changefreq>daily</changefreq> </url> ```...
You have a misconception of what a sitemap is. The sitemap is used to audit the site crawl by the search engine bot. The sitemap and crawling a site are two different and independent things. Google will continue to crawl your site independently of any sitemap. The sitemap will be used to audit/see if Google is able to...
125,939
<p>First, I want to preface that I am not very good with php so I am looking for some guidance. I'm working on a website using Dreamweaver that is being accessed through .davaccess </p> <p>each php page has the following variables:</p> <pre><code>&lt;?php require_once "../config.php"; $title="Custom Title I enter"; $...
[ { "answer_id": 125950, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 1, "selected": false, "text": "<p>You can set your canonical to be the current page URL. According to <a href=\"https://stackover...
2019/10/30
[ "https://webmasters.stackexchange.com/questions/125939", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/94470/" ]
First, I want to preface that I am not very good with php so I am looking for some guidance. I'm working on a website using Dreamweaver that is being accessed through .davaccess each php page has the following variables: ``` <?php require_once "../config.php"; $title="Custom Title I enter"; $metaDescription="Custom ...
What I do for pages that I want to mark as canonical is put the following code in my header.php file that is loaded on each page: `<link rel='canonical' href='<?php echo 'https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>'>` This loads the prefix `https://` plus the domain `www.example.com` plus the pa...
125,980
<p>I've had my website hacked. I have cleaned it and searched google <code>site:example.com</code> and made a list of all the results. Removed the actual links that are OK and made a list of the ones in the format of <code>example.com/ad0-b1fermarte54eb17chb-1244425</code>. I've submitted these links to Google to remov...
[ { "answer_id": 125981, "author": "Anuvesh", "author_id": 102923, "author_profile": "https://webmasters.stackexchange.com/users/102923", "pm_score": 2, "selected": false, "text": "<p>This problem won't be solved by pinging Google to recrawl your site or resubmitting the sitemap because it...
2019/11/03
[ "https://webmasters.stackexchange.com/questions/125980", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/105958/" ]
I've had my website hacked. I have cleaned it and searched google `site:example.com` and made a list of all the results. Removed the actual links that are OK and made a list of the ones in the format of `example.com/ad0-b1fermarte54eb17chb-1244425`. I've submitted these links to Google to remove and Google removed thes...
Google will automatically remove pages that now return a 404 status. They will get removed 24 hours after Googlebot next tries to crawl them. If you want to speed up the process slightly, return "410 Gone" status for those URLs instead. Then they will be removed without the day grace period after they are next crawled....
126,008
<p>Searched all questions by <em>redirect</em> keyword (e.g. <a href="https://webmasters.stackexchange.com/questions/1441/is-there-any-way-to-redirect-one-domain-to-another-via-dns-settings-keeping-the">1</a>, <a href="https://webmasters.stackexchange.com/questions/63227/redirect-root-path-on-root-domain-to-subdomain">...
[ { "answer_id": 126010, "author": "I should change my Username", "author_id": 105609, "author_profile": "https://webmasters.stackexchange.com/users/105609", "pm_score": -1, "selected": false, "text": "<p>Cloudflare Webworkers or Nginx reverse proxy redirection could be worth a shot.</p>\n...
2019/11/05
[ "https://webmasters.stackexchange.com/questions/126008", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/87708/" ]
Searched all questions by *redirect* keyword (e.g. [1](https://webmasters.stackexchange.com/questions/1441/is-there-any-way-to-redirect-one-domain-to-another-via-dns-settings-keeping-the), [2](https://webmasters.stackexchange.com/questions/63227/redirect-root-path-on-root-domain-to-subdomain)) but none of them fit my c...
You can use a DNS A record to point the domain to the IP address of your Linux instance. Assuming that the instance is running Apache, you would then create a virtual host that does this redirect: ``` <VirtualHost *:*> ServerName example.com RedirectMatch ".*" "https://www.lokki.newdomain.example/resources/ind...
126,110
<p>Since you can't put <code>&lt;h2&gt;</code> tags and lists and such inside <code>&lt;p&gt;</code> tags. How to go about creating articles with <code>&lt;h2&gt;</code> tags and lists. Can I replace the <code>&lt;p&gt;</code> tag with a <code>&lt;div&gt;</code>? Or just leave out the <code>&lt;p&gt;</code> tag altoget...
[ { "answer_id": 126094, "author": "closetnoc", "author_id": 36029, "author_profile": "https://webmasters.stackexchange.com/users/36029", "pm_score": 5, "selected": true, "text": "<p><strong><em>Couldn't anyone do this?</em></strong></p>\n\n<p>You are missing one factor. Domain name regist...
2019/11/11
[ "https://webmasters.stackexchange.com/questions/126110", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106163/" ]
Since you can't put `<h2>` tags and lists and such inside `<p>` tags. How to go about creating articles with `<h2>` tags and lists. Can I replace the `<p>` tag with a `<div>`? Or just leave out the `<p>` tag altogether? ***Article example 1: ( No H tags )*** ``` <article> <header> <img src=""> <h1></h1> <p></p>...
***Couldn't anyone do this?*** You are missing one factor. Domain name registration and hosting are two different things even if your host will register your domain for you. A domain name has to be registered and pointed to an IP address before the domain name does anything. The hosting company does not generally car...
126,154
<p>I would like to ask if is there any difference when I have <strong>description</strong> and <strong>og:description</strong> separately and together. Is there just only difference that when it's separately I can add different text and when it's together, so same text is used for both ?</p> <pre><code>&lt;meta name="...
[ { "answer_id": 126250, "author": "WebElaine", "author_id": 88215, "author_profile": "https://webmasters.stackexchange.com/users/88215", "pm_score": 2, "selected": false, "text": "<p>Different search engines, and social media networks, will show one or the other. For example, Facebook wil...
2019/11/13
[ "https://webmasters.stackexchange.com/questions/126154", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106230/" ]
I would like to ask if is there any difference when I have **description** and **og:description** separately and together. Is there just only difference that when it's separately I can add different text and when it's together, so same text is used for both ? ``` <meta name="description" content="Lorem ipsum" /> <met...
There is no problem in implementing Open Graph(OG) along with the description and same is the case for twitter cards. Different platforms prefer different descriptions and they would be free to go ahead with the one they see fit. (facebook prefers open graph, twitter prefers Twitter cards). And yes, the format that ...
126,231
<p>I have a lot of backlinks (it seems crawlers or something similar) in google console from domains like these :</p> <pre><code>https://gallos-de-pelea.info/ https://nationaldayofreconciliation.com/ https://beattynews.info/ https://fopp.info/ https://kazco.info/ https://thecrestsun.com/ https://4808.info/ ... </code>...
[ { "answer_id": 126233, "author": "Anuvesh", "author_id": 102923, "author_profile": "https://webmasters.stackexchange.com/users/102923", "pm_score": 0, "selected": false, "text": "<p>You should disavow any spammy or suspicious backlinks as keeping them may negatively affect your rankings ...
2019/11/18
[ "https://webmasters.stackexchange.com/questions/126231", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/75051/" ]
I have a lot of backlinks (it seems crawlers or something similar) in google console from domains like these : ``` https://gallos-de-pelea.info/ https://nationaldayofreconciliation.com/ https://beattynews.info/ https://fopp.info/ https://kazco.info/ https://thecrestsun.com/ https://4808.info/ ... ``` Almost all site...
If you haven't noticed any problems from these links, you can safely ignore them. Googlebot usually knows how to ignore poor quality links without you taking any action. The fact that these pages now return 500 status means that Googlebot will not be able to see the links anymore either next time it crawls. Other answ...
126,309
<p>I have a website with a responsive theme optimized for mobile.</p> <p>Despite that, many pages don't pass the "mobile-friendly test" from Google (<a href="https://search.google.com/test/mobile-friendly" rel="nofollow noreferrer">https://search.google.com/test/mobile-friendly</a>)</p> <p>Here is the result of the v...
[ { "answer_id": 126311, "author": "GeoffAtkins", "author_id": 54360, "author_profile": "https://webmasters.stackexchange.com/users/54360", "pm_score": 2, "selected": false, "text": "<p>I can't read the language the report is in, but I am guessing from what I can gather that the reason is ...
2019/11/21
[ "https://webmasters.stackexchange.com/questions/126309", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106457/" ]
I have a website with a responsive theme optimized for mobile. Despite that, many pages don't pass the "mobile-friendly test" from Google (<https://search.google.com/test/mobile-friendly>) Here is the result of the validation attempt on Google's tool: [![The reasons why the validation fail are: text too small; click...
Ok, this was tricky because Google's suggestions are deceitful: Google talks about "clickable elements too close to each other" and "small text", but looking at the screenshot, the problem is that the video container is too big (despite the responsive wrapper). Considering that there's an error type in the tool called...
126,327
<p>I am a citizen of Israel and I desire to generally cut all ties with it besides generally with family, friends and job. Currently I live in another state as a temporary resident.<br></p> <p>I consider changing my last name in generally all of Israel's systems (formal name change procedure):</p> <ul> <li><p>As of 1...
[ { "answer_id": 126311, "author": "GeoffAtkins", "author_id": 54360, "author_profile": "https://webmasters.stackexchange.com/users/54360", "pm_score": 2, "selected": false, "text": "<p>I can't read the language the report is in, but I am guessing from what I can gather that the reason is ...
2019/11/23
[ "https://webmasters.stackexchange.com/questions/126327", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/-1/" ]
I am a citizen of Israel and I desire to generally cut all ties with it besides generally with family, friends and job. Currently I live in another state as a temporary resident. I consider changing my last name in generally all of Israel's systems (formal name change procedure): * As of 11/11/19, Israeli citizens ...
Ok, this was tricky because Google's suggestions are deceitful: Google talks about "clickable elements too close to each other" and "small text", but looking at the screenshot, the problem is that the video container is too big (despite the responsive wrapper). Considering that there's an error type in the tool called...
126,373
<p>Suppose I have an error in my console on a couple of pages, like the following:</p> <pre><code>(index):239 Uncaught ReferenceError: incom is not defined at (index):239 at dispatch (jquery.min.js?ver=1.8.3:2) at u (jquery.min.js?ver=1.8.3:2) </code></pre> <p>Does this, in any way, affect SEO or can I sa...
[ { "answer_id": 126375, "author": "Anuvesh", "author_id": 102923, "author_profile": "https://webmasters.stackexchange.com/users/102923", "pm_score": 3, "selected": true, "text": "<p>If any <strong>error</strong> or improper implementation of Javascript(in any form) is affecting the <stron...
2019/11/26
[ "https://webmasters.stackexchange.com/questions/126373", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/36077/" ]
Suppose I have an error in my console on a couple of pages, like the following: ``` (index):239 Uncaught ReferenceError: incom is not defined at (index):239 at dispatch (jquery.min.js?ver=1.8.3:2) at u (jquery.min.js?ver=1.8.3:2) ``` Does this, in any way, affect SEO or can I safely ignore it?
If any **error** or improper implementation of Javascript(in any form) is affecting the **crawlability** or preventing crawlers from **fetching content**, it can affect SEO in a drastic way. If this error affects any of the processes, the crawlers may not favour your website over others. Even after fixing errors, th...
126,381
<p>I have a site which has recently grown and have a second office. They have registered for business listings (so they tell me) but their business listing has dropped.</p> <p>As well as having an individual Google map for each office, I have added <code>schema.org/PostalAddress</code> too. Originally this was as one ...
[ { "answer_id": 126375, "author": "Anuvesh", "author_id": 102923, "author_profile": "https://webmasters.stackexchange.com/users/102923", "pm_score": 3, "selected": true, "text": "<p>If any <strong>error</strong> or improper implementation of Javascript(in any form) is affecting the <stron...
2019/11/26
[ "https://webmasters.stackexchange.com/questions/126381", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/99732/" ]
I have a site which has recently grown and have a second office. They have registered for business listings (so they tell me) but their business listing has dropped. As well as having an individual Google map for each office, I have added `schema.org/PostalAddress` too. Originally this was as one address but now I hav...
If any **error** or improper implementation of Javascript(in any form) is affecting the **crawlability** or preventing crawlers from **fetching content**, it can affect SEO in a drastic way. If this error affects any of the processes, the crawlers may not favour your website over others. Even after fixing errors, th...
126,451
<p>For some time now, Google has been displaying a website's favicon next to its title on the mobile SERP according to <a href="https://support.google.com/webmasters/answer/9290858" rel="nofollow noreferrer">this answer.</a> </p> <p>But, for one website that I am managing, it is showing a completely different favicon....
[ { "answer_id": 126469, "author": "Joe", "author_id": 50959, "author_profile": "https://webmasters.stackexchange.com/users/50959", "pm_score": -1, "selected": false, "text": "<p>I see that your site using Magento eCommerce CMS so I searched google for your problem and included Magento int...
2019/11/29
[ "https://webmasters.stackexchange.com/questions/126451", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/20289/" ]
For some time now, Google has been displaying a website's favicon next to its title on the mobile SERP according to [this answer.](https://support.google.com/webmasters/answer/9290858) But, for one website that I am managing, it is showing a completely different favicon. You can see it if you open the [following URL]...
After 3+ weeks it seems that Google has finally picked up the correct favicon. So my suggestion to anyone else facing the same problem would be to just wait it out, if you have double checked every other solution.
126,514
<p>We are using a tool called SEMRush where it is flagging that the <code>en</code> and <code>x-default</code> values for the hreflang are causing conflicts. </p> <p>Should both <code>en</code> and <code>x-default</code> be included for the <code>hreflang</code> tags?</p> <p>This is what we have now. </p> <pre><code...
[ { "answer_id": 126518, "author": "Henry Visotski", "author_id": 78970, "author_profile": "https://webmasters.stackexchange.com/users/78970", "pm_score": 3, "selected": true, "text": "<p>Your implementation is correct. The tool you're using is either hinting that you may want to double ch...
2019/12/02
[ "https://webmasters.stackexchange.com/questions/126514", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/85085/" ]
We are using a tool called SEMRush where it is flagging that the `en` and `x-default` values for the hreflang are causing conflicts. Should both `en` and `x-default` be included for the `hreflang` tags? This is what we have now. ``` <html> <head> <link rel="alternate" hreflang="de" href="https://de.example.com/"...
Your implementation is correct. The tool you're using is either hinting that you may want to double check your setup, or it is plain incorrect in calling this out. If you go through the [Yoast Hreflang Guide](https://yoast.com/hreflang-ultimate-guide/), you'll note the "hreflang x-default" section, closer to the botto...
126,563
<p>So I have domain <code>http://example.com</code>.</p> <p>I want to setup htaccess to redirect all of these variations</p> <ul> <li><p><code>http://www.example.com</code></p></li> <li><p><code>http://example.com</code></p></li> <li><p><code>https://example.com/111</code></p></li> <li><p><code>http://example.com/222...
[ { "answer_id": 126593, "author": "adam-asdf", "author_id": 16906, "author_profile": "https://webmasters.stackexchange.com/users/16906", "pm_score": 3, "selected": true, "text": "<p>This guide from Apache should help: <a href=\"http://httpd.apache.org/docs/current/rewrite/intro.html\" rel...
2019/12/05
[ "https://webmasters.stackexchange.com/questions/126563", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106820/" ]
So I have domain `http://example.com`. I want to setup htaccess to redirect all of these variations * `http://www.example.com` * `http://example.com` * `https://example.com/111` * `http://example.com/222` ... basically EVERYTHING on this domain I want redirect to ``` http://www.newexample.com ``` How to set it up...
This guide from Apache should help: <http://httpd.apache.org/docs/current/rewrite/intro.html> But for something you can copy and paste, [see this cheatsheet](https://www.cheatography.com/davechild/cheat-sheets/mod-rewrite/) but drop the `$1` from the Rewrite Rule. It's easier for me to post the code than to explain: ...
126,599
<p>I want to know how does Google Judge page performance, let us our server are located in India as our audience is from India and page speed over all is fine based on FF developer tools &amp; Chrome ..</p> <pre><code>Total 68 Request 2.80 MB/2.38MB transferred Fisnish4.62s DOMContentLoaded:2032s Load 2.80s Total Req...
[ { "answer_id": 126602, "author": "Goyllo", "author_id": 58259, "author_profile": "https://webmasters.stackexchange.com/users/58259", "pm_score": 2, "selected": false, "text": "<p>Google know that latency is different across region. And Google bot mainly comes with USA IP. So if you think...
2019/12/09
[ "https://webmasters.stackexchange.com/questions/126599", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/15564/" ]
I want to know how does Google Judge page performance, let us our server are located in India as our audience is from India and page speed over all is fine based on FF developer tools & Chrome .. ``` Total 68 Request 2.80 MB/2.38MB transferred Fisnish4.62s DOMContentLoaded:2032s Load 2.80s Total Request 94 (including...
Google measures speed from the US. However, for SEO, Google doesn't actively penalize sites unless they are *very* slow. Unless your pages (without JS, CSS, and images) takes more than 7 seconds from the US, you have nothing to worry about. Google will notice if your users find your site slow. If your page isn't usabl...
126,610
<p>I am a newbie when it comes to GA. I've created a new project that is available on the web through 6 different domains. I want to measure which domain gather the most traffic. To easily compare traffic between all the domains I was thinking about using one Google Analytics code for all the domains. But then in stats...
[ { "answer_id": 126613, "author": "Dheeraj Thedijje", "author_id": 27413, "author_profile": "https://webmasters.stackexchange.com/users/27413", "pm_score": 0, "selected": false, "text": "<p>First of all, as I understand, you want to track multiple site in single dashboard for comparison o...
2019/12/09
[ "https://webmasters.stackexchange.com/questions/126610", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106901/" ]
I am a newbie when it comes to GA. I've created a new project that is available on the web through 6 different domains. I want to measure which domain gather the most traffic. To easily compare traffic between all the domains I was thinking about using one Google Analytics code for all the domains. But then in stats vi...
your title states subdomains, however your post states domains. If you wish to track a domain and/or it's subdomains and to be able to easily compare the traffic, this can be done with a single GA Property and it's tracking code with the single, same tracking id (eg UA-123456-1) placed onto the domain *and* it's subd...
126,617
<p>I am developing a website which has 6-7 translations, the client owns the top level domain (<code>.fr</code>, <code>.de</code>, etc.) and wants to use these domains to direct users to the gTLD subfolder. I will be using Hreflang tags on the pages, but am wondering if there will be negative consequences from the redi...
[ { "answer_id": 126613, "author": "Dheeraj Thedijje", "author_id": 27413, "author_profile": "https://webmasters.stackexchange.com/users/27413", "pm_score": 0, "selected": false, "text": "<p>First of all, as I understand, you want to track multiple site in single dashboard for comparison o...
2019/12/10
[ "https://webmasters.stackexchange.com/questions/126617", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106906/" ]
I am developing a website which has 6-7 translations, the client owns the top level domain (`.fr`, `.de`, etc.) and wants to use these domains to direct users to the gTLD subfolder. I will be using Hreflang tags on the pages, but am wondering if there will be negative consequences from the redirects?
your title states subdomains, however your post states domains. If you wish to track a domain and/or it's subdomains and to be able to easily compare the traffic, this can be done with a single GA Property and it's tracking code with the single, same tracking id (eg UA-123456-1) placed onto the domain *and* it's subd...
126,661
<p>I'm chasing page speed, partly as proof that getting 90%+ is consistently achievable.</p> <p>My main issue now is Google Analytics. In the below example, it's loaded via Google Tag Manager, so there's just the one GTM snippet at the top of the screen - however page speed insights appears to state that it's GA (and...
[ { "answer_id": 126689, "author": "Conor Grocock", "author_id": 104614, "author_profile": "https://webmasters.stackexchange.com/users/104614", "pm_score": 2, "selected": false, "text": "<p>I would definitely reccommend loading GTM async, chances are it would be loaded in less than a secon...
2019/12/12
[ "https://webmasters.stackexchange.com/questions/126661", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/46777/" ]
I'm chasing page speed, partly as proof that getting 90%+ is consistently achievable. My main issue now is Google Analytics. In the below example, it's loaded via Google Tag Manager, so there's just the one GTM snippet at the top of the screen - however page speed insights appears to state that it's GA (and GTM) causi...
GA4 uses Google Tag Manager to load Google Analytics, which means a bigger hit to your site's performance. To minimize the performance impact, here are some things I did. Use preconnect -------------- Use `preconnect` by adding these two tags to the `<head>`: ``` <link rel="preconnect" href="https://www.googletagma...
126,671
<p>I am seeing the following in my "access_log":</p> <p><code>ip.address.output.here - - [12/Dec/2019:15:17:07 +0000] "GET /pathto/article/15104133/?ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=yes&amp;ineedthispage=ye...
[ { "answer_id": 126689, "author": "Conor Grocock", "author_id": 104614, "author_profile": "https://webmasters.stackexchange.com/users/104614", "pm_score": 2, "selected": false, "text": "<p>I would definitely reccommend loading GTM async, chances are it would be loaded in less than a secon...
2019/12/12
[ "https://webmasters.stackexchange.com/questions/126671", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106997/" ]
I am seeing the following in my "access\_log": `ip.address.output.here - - [12/Dec/2019:15:17:07 +0000] "GET /pathto/article/15104133/?ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&ineedthispage=yes&inee...
GA4 uses Google Tag Manager to load Google Analytics, which means a bigger hit to your site's performance. To minimize the performance impact, here are some things I did. Use preconnect -------------- Use `preconnect` by adding these two tags to the `<head>`: ``` <link rel="preconnect" href="https://www.googletagma...
126,672
<p>I'm not sure if I can use together in the same page the CollectionPage and Product schema types. Is this correct for a category page?</p> <h3>My needs for the page are:</h3> <ul> <li>to identify as a <strong>CollectionPage</strong> the current category page (because it actually is one)</li> <li>to identify <stron...
[ { "answer_id": 126689, "author": "Conor Grocock", "author_id": 104614, "author_profile": "https://webmasters.stackexchange.com/users/104614", "pm_score": 2, "selected": false, "text": "<p>I would definitely reccommend loading GTM async, chances are it would be loaded in less than a secon...
2019/12/12
[ "https://webmasters.stackexchange.com/questions/126672", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106992/" ]
I'm not sure if I can use together in the same page the CollectionPage and Product schema types. Is this correct for a category page? ### My needs for the page are: * to identify as a **CollectionPage** the current category page (because it actually is one) * to identify **breadcrumbs** for the current category page...
GA4 uses Google Tag Manager to load Google Analytics, which means a bigger hit to your site's performance. To minimize the performance impact, here are some things I did. Use preconnect -------------- Use `preconnect` by adding these two tags to the `<head>`: ``` <link rel="preconnect" href="https://www.googletagma...
126,723
<p>I use a cron job to run the auto-archiving process for Matomo. It works great. I am analyzing some of the data and I noticed that when I filter the data in a numeric archive table for period 3 (which is the total number of visits for a given month), I get three records back for each site. However, I only expected to...
[ { "answer_id": 126725, "author": "joshmcode", "author_id": 107072, "author_profile": "https://webmasters.stackexchange.com/users/107072", "pm_score": 0, "selected": false, "text": "<p><strong>OP note: I am 85% sure this is correct. If anyone else has a better explanation, please post.</s...
2019/12/16
[ "https://webmasters.stackexchange.com/questions/126723", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107072/" ]
I use a cron job to run the auto-archiving process for Matomo. It works great. I am analyzing some of the data and I noticed that when I filter the data in a numeric archive table for period 3 (which is the total number of visits for a given month), I get three records back for each site. However, I only expected to se...
joshmcode answer is correct, There are multiple archives in Matomo. there can be multiple archives for the same period and site, for example if you have multiple segments, or if multiple archives were processed at different times of the day, and the "outdated" ones may not yet be deleted. You can look at the `idarchive...
126,808
<p>Our web dev agency is working with a design agency to build a website for a client. I want to make it clear to google that our client owns the site, but that we and the design agency made it. So far here is what I have: </p> <pre><code>&lt;script type="application/ld+json"&gt;{ "@type":"Organization", "name...
[ { "answer_id": 126865, "author": "Evgeniy", "author_id": 43910, "author_profile": "https://webmasters.stackexchange.com/users/43910", "pm_score": 0, "selected": false, "text": "<blockquote>\n <p>First off, does this make sense? </p>\n</blockquote>\n\n<p>Not really. Nobody would have a p...
2019/12/20
[ "https://webmasters.stackexchange.com/questions/126808", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107188/" ]
Our web dev agency is working with a design agency to build a website for a client. I want to make it clear to google that our client owns the site, but that we and the design agency made it. So far here is what I have: ``` <script type="application/ld+json">{ "@type":"Organization", "name":"Our Client", ...
Although you and your team are building the site, the client is buying it, which means if you want to put any sort of credit on their website (even Schema code) you really should ask their permission. As Stephen mentioned it's unlikely that this data will be used for anything, so it would probably be better to instead...
126,810
<p>I'm being heavily spammed by image scraper sites. There are more than 150+ domains targeting my images &amp; sending spammed links to my site. I just want to prevent hotlinking from them. I just want to block only those specific sites.</p> <p>Is there any htaccess rule for preventing hotlinking in specific sites on...
[ { "answer_id": 126820, "author": "closetnoc", "author_id": 36029, "author_profile": "https://webmasters.stackexchange.com/users/36029", "pm_score": 3, "selected": false, "text": "<p>Using <a href=\"https://www.htaccesstools.com/hotlink-protection/\" rel=\"noreferrer\">https://www.htacces...
2019/12/20
[ "https://webmasters.stackexchange.com/questions/126810", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107193/" ]
I'm being heavily spammed by image scraper sites. There are more than 150+ domains targeting my images & sending spammed links to my site. I just want to prevent hotlinking from them. I just want to block only those specific sites. Is there any htaccess rule for preventing hotlinking in specific sites only and allow o...
Using <https://www.htaccesstools.com/hotlink-protection/> ``` RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?example.com [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] ``` You may or may not need `RewriteEngine on`. The next line allows a blank referrer. You may ...
126,894
<p>I have a saas app, where users can login to the app from <code>example.com/app</code>. Now I have created a new version of the app which will be <code>example.com/dashboard</code>.</p> <p>What I want to do is let Google know that the new app URL is <code>example.com/dashboard</code>, but I don't want to redirect <c...
[ { "answer_id": 126895, "author": "Shyamin Ayesh", "author_id": 77217, "author_profile": "https://webmasters.stackexchange.com/users/77217", "pm_score": 0, "selected": false, "text": "<p>The simplest way to do this is to check the request user agent and redirect based on that.</p>\n\n<p>G...
2019/12/26
[ "https://webmasters.stackexchange.com/questions/126894", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/72191/" ]
I have a saas app, where users can login to the app from `example.com/app`. Now I have created a new version of the app which will be `example.com/dashboard`. What I want to do is let Google know that the new app URL is `example.com/dashboard`, but I don't want to redirect `/app` to `/dashboard` because I want to allo...
As has already been stated, treating Googlebot differently to normal users and redirecting Googlebot only is generally not a good idea. An alternative approach is to: * Redirect all users/bots from `/app` to `/dashboard` (the new "app") * But include a link back to the old "app" from `/dashboard` that is not redirect...
126,918
<p>If I post a profile of a user from my website on Facebook, Facebook always adds a query parameter. </p> <p>That is OK, but AdSense thinks every new query parameter is a new page and needs to crawl it before it can show ads. It is really still the same site just with a different query parameter. </p>
[ { "answer_id": 127851, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>Query parameters do make different URLs. When Facebook is adding parameters, it is creating ne...
2019/12/27
[ "https://webmasters.stackexchange.com/questions/126918", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107363/" ]
If I post a profile of a user from my website on Facebook, Facebook always adds a query parameter. That is OK, but AdSense thinks every new query parameter is a new page and needs to crawl it before it can show ads. It is really still the same site just with a different query parameter.
``` <link rel=”canonical” href=”https://example.com/”> ```
126,920
<p>I'm looking for a simple trick</p> <p>Let's say I have a Wordpress installation and image resources in this URL</p> <pre><code>http://example.com/wp-content/images/example.jpg </code></pre> <p>I would like to have the possibility of having another accessible URL (not rewritten) that points the same resources with...
[ { "answer_id": 126926, "author": "SirLouen", "author_id": 107364, "author_profile": "https://webmasters.stackexchange.com/users/107364", "pm_score": 2, "selected": false, "text": "<p>Found the solution through .htaccess\nNever sure if it's the best, but it works:</p>\n\n<pre><code>Rewrit...
2019/12/28
[ "https://webmasters.stackexchange.com/questions/126920", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107364/" ]
I'm looking for a simple trick Let's say I have a Wordpress installation and image resources in this URL ``` http://example.com/wp-content/images/example.jpg ``` I would like to have the possibility of having another accessible URL (not rewritten) that points the same resources with a different route. For example ...
Found the solution through .htaccess Never sure if it's the best, but it works: ``` RewriteRule ^([_0-9a-zA-Z-]+/)?content/(.*) /wp-content/$2 [QSA,L] ```
126,934
<p>In my search console number of excluded url is greater than number of valid url. In large number of excluded url will affect the site ranking? </p>
[ { "answer_id": 126926, "author": "SirLouen", "author_id": 107364, "author_profile": "https://webmasters.stackexchange.com/users/107364", "pm_score": 2, "selected": false, "text": "<p>Found the solution through .htaccess\nNever sure if it's the best, but it works:</p>\n\n<pre><code>Rewrit...
2019/12/29
[ "https://webmasters.stackexchange.com/questions/126934", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107152/" ]
In my search console number of excluded url is greater than number of valid url. In large number of excluded url will affect the site ranking?
Found the solution through .htaccess Never sure if it's the best, but it works: ``` RewriteRule ^([_0-9a-zA-Z-]+/)?content/(.*) /wp-content/$2 [QSA,L] ```
127,056
<p>I'm working with a site that has millions of pages along the lines of:</p> <pre><code>domain.com/entity/John_Smith domain.com/entity/Google domain.com/entity/HTML </code></pre> <p>One of the problems is that particularly for people names, there are lots of duplicates, so we end up with</p> <pre><code>domain.com/e...
[ { "answer_id": 127058, "author": "Warren Halderman", "author_id": 95265, "author_profile": "https://webmasters.stackexchange.com/users/95265", "pm_score": 2, "selected": false, "text": "<p>If you correctly put in 301 redirects and update your sitemap, the site will be fine. However...</p...
2020/01/06
[ "https://webmasters.stackexchange.com/questions/127056", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/107586/" ]
I'm working with a site that has millions of pages along the lines of: ``` domain.com/entity/John_Smith domain.com/entity/Google domain.com/entity/HTML ``` One of the problems is that particularly for people names, there are lots of duplicates, so we end up with ``` domain.com/entity/John_Smith domain.com/entity/Jo...
There is a risk with URL changes of SEO problems, ranking loss, and traffic declines. When correctly implemented with 301 redirects, it can go perfectly fine, but it doesn't always do so. I recommend changing URLs only when there is an overwhelming need. If you do want to change URLs you should consider gentler chang...
127,114
<p>Example robots.txt:</p> <pre><code>User-agent: * Disallow: / </code></pre> <p>Would it work? I have urls, like <a href="https://example.com/en" rel="nofollow noreferrer">https://example.com/en</a>, <a href="https://example.com/de" rel="nofollow noreferrer">https://example.com/de</a></p> <p>I don't want search eng...
[ { "answer_id": 127150, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 2, "selected": false, "text": "<p><code>Disallow: /</code> will prevent robots from crawling your entire site. Robots.txt rules a...
2020/01/09
[ "https://webmasters.stackexchange.com/questions/127114", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/62234/" ]
Example robots.txt: ``` User-agent: * Disallow: / ``` Would it work? I have urls, like <https://example.com/en>, <https://example.com/de> I don't want search engines to index <https://example.com> without language prefix. Is that possible?
`Disallow: /` will prevent robots from crawling your entire site. Robots.txt rules are "starts with" rules. Google and other search engines allow some extensions to robots.txt rules such as wild cards and ends with operators. For the robots (including Google) that follow those extensions you could use: ``` User-agent:...
127,438
<p>I am currently tying myself up in knots over URL percent-encoding of extended Latin characters.</p> <hr /> <h1>Step 1 of 4</h1> <p>I have the following URL:</p> <pre><code>https://example.com/fußgängerbrücke/ </code></pre> <p>The offline folder name (which I have uploaded via FTP) exactly corresponds to this: <code>...
[ { "answer_id": 127424, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>Selective mirroring of an external site can be achieved with a \"reverse proxy\". It is pretty...
2020/01/27
[ "https://webmasters.stackexchange.com/questions/127438", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/46604/" ]
I am currently tying myself up in knots over URL percent-encoding of extended Latin characters. --- Step 1 of 4 =========== I have the following URL: ``` https://example.com/fußgängerbrücke/ ``` The offline folder name (which I have uploaded via FTP) exactly corresponds to this: `fußgängerbrücke` --- Step 2 of ...
Generally, it's not a good idea to share content between a live site and its staging installation. A staging copy should be isolated, precisely to avoid messing up anything on the production installation. On top of that, adding content on the staging copy would properly test those execution paths and create a consisten...
127,797
<p>I'm setting up MediaWiki on an Ubuntu 18.04 server. After installing the <code>mediawiki</code> package I went to web installer and got to the &quot;Connect to database&quot; step. I'm using the following settings:</p> <ul> <li>Database host: <code>localhost</code></li> <li>Database name: <code>testwiki</code></li> ...
[ { "answer_id": 127799, "author": "sneedgar_the_barbarian", "author_id": 108617, "author_profile": "https://webmasters.stackexchange.com/users/108617", "pm_score": 1, "selected": false, "text": "<p>Seems you are required to create the <code>testwiki</code> database manually, as well as a ...
2020/02/14
[ "https://webmasters.stackexchange.com/questions/127797", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/108617/" ]
I'm setting up MediaWiki on an Ubuntu 18.04 server. After installing the `mediawiki` package I went to web installer and got to the "Connect to database" step. I'm using the following settings: * Database host: `localhost` * Database name: `testwiki` * Database table prefix: * Database username: `root` * Database pass...
For newer mediawiki versions, there are some pitfalls that breaks the mysql connection. Some attempts to fix are: 1. Insert the port number on Database Host: ``` $wgDBserver = "localhost:3306"; ``` 2. On some old LocalSettings.php, there are active configurations for PostgreSQL besides the Mysql config. Erase or com...
127,933
<p>I want to allow crawling of my website only if the URL starts with accepted region/language combinations which are <code>us/en</code>, <code>gb/en</code> and <code>fr/fr</code>. Other language combinations must be restricted. On the other hand crawler should be able to crawl <code>/</code> or <code>/about</code>, et...
[ { "answer_id": 127934, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 0, "selected": false, "text": "<p>I haven't seen the <code>?</code> character in a robots.txt file before. Are you sure you don...
2020/02/21
[ "https://webmasters.stackexchange.com/questions/127933", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/108785/" ]
I want to allow crawling of my website only if the URL starts with accepted region/language combinations which are `us/en`, `gb/en` and `fr/fr`. Other language combinations must be restricted. On the other hand crawler should be able to crawl `/` or `/about`, etc. For example: ``` example.com/us/en/videos # should be...
Assuming you have the `User-agent: *` directive on the first line then what you've posted appears to work as intended in "[Google's online robots.txt tester](https://support.google.com/webmasters/answer/6062598?hl=en)". In that it satisfies the 3 (or more) criteria you've stated: 1. `example.com/us/en/videos` IS **all...
128,101
<p>I have a problem of understanding what <code>crawl-delay: 1</code> means if it isn't ignored and actually being interpreted as is by a given web crawler.</p> <p><a href="https://webmasters.stackexchange.com/a/127958/58733">I understood from this answer by Stephen Ostermiller</a> that:</p> <blockquote> <p>With a ...
[ { "answer_id": 128104, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 2, "selected": false, "text": "<p>The exact interpretation of crawl delay is not specified anywhere. Crawlers could reasonably in...
2020/02/29
[ "https://webmasters.stackexchange.com/questions/128101", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/-1/" ]
I have a problem of understanding what `crawl-delay: 1` means if it isn't ignored and actually being interpreted as is by a given web crawler. [I understood from this answer by Stephen Ostermiller](https://webmasters.stackexchange.com/a/127958/58733) that: > > With a crawl delay of `10` a crawler should: > > > * C...
The exact interpretation of crawl delay is not specified anywhere. Crawlers could reasonably interpret it in two ways: 1. They have to wait between starting requests 2. They have to wait between the end of one request and the start of the next For example, here how a crawler might fetch three pages according to rule ...
128,165
<p>URL direction path of our sites displayed by Google in the search results looks a little unusual, it's duplicate somehow as <code>www.example.com › https://www.example.com +Title</code>. For example, for "About Us" page (page title: About Us), Google index shows as: <code>www.example.com › https://www.example.comAbo...
[ { "answer_id": 128171, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>You are using breadcrumb schema markup on your pages. It includes this extra information. Goog...
2020/03/04
[ "https://webmasters.stackexchange.com/questions/128165", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/109087/" ]
URL direction path of our sites displayed by Google in the search results looks a little unusual, it's duplicate somehow as `www.example.com › https://www.example.com +Title`. For example, for "About Us" page (page title: About Us), Google index shows as: `www.example.com › https://www.example.comAbout US`. Please refe...
While testing the web page in your screenshot in [Google Structured Data testing tool](https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fwww.gbsolars.com%2Fabout-us%2F) I found the strange data in your Breadcrumb. ``` https://example.comAboutus ``` Then by checking the source code in the...
128,476
<p>I am currently making a website, and I would like to know if there is ever a space after <code>&lt;</code>. By this I mean is there anything like <code>&lt; html&gt;</code> or is there no such thing as a "command" that has a space after <code>&lt;</code>?</p>
[ { "answer_id": 128477, "author": "DocRoot", "author_id": 52912, "author_profile": "https://webmasters.stackexchange.com/users/52912", "pm_score": 4, "selected": false, "text": "<blockquote>\n<p>By this I mean is there anything like <code>&lt; html&gt;</code> or is there no such thing as ...
2020/03/21
[ "https://webmasters.stackexchange.com/questions/128476", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/109558/" ]
I am currently making a website, and I would like to know if there is ever a space after `<`. By this I mean is there anything like `< html>` or is there no such thing as a "command" that has a space after `<`?
> > By this I mean is there anything like `< html>` or is there no such thing as a "command" that has a space after `<`? > > > No, you cannot have a *space* immediately after the `<` (less-than sign) in an HTML element's opening *start tag*. From the [HTML spec](https://html.spec.whatwg.org/multipage/syntax.html#...
128,879
<p>I understand that the doctype at the very start of any page has this attribute:</p> <pre><code>&lt;html lang="en-US"&gt; </code></pre> <p>This is obviously language-specific.</p> <p>What I am wondering is, rather than create multiple pages for different languages, can I just simply add this HTML attribute: </p> ...
[ { "answer_id": 128930, "author": "Ajay Malik", "author_id": 110372, "author_profile": "https://webmasters.stackexchange.com/users/110372", "pm_score": 1, "selected": false, "text": "<p>You can use Javascript to add SEO meta data dynamically and than implanet dunamic rendering of your web...
2020/04/15
[ "https://webmasters.stackexchange.com/questions/128879", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/110268/" ]
I understand that the doctype at the very start of any page has this attribute: ``` <html lang="en-US"> ``` This is obviously language-specific. What I am wondering is, rather than create multiple pages for different languages, can I just simply add this HTML attribute: ``` <p lang="hi">नमस्ते</p> ``` "hi" is t...
You can use Javascript to add SEO meta data dynamically and than implanet dunamic rendering of your website this will help google crawl your page easily. visit this site for more info: <https://developers.google.com/search/docs/guides/dynamic-rendering>
128,952
<p>If I have a section of text with Hebrew characters:</p> <pre><code>&lt;p&gt; אאאאא &lt;q&gt;הללויה&lt;/q&gt; פֿון לענאָרד כּהן אויף ייִדיש &lt;/p&gt; &lt;p&gt; &lt;q&gt;הללויה&lt;/q&gt; פֿון לענאָרד כּהן אויף ייִדיש &lt;/p&gt; </code></pre> <p>when the <code>&lt;q&gt;…&lt;/q&gt;</code> is surrounded ...
[ { "answer_id": 128903, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 2, "selected": true, "text": "<p>Google doesn't want to index anything on your site that looks like search results. See <a href=\...
2020/04/19
[ "https://webmasters.stackexchange.com/questions/128952", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/105233/" ]
If I have a section of text with Hebrew characters: ``` <p> אאאאא <q>הללויה</q> פֿון לענאָרד כּהן אויף ייִדיש </p> <p> <q>הללויה</q> פֿון לענאָרד כּהן אויף ייִדיש </p> ``` when the `<q>…</q>` is surrounded by other Hebrew text (the first line with the extra "אאאאא"), it works fine. But if the quote beg...
Google doesn't want to index anything on your site that looks like search results. See [Matt Cutts: Search results in search results](https://www.mattcutts.com/blog/search-results-in-search-results/). You should using some mechanism to keep Google from indexing the results of a search. As such, this JavaScript implemen...
128,955
<h2>Question:</h2> <p>How should I approach <code>&lt;link&gt;</code>-ing a web document to <strong>three or more</strong> separate social media accounts, residing on one or more social media platforms (Facebook, LinkedIn, Twitter etc.)?</p> <hr /> <h2>Exposition:</h2> <p>In the <code>&lt;head&gt;</code> of each articl...
[ { "answer_id": 128957, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 2, "selected": false, "text": "<p>If your goal is to cover the most social media platforms, I would recommend using <a href=\"h...
2020/04/19
[ "https://webmasters.stackexchange.com/questions/128955", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/46604/" ]
Question: --------- How should I approach `<link>`-ing a web document to **three or more** separate social media accounts, residing on one or more social media platforms (Facebook, LinkedIn, Twitter etc.)? --- Exposition: ----------- In the `<head>` of each article page on a given website, I would like to indicate ...
If your goal is to cover the most social media platforms, I would recommend using [Open Graph](https://ogp.me/) tags and getting used to their limitations. The Open Graph standard is supported by Twitter, Facebook, and many other social media sites. If you specifically want Twitter to show the twitter account of the au...
128,963
<p>I want to prevent my site from being indexed and listed by Google. So I follow the instructions in <a href="https://yoast.com/prevent-site-being-indexed/" rel="nofollow noreferrer">https://yoast.com/prevent-site-being-indexed/</a> and add:</p> <pre><code>Header set X-Robots-Tag "noindex, nofollow" </code></pre> <p...
[ { "answer_id": 129030, "author": "A Biron", "author_id": 100831, "author_profile": "https://webmasters.stackexchange.com/users/100831", "pm_score": 2, "selected": false, "text": "<p>The most accurate way is to add your site to Google Search Console and check the Coverage report. If pages...
2020/04/20
[ "https://webmasters.stackexchange.com/questions/128963", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/109254/" ]
I want to prevent my site from being indexed and listed by Google. So I follow the instructions in <https://yoast.com/prevent-site-being-indexed/> and add: ``` Header set X-Robots-Tag "noindex, nofollow" ``` to my .htaccess. Now how to verify that my site is not indexed? Is there a way to do so? Thanks
As *A Biron* mentioned, after you've verified that the `noindex` directive is properly written, use Search Console's [coverage tool](https://search.google.com/search-console/index) to look at the number of "valid" indexed pages. If there are still results, either wait for Google to re-crawl your site on its own, or us...
129,100
<p>I'm trying to set up User-ID tracking so that my User Explorer can show user ids instead of anonymous ids. I followed the instructions here:</p> <p><a href="https://support.google.com/analytics/answer/3123666?hl=en" rel="nofollow noreferrer">https://support.google.com/analytics/answer/3123666?hl=en</a></p> <p>Whe...
[ { "answer_id": 129119, "author": "Rafael Lopez", "author_id": 110617, "author_profile": "https://webmasters.stackexchange.com/users/110617", "pm_score": 2, "selected": false, "text": "<p>Seems like at the moment you are hardcoding just one user ('sessuid-2'). To see data in the reports o...
2020/04/26
[ "https://webmasters.stackexchange.com/questions/129100", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/77997/" ]
I'm trying to set up User-ID tracking so that my User Explorer can show user ids instead of anonymous ids. I followed the instructions here: <https://support.google.com/analytics/answer/3123666?hl=en> When I go to my User ID View, the real time reports always shows zero, and my Behaviour>User Explorer always says the...
The following code worked: ``` <!DOCTYPE html> <html dir="ltr"> <head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-5315469-12"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}...
129,108
<p>I'm new to SEO and not sure how exactly google crawler works</p> <p>If I use the following format for URL:</p> <pre><code>example.com/category/id/name </code></pre> <p>The content of the page is loaded by only the id part, the other parts of URL are for SEO.</p> <p>No matter what I put in category or name, the p...
[ { "answer_id": 129110, "author": "Trebor", "author_id": 96875, "author_profile": "https://webmasters.stackexchange.com/users/96875", "pm_score": 1, "selected": false, "text": "<p>I'd suggest you spend some more time reading URLs and SEO here, as I think you'll find many related questions...
2020/04/26
[ "https://webmasters.stackexchange.com/questions/129108", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/110606/" ]
I'm new to SEO and not sure how exactly google crawler works If I use the following format for URL: ``` example.com/category/id/name ``` The content of the page is loaded by only the id part, the other parts of URL are for SEO. No matter what I put in category or name, the page will still load as far as the id is ...
I'd suggest you spend some more time reading URLs and SEO here, as I think you'll find many related questions and answers that you will find helpful. Regarding googlebot, most URLs are found by crawling hyperlinks, not sitemaps (see [The Sitemap Paradox](https://webmasters.stackexchange.com/questions/4803/the-sitemap-...
129,172
<p>I've added this card data to <a href="https://help-service-parts.fireflysemantics.com/" rel="nofollow noreferrer">this site</a>:</p> <pre><code> &lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt; &lt;meta name="description" content="Firefly Semantics Long Lead Time Capital Intensive Low ...
[ { "answer_id": 129205, "author": "user2513484", "author_id": 110050, "author_profile": "https://webmasters.stackexchange.com/users/110050", "pm_score": 1, "selected": false, "text": "<p>Webp is not supported on Internet Explorer (which ended in version 11 and will soon be unsupported, as...
2020/04/29
[ "https://webmasters.stackexchange.com/questions/129172", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/80320/" ]
I've added this card data to [this site](https://help-service-parts.fireflysemantics.com/): ``` <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Firefly Semantics Long Lead Time Capital Intensive Low Demand Service Parts Profit Optimization Help Center"> <me...
Since WebP is an efficient file format, and Google serves up a lot of images to users, Google has a vested interest in getting WebP supported by all major browsers so that they no longer have to serve up less efficient JPG and PNG images. The best path to get WebP supported by browsers is to get a large proportion of ...
129,316
<p>My server is getting around 3,000 requests per an hour from a bot identifying itself as "MJ12bot".</p> <p>The URLs its hitting are coming form a 301 redirect, and are invalid on my new web application.</p> <p>Strangely though, some of the urls its hitting are at my login endpoint.</p> <p>How can I determine if th...
[ { "answer_id": 129322, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 1, "selected": false, "text": "<p>MJ12Bot is a <a href=\"https://mj12bot.com/\" rel=\"nofollow noreferrer\">bot developed by Ma...
2020/05/04
[ "https://webmasters.stackexchange.com/questions/129316", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/110881/" ]
My server is getting around 3,000 requests per an hour from a bot identifying itself as "MJ12bot". The URLs its hitting are coming form a 301 redirect, and are invalid on my new web application. Strangely though, some of the urls its hitting are at my login endpoint. How can I determine if these requests are legitim...
MJ12Bot is a [bot developed by Majestic](https://mj12bot.com/), that's designed to gather information about your site for their proprietary backlink checker and keyword products. It's supposed to adhere to the `robots.txt` standard. There should be no issue with blocking it like so: ``` User-agent: MJ12bot Disallow: ...
129,379
<p>I have a WordPress website for a business. And they have many pages, Custom Posts, etc. And they do have a Blog also.</p> <p>At present their blog urls are like this:</p> <pre><code>Main page for blog: example.com/blog A blog post page: example.com/my-article-about-a-random-topic </code></pre> <p>My question is...
[ { "answer_id": 129393, "author": "Siyah", "author_id": 36077, "author_profile": "https://webmasters.stackexchange.com/users/36077", "pm_score": 3, "selected": true, "text": "<p>If you are going to change the already existing URL / permalink on an existing website, you can expect a dip in...
2020/05/07
[ "https://webmasters.stackexchange.com/questions/129379", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/12231/" ]
I have a WordPress website for a business. And they have many pages, Custom Posts, etc. And they do have a Blog also. At present their blog urls are like this: ``` Main page for blog: example.com/blog A blog post page: example.com/my-article-about-a-random-topic ``` My question is, if I change the permalink struc...
If you are going to change the already existing URL / permalink on an existing website, you can expect a dip in traffic after having to redirect it (301). On the question whether you should do this change or not: that's entirely up to you. If you think that "blog" is meaningful for your users or will improve your SEO...
129,387
<p>I have a website that wants to link to a 1000+ pages on my website (because they are all pages that extend the information on his website), but we are both afraid that this might have a negative effect on our SEO.</p> <p>So, website 1 has some information and content and wants to deliver more information by linking...
[ { "answer_id": 129393, "author": "Siyah", "author_id": 36077, "author_profile": "https://webmasters.stackexchange.com/users/36077", "pm_score": 3, "selected": true, "text": "<p>If you are going to change the already existing URL / permalink on an existing website, you can expect a dip in...
2020/05/07
[ "https://webmasters.stackexchange.com/questions/129387", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/36077/" ]
I have a website that wants to link to a 1000+ pages on my website (because they are all pages that extend the information on his website), but we are both afraid that this might have a negative effect on our SEO. So, website 1 has some information and content and wants to deliver more information by linking to websit...
If you are going to change the already existing URL / permalink on an existing website, you can expect a dip in traffic after having to redirect it (301). On the question whether you should do this change or not: that's entirely up to you. If you think that "blog" is meaningful for your users or will improve your SEO...
129,415
<p>I have a Wordpress 5.4x website. I have installed Yoast 13.x SEO plugin into it and it's configured OK.</p> <p>I also have breadcrumbs on my site using this Yoast plugin. To hide the title of the post in the breadcrumb's row, I have the following hack in WP's functions.php:</p> <pre><code>function remove_breadcrumb_...
[ { "answer_id": 129485, "author": "Sujal Jain", "author_id": 108586, "author_profile": "https://webmasters.stackexchange.com/users/108586", "pm_score": 1, "selected": false, "text": "<p>In this case, you don't need to change the code for it to work in new upgrades of Yoast SEO. But, there...
2020/05/08
[ "https://webmasters.stackexchange.com/questions/129415", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/98002/" ]
I have a Wordpress 5.4x website. I have installed Yoast 13.x SEO plugin into it and it's configured OK. I also have breadcrumbs on my site using this Yoast plugin. To hide the title of the post in the breadcrumb's row, I have the following hack in WP's functions.php: ``` function remove_breadcrumb_title( $link_output...
In this case, you don't need to change the code for it to work in new upgrades of Yoast SEO. But, there may be a change of code in other major future upgrades of the plugin. In that case, you need to check the official Yoast website for updates or if your problem isn't listed there, you would need to contact them dire...
129,506
<p>I have set up a BIMI record for my business, but when checking with '<a href="https://www.mailkit.com/resources/bimi-inspector" rel="nofollow noreferrer">https://www.mailkit.com/resources/bimi-inspector</a>' I am told that my BIMI record is valid:</p> <pre><code>default._bimi.domain.co.uk 3600 IN TXT "v=BIMI1;l=htt...
[ { "answer_id": 129543, "author": "Zonder", "author_id": 109062, "author_profile": "https://webmasters.stackexchange.com/users/109062", "pm_score": 1, "selected": false, "text": "<p><strong>SVG contains disallowed references</strong>\nYou can download on Agari's own BIMI logo, check file ...
2020/05/13
[ "https://webmasters.stackexchange.com/questions/129506", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/86304/" ]
I have set up a BIMI record for my business, but when checking with '<https://www.mailkit.com/resources/bimi-inspector>' I am told that my BIMI record is valid: ``` default._bimi.domain.co.uk 3600 IN TXT "v=BIMI1;l=https://domain.co.uk/wp-content/uploads/2020/04/Logo.svg;" ``` The inspector flags up 2 errors: * SVG...
On a side note in regards to validation failures: I've done some extensive testing on urls that contain query strings such as `?color=000` and they are returning as failed on nearly half of the validators out there including **mxtoolbox**. This is just a weakness in their parsers that don't understand a common case o...
129,510
<p>I am running a query in PHPMyAdmin. The query is fine. it's showing the correct result.</p> <p>I want to export that result in a CSV file. It's not on the local server. It's on the webserver</p> <p>This is my query</p> <pre><code>SELECT notices.id, notices.gazette_notice_id, notices.notice_code, notices.company_n...
[ { "answer_id": 129511, "author": "Steve", "author_id": 16250, "author_profile": "https://webmasters.stackexchange.com/users/16250", "pm_score": 1, "selected": false, "text": "<p>Have you used the export function? Click the <code>format</code> drop down and select <code>csv</code></p>\n\...
2020/05/13
[ "https://webmasters.stackexchange.com/questions/129510", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/100241/" ]
I am running a query in PHPMyAdmin. The query is fine. it's showing the correct result. I want to export that result in a CSV file. It's not on the local server. It's on the webserver This is my query ``` SELECT notices.id, notices.gazette_notice_id, notices.notice_code, notices.company_number, notices.publication_d...
Previously answered correctly here: <https://serverfault.com/a/435443> The answer: 1. Execute your sql query in the SQL tab of phpMyAdmin. 2. After execution, scroll down the page and look for “Query results operations” 3. Click “Export” link from the above and you will get the page to export all the results of the q...
129,573
<p>I have google analytics in my website like this :</p> <pre><code>&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt; &lt;script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxx-1"&gt;&lt;/script&gt; &lt;script&gt; window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(argum...
[ { "answer_id": 129574, "author": "Bronwyn V", "author_id": 82291, "author_profile": "https://webmasters.stackexchange.com/users/82291", "pm_score": 4, "selected": true, "text": "<p>you can leave the global site tag tracking code snippet on your site, just do not also configure tags for G...
2020/05/17
[ "https://webmasters.stackexchange.com/questions/129573", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/103398/" ]
I have google analytics in my website like this : ``` <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxxx-1"></script> <script> window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments)} gtag('js',new Date());gtag('con...
you can leave the global site tag tracking code snippet on your site, just do not also configure tags for GA pageview tracking within GTM. If it were me, I would remove the global site tag tracking code snippet and configure tags for GA tracking within the google tag manager container. Bit of extra information: > ...
129,617
<p>I am trying to use Apache rewrite to turn something like</p> <pre><code>https://www.example.com/sub/?v1=123&amp;v2=456 </code></pre> <p>into </p> <pre><code>https://www.example.com/sub/?v1=789&amp;v2=456 </code></pre> <p>i.e. changing v1 to a specific value and keeping v2. In the real case, there are more param...
[ { "answer_id": 129622, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 1, "selected": false, "text": "<p><code>%1</code> is the contents from the first set of parenthesis in your rewrite condition. Yo...
2020/05/19
[ "https://webmasters.stackexchange.com/questions/129617", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/99747/" ]
I am trying to use Apache rewrite to turn something like ``` https://www.example.com/sub/?v1=123&v2=456 ``` into ``` https://www.example.com/sub/?v1=789&v2=456 ``` i.e. changing v1 to a specific value and keeping v2. In the real case, there are more parameters. I have ``` RewriteCond %{QUERY_STRING} (^|&)v1=1...
> > > ``` > RewriteCond %{QUERY_STRING} (^|&)v1=123&v2=(\d+).*$ > RewriteRule ^sub/$ sub/?v1=789&v2=%1 [NE] > > ``` > > You are using the wrong backreference in the *substitution* string. You have 2 capturing subgroups in the preceding condition, so you would need to use `%2`, not `%1` as you have done. `%1` is a...
129,643
<p>I've got a website (Wordpress blog, custom .net domain, hosted in Germany) that I've submitted via the Baidu webmaster tools, via all of the available tools, that is, direct URL submission, sitemaps and the JavaScript snippet that auto-submits new links. For all of the manual submissions there have been no errors a...
[ { "answer_id": 129706, "author": "adam-asdf", "author_id": 16906, "author_profile": "https://webmasters.stackexchange.com/users/16906", "pm_score": 1, "selected": false, "text": "<p>I haven't specifically dealt with this problem so I'm \"thinking out loud\" as I write this:</p>\n\n<p><st...
2020/05/20
[ "https://webmasters.stackexchange.com/questions/129643", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/111286/" ]
I've got a website (Wordpress blog, custom .net domain, hosted in Germany) that I've submitted via the Baidu webmaster tools, via all of the available tools, that is, direct URL submission, sitemaps and the JavaScript snippet that auto-submits new links. For all of the manual submissions there have been no errors and n...
I've had the same problem while launching a site for a client there. When submitting any site to Baidu, it expects a fully chinese site hosted in China. If you can't provide a fully translated Mandarin version for your Wordpress site, try adding this to your html: ```html <META HTTP-EQUIV="Content-Language" CONTENT="...
129,683
<p>Problem:</p> <ul> <li><p>We're seeing a lot of traffic from <strong>(direct) / (none)</strong> in GA whenever a Facebook Ads campaign is launched — it's always the top source/medium pair.</p></li> <li><p>In second place, there's some <strong>fb / Facebook_Mobile_Feed</strong> etc. showing up, so it's definitely reg...
[ { "answer_id": 131502, "author": "I Capulet", "author_id": 85659, "author_profile": "https://webmasters.stackexchange.com/users/85659", "pm_score": 1, "selected": false, "text": "<p>I suspect it is because the URLs you are using in your ads are formatted like company.org/(country-code) i...
2020/05/22
[ "https://webmasters.stackexchange.com/questions/129683", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/19629/" ]
Problem: * We're seeing a lot of traffic from **(direct) / (none)** in GA whenever a Facebook Ads campaign is launched — it's always the top source/medium pair. * In second place, there's some **fb / Facebook\_Mobile\_Feed** etc. showing up, so it's definitely registering. The direct drops a lot as soon as campaigns a...
To answer your question: no, looks like that's not the cause. It wouldn't be the tracking parameters because you mentioned that some conversions are being picked up, and others not. If it was the parameters, it'd be absolute: either always worked, or always broke. I think there's something wrong with your GTM/pixel o...
129,709
<p>I'm running a Wordpress blog that has an issue with HTTPS redirect. Except home page, no other URL is being redirected to HTTPS if you visit via HTTP.</p> <p>I want to redirect all HTTP traffic to HTTPS. Currently, only the Home page(<a href="http://www.example.com" rel="nofollow noreferrer">http://www.example.com<...
[ { "answer_id": 129710, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 2, "selected": true, "text": "<p>Your HTTPS rewrite rule never gets executed because it is after <code>RewriteRule . /index.php [L...
2020/05/23
[ "https://webmasters.stackexchange.com/questions/129709", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/111361/" ]
I'm running a Wordpress blog that has an issue with HTTPS redirect. Except home page, no other URL is being redirected to HTTPS if you visit via HTTP. I want to redirect all HTTP traffic to HTTPS. Currently, only the Home page(<http://www.example.com>) is being redirected to HTTPS if you try with HTTP. but if you vis...
Your HTTPS rewrite rule never gets executed because it is after `RewriteRule . /index.php [L]`. That rule matches all URL paths and is the last rule executed for them because of the `L` flag. To make that redirect rule work, simply move it to the top of the *.htaccess* file. WordPress itself does some redirects. What...
129,725
<p>A commonly recognised <a href="https://en.wikipedia.org/wiki/Share_icon" rel="nofollow noreferrer">share icon</a> looks like this:</p> <p><a href="https://i.stack.imgur.com/Z8WpJ.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/Z8WpJ.png" alt="Share Icon"></a></p> <p>I'm guessing there must be (s...
[ { "answer_id": 129742, "author": "Evgeniy", "author_id": 43910, "author_profile": "https://webmasters.stackexchange.com/users/43910", "pm_score": 2, "selected": false, "text": "<p>While the <code>share</code> symbol is not in the Unicode range, maybe this workaround will help you: <a hre...
2020/05/24
[ "https://webmasters.stackexchange.com/questions/129725", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/46604/" ]
A commonly recognised [share icon](https://en.wikipedia.org/wiki/Share_icon) looks like this: [![Share Icon](https://i.stack.imgur.com/Z8WpJ.png)](https://i.stack.imgur.com/Z8WpJ.png) I'm guessing there must be (surely) a Unicode symbol out there for this, but so far - despite pretty thorough searching - I've come up...
While the `share` symbol is not in the Unicode range, maybe this workaround will help you: <http://jsfiddle.net/chillybang/a7v5obqj/> **HTML** ``` <span class="share">&lt;</span> ``` **CSS** ``` .share { font-weight: bold; position: relative; } .share:before { content: "."; font-size: 2.2em; po...
129,735
<p>I want to use this way to add an ads segment on my pages:</p> <pre><code>$("body").append(` &lt;ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-${pub_id}" data-ad-slot="${slot_id}" data-ad-format="auto" data-full-width-responsive="true"&gt;&lt;/ins&gt;`); (adsbygoogle=window.ads...
[ { "answer_id": 129742, "author": "Evgeniy", "author_id": 43910, "author_profile": "https://webmasters.stackexchange.com/users/43910", "pm_score": 2, "selected": false, "text": "<p>While the <code>share</code> symbol is not in the Unicode range, maybe this workaround will help you: <a hre...
2020/05/25
[ "https://webmasters.stackexchange.com/questions/129735", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/33872/" ]
I want to use this way to add an ads segment on my pages: ``` $("body").append(` <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-${pub_id}" data-ad-slot="${slot_id}" data-ad-format="auto" data-full-width-responsive="true"></ins>`); (adsbygoogle=window.adsbygoogle||[]).push({}); `...
While the `share` symbol is not in the Unicode range, maybe this workaround will help you: <http://jsfiddle.net/chillybang/a7v5obqj/> **HTML** ``` <span class="share">&lt;</span> ``` **CSS** ``` .share { font-weight: bold; position: relative; } .share:before { content: "."; font-size: 2.2em; po...
129,767
<p>For the purpose of playing with the words I have H1 tag with different styles. Moreover those styles are applied two to one word. For example:</p> <pre><code>&lt;h1&gt;Some&lt;span&gt;thing&lt;/span&gt; dif&lt;span&gt;ferent&lt;/span&gt;&lt;/h1&gt; </code></pre> <p>So my question is. Is this ok for SEO and how do ...
[ { "answer_id": 129769, "author": "Bronwyn V", "author_id": 82291, "author_profile": "https://webmasters.stackexchange.com/users/82291", "pm_score": 3, "selected": true, "text": "<p>Search engines should understand it as a h1 level heading: Something different.<br>\nUse of the <code>&lt;s...
2020/05/27
[ "https://webmasters.stackexchange.com/questions/129767", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/102696/" ]
For the purpose of playing with the words I have H1 tag with different styles. Moreover those styles are applied two to one word. For example: ``` <h1>Some<span>thing</span> dif<span>ferent</span></h1> ``` So my question is. Is this ok for SEO and how do the search engine understand it? ``` 1. Something different o...
Search engines should understand it as a h1 level heading: Something different. Use of the `<span>` element in this example would appear to be proper. > > The HTML `<span>` element is a generic inline container for phrasing > content, which does not inherently represent anything. **It can be used > to group ele...
129,798
<p>I added the JSON-LD code to my site but search bar did not appear. What is the reason for this? am i doing something wrong?</p> <pre><code> &lt;script type="application/ld+json"&gt; { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.example.com/", "po...
[ { "answer_id": 129802, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>If you added the code yesterday, you probably just need to wait. It takes Google at on average...
2020/05/29
[ "https://webmasters.stackexchange.com/questions/129798", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/111493/" ]
I added the JSON-LD code to my site but search bar did not appear. What is the reason for this? am i doing something wrong? ``` <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.example.com/", "potentialAction": { ...
Google only displays the sitelinks search box for your domain if they feel like it, even if your markup is well-formed. [From Google's guidelines for searchbox structured data](https://developers.google.com/search/docs/data-types/sitelinks-searchbox): > > **Important:** Google doesn't guarantee that a sitelinks sear...
129,942
<p>I have the .htaccess file in the root public_html directory. It contains the following:</p> <pre><code>Options -Indexes Redirect / /dali RewriteEngine on RewriteRule ^api/(.*[^/])/?$ http://%{HTTP_HOST}:5000/$1 [R=301,L] </code></pre> <p>I wished this to forward all requests from <code>http://192.168.1.144/api/so...
[ { "answer_id": 129802, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>If you added the code yesterday, you probably just need to wait. It takes Google at on average...
2020/06/07
[ "https://webmasters.stackexchange.com/questions/129942", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/35141/" ]
I have the .htaccess file in the root public\_html directory. It contains the following: ``` Options -Indexes Redirect / /dali RewriteEngine on RewriteRule ^api/(.*[^/])/?$ http://%{HTTP_HOST}:5000/$1 [R=301,L] ``` I wished this to forward all requests from `http://192.168.1.144/api/something` to `http://192.168.1....
Google only displays the sitelinks search box for your domain if they feel like it, even if your markup is well-formed. [From Google's guidelines for searchbox structured data](https://developers.google.com/search/docs/data-types/sitelinks-searchbox): > > **Important:** Google doesn't guarantee that a sitelinks sear...
130,047
<p>I'm setting up a new Drupal 9 site.</p> <p>I have added Google Analytics via Google Tag Manager.</p> <p>I'm using Universal Analytics and these are my tags:</p> <ul> <li>Track link clicks</li> <li>Track page views</li> <li>Track scroll depth</li> </ul> <p>When I run page speed on my site, the only identified "Op...
[ { "answer_id": 132389, "author": "Suraj Kapoor", "author_id": 115478, "author_profile": "https://webmasters.stackexchange.com/users/115478", "pm_score": 0, "selected": false, "text": "<p>Nothing to worry about. Maybe it's because the GTM plugin has created separate files for these script...
2020/06/14
[ "https://webmasters.stackexchange.com/questions/130047", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/15009/" ]
I'm setting up a new Drupal 9 site. I have added Google Analytics via Google Tag Manager. I'm using Universal Analytics and these are my tags: * Track link clicks * Track page views * Track scroll depth When I run page speed on my site, the only identified "Opportunity" is to **Removed unused Javascript**, which is...
Google Tag Manager makes easy and quick to set up Google Analytics goals. If you need tracking only page views, link clicks and scroll depth, you can do it without GTM. 1. How to [add analytics.js to your site](https://developers.google.com/analytics/devguides/collection/analyticsjs#the_google_analytics_tag) or add al...
130,053
<p>The regex is easy for 404s in a typical Apache log:</p> <pre><code>grep ' 404 ' access_log </code></pre> <p>But many are coming from bots, which I don't care about. I'm looking for actual people hitting 404s. So I'm trying to negate the term 'bot', which comes later in the line, but nothing's working. Any ideas?</...
[ { "answer_id": 130055, "author": "Steve", "author_id": 16250, "author_profile": "https://webmasters.stackexchange.com/users/16250", "pm_score": 3, "selected": true, "text": "<p>This can be done using the -v (for --invert-match) option of grep:</p>\n\n<p><code>grep -v \"excluded_word\" ac...
2020/06/15
[ "https://webmasters.stackexchange.com/questions/130053", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106923/" ]
The regex is easy for 404s in a typical Apache log: ``` grep ' 404 ' access_log ``` But many are coming from bots, which I don't care about. I'm looking for actual people hitting 404s. So I'm trying to negate the term 'bot', which comes later in the line, but nothing's working. Any ideas?
This can be done using the -v (for --invert-match) option of grep: `grep -v "excluded_word" access_log | grep ' 404 '` `grep -v "excluded_word" access_log` will return all the lines that don't have the unwanted word and then it is piped to `grep ' 404 '` to list only lines with that pattern. Since an access\_log can...
130,070
<p>I had URLs like this: <code>example.com/post/dkKE_wd3jJ</code></p> <p>For <em>SEO</em> reasons I decided to add some text:</p> <pre><code>example.com/post/dkKE_wd3jJ/best_funny_videos </code></pre> <p>But I noticed that the alphanumeric <em>ID</em> looks weird in front, and this order is more user friendly:</p> <pre...
[ { "answer_id": 130077, "author": "Aida Real", "author_id": 111891, "author_profile": "https://webmasters.stackexchange.com/users/111891", "pm_score": 0, "selected": false, "text": "<p>You could use http code 204 \"no content\"</p>\n" }, { "answer_id": 130085, "author": "DocRo...
2020/06/15
[ "https://webmasters.stackexchange.com/questions/130070", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/78184/" ]
I had URLs like this: `example.com/post/dkKE_wd3jJ` For *SEO* reasons I decided to add some text: ``` example.com/post/dkKE_wd3jJ/best_funny_videos ``` But I noticed that the alphanumeric *ID* looks weird in front, and this order is more user friendly: ``` example.com/post/best_funny_videos/dkKE_wd3jJ ``` But no...
If you are going to use a slash (`/`) in your URL, you should have content when the URL is truncated to that point. A slash in the URL commonly represents a directory. Both users and bots often shorten URLs to the slash looking for an index page. An alternative is to use dashes: `/post-best_funny_videos-dkKE_wd3jJ`. D...
130,124
<p>I checked my website on Google Console and I found something strange. I checked the links of my website in the console and in the box that shows Top linking sites. There are two link that when I open them on browser, there is nothing in the websites. The sites are completely unknown for me. Does any one know what ...
[ { "answer_id": 130077, "author": "Aida Real", "author_id": 111891, "author_profile": "https://webmasters.stackexchange.com/users/111891", "pm_score": 0, "selected": false, "text": "<p>You could use http code 204 \"no content\"</p>\n" }, { "answer_id": 130085, "author": "DocRo...
2020/06/19
[ "https://webmasters.stackexchange.com/questions/130124", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/92128/" ]
I checked my website on Google Console and I found something strange. I checked the links of my website in the console and in the box that shows Top linking sites. There are two link that when I open them on browser, there is nothing in the websites. The sites are completely unknown for me. Does any one know what are t...
If you are going to use a slash (`/`) in your URL, you should have content when the URL is truncated to that point. A slash in the URL commonly represents a directory. Both users and bots often shorten URLs to the slash looking for an index page. An alternative is to use dashes: `/post-best_funny_videos-dkKE_wd3jJ`. D...
130,127
<p>I have been checking the errors of my website in the google console , and I fount it face an error <code>Googlebot blocked by robots.txt</code> and it shows a link <a href="https://static.doubleclick.net/instream/ad_status.js" rel="nofollow noreferrer">https://static.doubleclick.net/instream/ad_status.js</a> , th...
[ { "answer_id": 130153, "author": "Tony McCreath", "author_id": 4322, "author_profile": "https://webmasters.stackexchange.com/users/4322", "pm_score": 2, "selected": false, "text": "<p>I suspect you are showing us the robots.txt file for the link that is blocked. robots.txt files vary per...
2020/06/19
[ "https://webmasters.stackexchange.com/questions/130127", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/92128/" ]
I have been checking the errors of my website in the google console , and I fount it face an error `Googlebot blocked by robots.txt` and it shows a link <https://static.doubleclick.net/instream/ad_status.js> , that I did not used in my project. what is it ? my robots is this ``` User-agent: * Disallow: / ``` How cou...
I suspect you are showing us the robots.txt file for the link that is blocked. robots.txt files vary per site. In this case <https://static.doubleclick.net/robots.txt>. doubleclick are themselves saying, don't crawl our site. That is fine as Googlebot is not interested in ads. Quite a few third party tracking systems ...
130,225
<p>One of my clients is a digital gaming marketplace. For about 1.5 years, he enjoyed aggragateRating star markup on Google SERP. I implemented nested aggragateRating within their product markup (without offers markup). Their 6 other competitors also have similar markup on SERP.</p> <p>My client has 3.5 star ratings on...
[ { "answer_id": 130259, "author": "I Capulet", "author_id": 85659, "author_profile": "https://webmasters.stackexchange.com/users/85659", "pm_score": 2, "selected": false, "text": "<p>Google can stop showing rich results for returned webpages for any number of reasons but most of the time ...
2020/06/26
[ "https://webmasters.stackexchange.com/questions/130225", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/81888/" ]
One of my clients is a digital gaming marketplace. For about 1.5 years, he enjoyed aggragateRating star markup on Google SERP. I implemented nested aggragateRating within their product markup (without offers markup). Their 6 other competitors also have similar markup on SERP. My client has 3.5 star ratings on TrustPil...
Google can stop showing rich results for returned webpages for any number of reasons but most of the time Google will allow valid rich results to happen in some SERPs. I would only worry about Hypotheses 5, 6, 8 as the other ones are easily debunked, but there are a couple of others you left out. For instance, on March...
130,236
<p>I've got a website <code>coolevent.example.com</code>, which I want <strong>completely</strong> removed from Google and Bing index. What is the fastest and most reliable way to get rid of it?</p> <p>Should I remove the website files (and subdomain) or keep it alive and just set all pages to <code>noindex</code>? I'v...
[ { "answer_id": 130239, "author": "Nina Dubovich", "author_id": 112079, "author_profile": "https://webmasters.stackexchange.com/users/112079", "pm_score": 0, "selected": false, "text": "<p>Yes, the three step plan you outlined would be the best way to completely remove a site from Google'...
2020/06/26
[ "https://webmasters.stackexchange.com/questions/130236", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112132/" ]
I've got a website `coolevent.example.com`, which I want **completely** removed from Google and Bing index. What is the fastest and most reliable way to get rid of it? Should I remove the website files (and subdomain) or keep it alive and just set all pages to `noindex`? I've got Google and Bing webmaster tools, so I ...
If you are fully deleting your site, it can be a one step process: 1. Delete all files and the domain from the server. Googlebot and Bingbot will remove the pages from the search index the next time they crawl them and get an error. It could take a couple weeks for all the pages of your site to be removed from search...
130,268
<p>We created a hosting domain for the videos, and embedded them on our website using iframes. Will that stand in the way of the Google crawler indexing our videos in Google Video Search?</p>
[ { "answer_id": 130239, "author": "Nina Dubovich", "author_id": 112079, "author_profile": "https://webmasters.stackexchange.com/users/112079", "pm_score": 0, "selected": false, "text": "<p>Yes, the three step plan you outlined would be the best way to completely remove a site from Google'...
2020/06/28
[ "https://webmasters.stackexchange.com/questions/130268", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112164/" ]
We created a hosting domain for the videos, and embedded them on our website using iframes. Will that stand in the way of the Google crawler indexing our videos in Google Video Search?
If you are fully deleting your site, it can be a one step process: 1. Delete all files and the domain from the server. Googlebot and Bingbot will remove the pages from the search index the next time they crawl them and get an error. It could take a couple weeks for all the pages of your site to be removed from search...
130,365
<p>We host a large number of sites that have a large number of catalog pages. We would like to slow down several bots because the traffic is quite excessive from those bots. Specifically, we get quite a bit of traffic from BingBot and SEMRushBot that we'd like to slow down. The information pages for both bots say that ...
[ { "answer_id": 130366, "author": "Nina Dubovich", "author_id": 112079, "author_profile": "https://webmasters.stackexchange.com/users/112079", "pm_score": 2, "selected": false, "text": "<p>Thanks for the question and welcome to this great community of like-minded individuals. You're query...
2020/07/02
[ "https://webmasters.stackexchange.com/questions/130365", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112259/" ]
We host a large number of sites that have a large number of catalog pages. We would like to slow down several bots because the traffic is quite excessive from those bots. Specifically, we get quite a bit of traffic from BingBot and SEMRushBot that we'd like to slow down. The information pages for both bots say that the...
Thanks for the question and welcome to this great community of like-minded individuals. You're query is perplexing however it is solvable. I see a couple of things that can be improved/changed in your robots.txt file per [Bing's documentation on best practices](https://blogs.bing.com/webmaster/2009/08/10/crawl-delay-an...
130,381
<p>If I have a block quote</p> <pre class="lang-html prettyprint-override"><code>&lt;blockquote&gt; &lt;p&gt;“Time is an illusion. Lunchtime doubly so.”&lt;/p&gt; &lt;/blockquote&gt; </code></pre> <p>Does it matter or impact seo if I do or don't include quote characters <code>“</code>, <code>”</code>with the quote...
[ { "answer_id": 130384, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 2, "selected": false, "text": "<p>In terms of SEO, this should make no difference whatsoever.</p>\n<p>Search engines rank conte...
2020/07/03
[ "https://webmasters.stackexchange.com/questions/130381", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/70112/" ]
If I have a block quote ```html <blockquote> <p>“Time is an illusion. Lunchtime doubly so.”</p> </blockquote> ``` Does it matter or impact seo if I do or don't include quote characters `“`, `”`with the quote? ```html <blockquote> <p>Time is an illusion. Lunchtime doubly so.</p> </blockquote> ``` Will bloc...
In terms of SEO, this should make no difference whatsoever. Search engines rank content based on many factors, but whether the content is wrapped in quotes is not something that matters.
130,399
<p>I have a domain name which was registered with a registrar called enameco. It is due for renewal soon. Apparently the original registrar - enameco - do not exist anymore - atleast the original site is no more in action</p> <p>When I do a WhoIS on my domain, here is what I get - (xxx are replaced with some private...
[ { "answer_id": 130400, "author": "Kate", "author_id": 109075, "author_profile": "https://webmasters.stackexchange.com/users/109075", "pm_score": 2, "selected": false, "text": "<p>I would have thought that enameco is a reseller and that the upstream registrar is really ENDURANCE. But it l...
2020/07/05
[ "https://webmasters.stackexchange.com/questions/130399", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112312/" ]
I have a domain name which was registered with a registrar called enameco. It is due for renewal soon. Apparently the original registrar - enameco - do not exist anymore - atleast the original site is no more in action When I do a WhoIS on my domain, here is what I get - (xxx are replaced with some private info). Spec...
I resolved the issue. It appears that Endurance owns multiple reseller registrars under them - and dint know which one to contact. I tried the my luck with few of their reseller site's support (all the sites look the same - which was comforting) but dint have much luck. Eventually figured that "dotster" is my new reg...
130,420
<p>Currently I have a website with multiple domains, each domain for a specific language. However, I also have sub folders with each language. For example:</p> <pre><code>www.en_site.example/en www.en_site.example/fr www.fr_site.example/en www.fr_site.example/fr </code></pre> <p>And of course the <code>www.en_s...
[ { "answer_id": 130447, "author": "Amine Dahimene", "author_id": 112383, "author_profile": "https://webmasters.stackexchange.com/users/112383", "pm_score": 0, "selected": false, "text": "<p>I don't see anything wrong with Hreflang annotation, it could be the tools that is causing an issue...
2020/07/06
[ "https://webmasters.stackexchange.com/questions/130420", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112345/" ]
Currently I have a website with multiple domains, each domain for a specific language. However, I also have sub folders with each language. For example: ``` www.en_site.example/en www.en_site.example/fr www.fr_site.example/en www.fr_site.example/fr ``` And of course the `www.en_site.example/fr` domain is the...
You shouldn't be using `x-default` because it is for a catch all page to direct users to the correct language. See: [Introducing "x-default hreflang" for international landing pages](https://developers.google.com/search/blog/2013/04/x-default-hreflang-for-international-pages) You should always use the country, or you ...
130,650
<p>I have a project and I would like to disallow everything starting with root.</p> <p>From what I understand I think I can do so by doing this</p> <pre><code>Disallow: / Disallow: /* </code></pre> <p>However I would like to allow 4 subdirectories and everything under those subdirectories.</p> <p>This is how I think it...
[ { "answer_id": 130634, "author": "Nina Dubovich", "author_id": 112079, "author_profile": "https://webmasters.stackexchange.com/users/112079", "pm_score": 1, "selected": false, "text": "<p>You can use schema's <a href=\"https://schema.org/additionalType\" rel=\"nofollow noreferrer\">addit...
2020/07/21
[ "https://webmasters.stackexchange.com/questions/130650", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112680/" ]
I have a project and I would like to disallow everything starting with root. From what I understand I think I can do so by doing this ``` Disallow: / Disallow: /* ``` However I would like to allow 4 subdirectories and everything under those subdirectories. This is how I think it should be done ``` Allow: /directo...
For `MedicalOrganisation`, I agree with your assessment. It is not a sub-type of `LocalBusiness`, which is a requirement in Google's [specification](https://developers.google.com/search/docs/data-types/local-business). But `MedicalBusiness`, as you say, is a sub-type of `LocalBusiness` and so should work, as many other...
130,725
<p>I've been migrating to a new host (AWS Lightsail with a Ubuntu instance) and while everything is working just fine I'm running into a quirk that I can't quite figure out.</p> <p>I've enabled HTTP2 on my virtual server and confirmed that files are using that protocol (via DevTools and http2.pro):</p> <p><a href="http...
[ { "answer_id": 130817, "author": "GreatBlakes", "author_id": 50083, "author_profile": "https://webmasters.stackexchange.com/users/50083", "pm_score": 4, "selected": true, "text": "<p>This has to do with how Cloudflare connects to servers. Although it does serve the client via HTTP2 (or H...
2020/07/25
[ "https://webmasters.stackexchange.com/questions/130725", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/50083/" ]
I've been migrating to a new host (AWS Lightsail with a Ubuntu instance) and while everything is working just fine I'm running into a quirk that I can't quite figure out. I've enabled HTTP2 on my virtual server and confirmed that files are using that protocol (via DevTools and http2.pro): [![HTTP2 working in DevTools...
This has to do with how Cloudflare connects to servers. Although it does serve the client via HTTP2 (or HTTP3), it still connects to the server itself via HTTP1.1. > > Cloudflare only uses HTTP/1.x between the origin web server and Cloudflare. > > > <https://support.cloudflare.com/hc/en-us/articles/200168076-Are-...
130,738
<p>For a site that carries &quot;lists&quot; of products, what is the best approach to using canonicals?</p> <p><code>example.com/green-watches.php</code> - this is the MAIN page (by main, it means that this should be indexed in Search results, and this should be the landing page). It will carry list of FIRST 10 produc...
[ { "answer_id": 130747, "author": "nikant25", "author_id": 29419, "author_profile": "https://webmasters.stackexchange.com/users/29419", "pm_score": 1, "selected": false, "text": "<p>Check out how <strong><a href=\"https://support.google.com/webmasters/answer/139066\" rel=\"nofollow norefe...
2020/07/27
[ "https://webmasters.stackexchange.com/questions/130738", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/106567/" ]
For a site that carries "lists" of products, what is the best approach to using canonicals? `example.com/green-watches.php` - this is the MAIN page (by main, it means that this should be indexed in Search results, and this should be the landing page). It will carry list of FIRST 10 products (i.e. first 10 green-watche...
Check out how **[Google recommends using the canonical meta link](https://support.google.com/webmasters/answer/139066)**: > > **Why should I choose a canonical URL?** > > > There are a number of reasons why > you would want to explicitly choose a canonical page in a set of > duplicate/similar pages: > > > **To sp...
130,795
<p>I have several hundreds of pages with good SERPs. I have a requirement to add a common sub section (kind of note) with a single heading and and a couple of lines beneath the heading. I will be using a h3 tag for the sub heading. However, this sub section makes sense when added below navigation menu and above the h1 ...
[ { "answer_id": 130825, "author": "Reve", "author_id": 91716, "author_profile": "https://webmasters.stackexchange.com/users/91716", "pm_score": 2, "selected": false, "text": "<p>Only <code>?</code> indicates a query parameter; adding <code>f</code> to the exclusion list would remove <code...
2020/08/01
[ "https://webmasters.stackexchange.com/questions/130795", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/86499/" ]
I have several hundreds of pages with good SERPs. I have a requirement to add a common sub section (kind of note) with a single heading and and a couple of lines beneath the heading. I will be using a h3 tag for the sub heading. However, this sub section makes sense when added below navigation menu and above the h1 tag...
Only `?` indicates a query parameter; adding `f` to the exclusion list would remove `?f=...` parts of a URL but won't affect `/f/...`. You should be able to do this with a filter, though. Add a new filter of type Custom > Search and Replace, using the field Request URI and the search string `/f/.*`. Filters are destr...
130,797
<p>My page has a lot of sections. Each section has a unique anchor tag like <code>&lt;h2 id=&quot;anchor-text&quot;&gt;</code>.</p> <p>Is it a good practice to link anchors to themselves <code>&lt;h2 id=&quot;anchor-text&quot;&gt;&lt;a href=&quot;#anchor-text&quot;&gt;Title&lt;/a&gt;&lt;/h2&gt;</code>? Will it hurt SEO...
[ { "answer_id": 130814, "author": "Jet", "author_id": 82324, "author_profile": "https://webmasters.stackexchange.com/users/82324", "pm_score": 2, "selected": false, "text": "<p>Hurt? No reason why it would.\nI just don't understand why you would want to do that in the first place.</p>\n<p...
2020/08/01
[ "https://webmasters.stackexchange.com/questions/130797", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/112870/" ]
My page has a lot of sections. Each section has a unique anchor tag like `<h2 id="anchor-text">`. Is it a good practice to link anchors to themselves `<h2 id="anchor-text"><a href="#anchor-text">Title</a></h2>`? Will it hurt SEO somehow?
Hurt? No reason why it would. I just don't understand why you would want to do that in the first place. What you can do which does have an impact is creating page-jumps and putting that at the beginning of an article (or as a floating sidebar) for quick navigation of an article: Example: ``` <a href="/internallinks....
130,997
<p>I want to use Load Balancer(2 nodes) for one my Drupal site. That means editor can't edit the site since edits will go to any node. Secondly comments can also be saved in either node.</p> <p>Even if we edit the site locally and migrate the changes to all the nodes, sometimes there can be issue in which can one of th...
[ { "answer_id": 131000, "author": "Kannan", "author_id": 86499, "author_profile": "https://webmasters.stackexchange.com/users/86499", "pm_score": 1, "selected": false, "text": "<p>I believe you have two databases corresponding to the two nodes. Maybe you can move the database to a separat...
2020/08/18
[ "https://webmasters.stackexchange.com/questions/130997", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/5858/" ]
I want to use Load Balancer(2 nodes) for one my Drupal site. That means editor can't edit the site since edits will go to any node. Secondly comments can also be saved in either node. Even if we edit the site locally and migrate the changes to all the nodes, sometimes there can be issue in which can one of the nodes m...
What you are describing is **not cloaking**. Cloaking is serving different content to Googlebot based on the user-agent header. In the senario you describe, both users and Googlebot have the chance of seeing incorrect content. You are not trying to be sneaky and fool Googlebot by showing it something different from use...
131,027
<p>So, I have this suggestion by a client - asking me to break the title on every section into two tags. They want to replace <code>&lt;h*&gt;</code> tag with a combination of <code>&lt;h*&gt;</code> and <code>&lt;p&gt;</code> tag such that only very specific keywords in in the header tag and all the other words are in...
[ { "answer_id": 131028, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 2, "selected": false, "text": "<p>I don't see any reason that breaking the titles like this could boost SEO in any measurable w...
2020/08/19
[ "https://webmasters.stackexchange.com/questions/131027", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/54146/" ]
So, I have this suggestion by a client - asking me to break the title on every section into two tags. They want to replace `<h*>` tag with a combination of `<h*>` and `<p>` tag such that only very specific keywords in in the header tag and all the other words are in the paragraph tag. So according to them I should rew...
This is a very unusual suggestion - I've never once seen any of the SEO experts even hint at something like this. It sounds like something that used to work years ago - a bit like keyword stuffing - and could be considered to be a "black hat" these days. It certainly doesn't meet Google's (admittedly vague) guidelines...
131,055
<p>I have inherited an English/French static web site. The original developer created it so all the html files are in the root directory of the English domain and added &quot;-fr&quot; to the French file names, instead of setting up the English under the English domain and the French under the French domain (which we o...
[ { "answer_id": 131120, "author": "Santiago", "author_id": 108987, "author_profile": "https://webmasters.stackexchange.com/users/108987", "pm_score": 1, "selected": false, "text": "<p>You just need to address the DNS thing first.</p>\n<p>Add A or AAAA record same in both domain names as i...
2020/08/20
[ "https://webmasters.stackexchange.com/questions/131055", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/113221/" ]
I have inherited an English/French static web site. The original developer created it so all the html files are in the root directory of the English domain and added "-fr" to the French file names, instead of setting up the English under the English domain and the French under the French domain (which we own). This is...
You just need to address the DNS thing first. Add A or AAAA record same in both domain names as it is the same server or even you can choose to work with one principal domain to just have the need to update only one domain name A record. Example: ``` Domain1.tld(@) A 127.0.0.1 Domain2.tld(@) CNAME Doma...
131,139
<p>I understand that any &quot;Client&quot; (or &quot;agent&quot; or &quot;user agent&quot;) interacts on the World Wide Web by this pattern:</p> <pre><code>Client ⟶ Routers(1) ⟶ DNS server ⟶ Routers(2) ⟶ Web Server ⟶ SOME_WEB_PAGE_DATA ⟶ Client </code></pre> <ul> <li>By client (or &quot;agent&quot; or &quot;user agent...
[ { "answer_id": 131146, "author": "Quentin", "author_id": 661, "author_profile": "https://webmasters.stackexchange.com/users/661", "pm_score": 3, "selected": false, "text": "<p>That's a very confusing description of what happens, and is mixes up network traffic and different requests.</p>...
2020/08/26
[ "https://webmasters.stackexchange.com/questions/131139", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/113345/" ]
I understand that any "Client" (or "agent" or "user agent") interacts on the World Wide Web by this pattern: ``` Client ⟶ Routers(1) ⟶ DNS server ⟶ Routers(2) ⟶ Web Server ⟶ SOME_WEB_PAGE_DATA ⟶ Client ``` * By client (or "agent" or "user agent") I mean to a human or to a software (such as a World Wide Web browser) ...
That's a very confusing description of what happens, and is mixes up network traffic and different requests. When a client makes an HTTP request for a URL with a hostname in it, it must first convert the hostname to an IP address. It does this by using DNS, typically it will check a local cache first, then contact its...
131,211
<p>I understand that the geolocation of a server impacts search engine rankings. But does server time affect SEO in any manner? For example, assume that my server is located in the US. If I set the timezone to a different country for administrative purposes (to help an offshore team working from that country) does it a...
[ { "answer_id": 131239, "author": "Warren Halderman", "author_id": 95265, "author_profile": "https://webmasters.stackexchange.com/users/95265", "pm_score": 3, "selected": false, "text": "<p><strong>Does server timezone affect SEO?</strong></p>\n<p>No.</p>\n<p><strong>I understand that the...
2020/08/31
[ "https://webmasters.stackexchange.com/questions/131211", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/86499/" ]
I understand that the geolocation of a server impacts search engine rankings. But does server time affect SEO in any manner? For example, assume that my server is located in the US. If I set the timezone to a different country for administrative purposes (to help an offshore team working from that country) does it affe...
Unless your pages use PHP or another server side language to write the date into them, Google should have no idea what time zone your server is set to. HTTP headers do have the date and time, but they should be in GMT, not in the server's local time zone. The [syntax for the `Date` header is](https://developer.mozilla...
131,250
<p>I recently created an Ubuntu server and installed LEMP stack after which I hosted my website on the server using WordPress.</p> <p>But after sometime, I notices some domains ranking in Google and loading my website.</p> <p>Is there any way through which I can stop them from doing this?</p> <p>Previously, I never fac...
[ { "answer_id": 131254, "author": "Maximillian Laumeister", "author_id": 54214, "author_profile": "https://webmasters.stackexchange.com/users/54214", "pm_score": 2, "selected": false, "text": "<p>It looks to me like your server is set up to redirect to HTTPS, which causes a certificate mi...
2020/09/02
[ "https://webmasters.stackexchange.com/questions/131250", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/113476/" ]
I recently created an Ubuntu server and installed LEMP stack after which I hosted my website on the server using WordPress. But after sometime, I notices some domains ranking in Google and loading my website. Is there any way through which I can stop them from doing this? Previously, I never faced such issue. For r...
To improve security, prevent host header attacks, and preserve your search rankings, here is what I recommend: ### No default site Simply drop all traffic not matching your genuine website. Before using the below config, execute the following example command on your server to generate self-signed "dummy" certificates...
131,348
<p>I am trying to block access to a specific folder and all of its content. I use methods suggested on the Internet, but they do not work.</p> <p>This method does nothing:</p> <pre><code>RewriteRule ^folder_name/?$ - [F,L] ErrorDocument 403 default </code></pre> <p>And this one brings internal server error:</p> <pre><c...
[ { "answer_id": 131349, "author": "Roman Simonyan", "author_id": 113638, "author_profile": "https://webmasters.stackexchange.com/users/113638", "pm_score": 3, "selected": true, "text": "<p>I found a method that works:</p>\n<pre><code>RedirectMatch 404 ^/folder_name/.*$\n</code></pre>\n" ...
2020/09/09
[ "https://webmasters.stackexchange.com/questions/131348", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/113638/" ]
I am trying to block access to a specific folder and all of its content. I use methods suggested on the Internet, but they do not work. This method does nothing: ``` RewriteRule ^folder_name/?$ - [F,L] ErrorDocument 403 default ``` And this one brings internal server error: ``` <Directory "/folder_name/"> deny fro...
I found a method that works: ``` RedirectMatch 404 ^/folder_name/.*$ ```
131,460
<p>An article in the Wall Street Journal (<em>wsj.com</em>) displays HTML special character code instead of the actual character, the greater-than sign. Thus, instead of displaying <code>&gt;</code>, the article displays <code>&amp;gt;</code>. This occurs (for me, at least) on Chrome, Firefox, and Safari (all latest ve...
[ { "answer_id": 131462, "author": "Community", "author_id": -1, "author_profile": "https://webmasters.stackexchange.com/users/-1", "pm_score": 2, "selected": false, "text": "<blockquote>\n<p>Thus, instead of displaying &gt;, the article displays &gt;. This occurs (for me, at least) on Chr...
2020/09/17
[ "https://webmasters.stackexchange.com/questions/131460", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/79574/" ]
An article in the Wall Street Journal (*wsj.com*) displays HTML special character code instead of the actual character, the greater-than sign. Thus, instead of displaying `>`, the article displays `&gt;`. This occurs (for me, at least) on Chrome, Firefox, and Safari (all latest versions with cache cleared). My (limite...
> > Thus, instead of displaying >, the article displays >. This occurs (for me, at least) on Chrome, Firefox, and Safari (all latest versions with cache cleared). > > > That is probably a software error where `>` was turned into `&gt;` then that was turned into `&amp;gt;` by some kind of duplicate encoding. You ca...
131,483
<p>When I use the Python package <code>newspaper3k</code> package and run the code</p> <pre><code>import newspaper paper = newspaper.build('http://abcnews.com', memoize_articles=False) for url in paper.article_urls(): print(url) </code></pre> <p>I get a list of URLs for articles that I can download, in which both t...
[ { "answer_id": 131462, "author": "Community", "author_id": -1, "author_profile": "https://webmasters.stackexchange.com/users/-1", "pm_score": 2, "selected": false, "text": "<blockquote>\n<p>Thus, instead of displaying &gt;, the article displays &gt;. This occurs (for me, at least) on Chr...
2020/09/18
[ "https://webmasters.stackexchange.com/questions/131483", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/113824/" ]
When I use the Python package `newspaper3k` package and run the code ``` import newspaper paper = newspaper.build('http://abcnews.com', memoize_articles=False) for url in paper.article_urls(): print(url) ``` I get a list of URLs for articles that I can download, in which both these URLs exist * `http://abcnews....
> > Thus, instead of displaying >, the article displays >. This occurs (for me, at least) on Chrome, Firefox, and Safari (all latest versions with cache cleared). > > > That is probably a software error where `>` was turned into `&gt;` then that was turned into `&amp;gt;` by some kind of duplicate encoding. You ca...
131,515
<p>I'm working on my brand new website and I'm trying to make it as optimized as possible mainly for SEO. In order to reach that goal, I'm trying to do best practices for it's hierarchy.</p> <p>My website is hierarchy is as the following:</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;!-- ... --&gt; &lt;/...
[ { "answer_id": 131462, "author": "Community", "author_id": -1, "author_profile": "https://webmasters.stackexchange.com/users/-1", "pm_score": 2, "selected": false, "text": "<blockquote>\n<p>Thus, instead of displaying &gt;, the article displays &gt;. This occurs (for me, at least) on Chr...
2020/09/21
[ "https://webmasters.stackexchange.com/questions/131515", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/109656/" ]
I'm working on my brand new website and I'm trying to make it as optimized as possible mainly for SEO. In order to reach that goal, I'm trying to do best practices for it's hierarchy. My website is hierarchy is as the following: ``` <html> <head> <!-- ... --> </head> <body> <div id="wrappe...
> > Thus, instead of displaying >, the article displays >. This occurs (for me, at least) on Chrome, Firefox, and Safari (all latest versions with cache cleared). > > > That is probably a software error where `>` was turned into `&gt;` then that was turned into `&amp;gt;` by some kind of duplicate encoding. You ca...
131,849
<p>Whilst looking for the right solution for me, I have been looking at the question here <a href="https://webmasters.stackexchange.com/q/71900/">Using fonts on websites: Webfonts vs downloaded fonts</a>, and one of the answerers states:</p> <blockquote> <p>The information given to you was seriously outdated—and unreal...
[ { "answer_id": 131840, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 0, "selected": false, "text": "<p>Domain properties in Google Search console are great, but they are not fully functional. You <...
2020/10/18
[ "https://webmasters.stackexchange.com/questions/131849", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/97567/" ]
Whilst looking for the right solution for me, I have been looking at the question here [Using fonts on websites: Webfonts vs downloaded fonts](https://webmasters.stackexchange.com/q/71900/), and one of the answerers states: > > The information given to you was seriously outdated—and unrealistic, since most people cou...
Domain properties can't connect with GA for the moment. To link with GSC with GA just added the URL of your website as property (you just need to add the actual URL of your website). Normally it's `https://example.com` or `https://www.example.com`
131,886
<p>I've noticed one bot in particular in our log files that rearranges query parameters when scanning our website. This got me thinking. Does allowing rearranging of query parameters trigger duplicate content penalties with legitimate bots? Because technically, there could be multiple urls that result in identical cont...
[ { "answer_id": 131889, "author": "Richard", "author_id": 46736, "author_profile": "https://webmasters.stackexchange.com/users/46736", "pm_score": 2, "selected": false, "text": "<p>With regards to duplicate content, as long as the correct canonical tag is set to match the original page, i...
2020/10/21
[ "https://webmasters.stackexchange.com/questions/131886", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/114486/" ]
I've noticed one bot in particular in our log files that rearranges query parameters when scanning our website. This got me thinking. Does allowing rearranging of query parameters trigger duplicate content penalties with legitimate bots? Because technically, there could be multiple urls that result in identical content...
With regards to duplicate content, as long as the correct canonical tag is set to match the original page, it should be fine. In saying that, it's definitely not optimal to have duplicate pages with exactly the same content on them, and then rely on the canonical tag to get you out of trouble with the duplicate conten...
131,972
<p>I am IT for a company who hosts 600+ websites for individual businesses. So with that said, we manage analytics for these accounts as well. And for all but about 50, they only care about the basics, sessions, bounce rate etc etc so they just get a basic &quot;view&quot; of what's happening with their site. Being ...
[ { "answer_id": 131976, "author": "Eric Seastrand", "author_id": 53588, "author_profile": "https://webmasters.stackexchange.com/users/53588", "pm_score": 2, "selected": false, "text": "<p>I think this breaks down into 2 questions really:</p>\n<ol>\n<li>How can we simplify our Analytics se...
2020/10/29
[ "https://webmasters.stackexchange.com/questions/131972", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/79148/" ]
I am IT for a company who hosts 600+ websites for individual businesses. So with that said, we manage analytics for these accounts as well. And for all but about 50, they only care about the basics, sessions, bounce rate etc etc so they just get a basic "view" of what's happening with their site. Being that we are a fu...
I did the analysis over the weekend on cost/benefit -- And I decided that because we are a sort of "cookie cutter" platform it made sense to automate the process of GA accounts. That being said, it is required that they all be moved to a single "master" account. What I did: 1. Create "Master" account 2. Create Account...
132,311
<p>My website right now is marginal for page loading speed on mobile. Originally written for desktop, I use a lot of images that are relatively high resolution, and only lightly compressed.</p> <p>I'd like provide srcset images at various resolutions, but before I start, what are the optimum sizes, and how are they det...
[ { "answer_id": 132318, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 4, "selected": true, "text": "<p>The size of an image is proportional to square of the width. You get far more saving by reducing...
2020/11/28
[ "https://webmasters.stackexchange.com/questions/132311", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/57152/" ]
My website right now is marginal for page loading speed on mobile. Originally written for desktop, I use a lot of images that are relatively high resolution, and only lightly compressed. I'd like provide srcset images at various resolutions, but before I start, what are the optimum sizes, and how are they determined? ...
The size of an image is proportional to square of the width. You get far more saving by reducing from the largest size to the second largest size than by reducing anywhere further. * 13002 = 1,690,000 (100%) * 8002 = 640,000 (37%) * 5002 = 250,000 (14%) * 3502 = 122,500 (7%) * 3002 = 90,000 (5%) Users on mobile devic...
132,345
<p>I'm creating a website that is comparing stuff, let's say it compares programming languages for the sake of explaining my question.</p> <p>I'm building a structure where the url/slug will contain the two languages the page is comparing. My goal is to rank high both on &quot;C++ vs C#&quot; and &quot;C# vs C++&quot;....
[ { "answer_id": 132348, "author": "Stephen Ostermiller", "author_id": 14543, "author_profile": "https://webmasters.stackexchange.com/users/14543", "pm_score": 2, "selected": true, "text": "<p>I recommend your third option. Have just one main page and use redirects for when users type in...
2020/12/02
[ "https://webmasters.stackexchange.com/questions/132345", "https://webmasters.stackexchange.com", "https://webmasters.stackexchange.com/users/115388/" ]
I'm creating a website that is comparing stuff, let's say it compares programming languages for the sake of explaining my question. I'm building a structure where the url/slug will contain the two languages the page is comparing. My goal is to rank high both on "C++ vs C#" and "C# vs C++". The way I see it I have thr...
I recommend your third option. Have just one main page and use redirects for when users type in URLs that don't match the order. I chose this option with my currency conversion website (convert EUR and USD, with USD and EUR redirecting to it) and it has worked great for SEO. I recommend putting the two in alphabetic or...