Questions tagged [drupal]
Drupal is a popular open source PHP-based CMS. There is a Drupal Stack Exchange at http://drupal.stackexchange.com/, so if your question is related to Drupal but not Pro Webmasters, then it should be asked over there.
133 questions
0
votes
0
answers
22
views
In Drupal, are schema types ideally 1:1 with Drupal content types?
Client website has a Drupal content type for Topic. I believe for this org/client, Topic best aligns with the schema type MedicalWebPage. Instances of Topics, have, among other content, multiple ...
0
votes
0
answers
50
views
Googlebot Crawling & PHP-FPM Performance - A Strange Correlation
This may sound bizarre, but we've thoroughly tested this and found a strong correlation between Googlebot traffic/crawling behavior and PHP-FPM configuration.
We run a large forum with over 100,000 ...
2
votes
0
answers
133
views
While setting up http to https redirect on Apache (with Drupal and certbot) it broke http access and fails to redirect
I am trying to set up a Drupal site on a VPS. It was working. I used certbot to set up https, which worked when going to https://example.com . Going to example.com was in http.
I vaguely followed ...
1
vote
1
answer
201
views
How can I confirm if my security review request has been submitted properly in Google Search Console?
I submitted a security review request in Google Search Console after my website was hacked but I can see no confirmation anywhere that the issue is pending a review.
The only way I can get a message ...
1
vote
2
answers
63
views
Find visitors source(google source) who completes lead generation form?
I'm tracking the lead generation form conversions using Google Analytics and using Google Ads to drive paid traffic to the website. I'm using Drupal 7 as CMS for the website.
Most of the inorganic ...
2
votes
0
answers
114
views
What's the impact of HREFLANG pointing to a redirected URL for EN-US?
I'm doing some international SEO work on a Drupal site. I noticed this on the EN-US home page:
<link rel="canonical" href="https://www.example.com/" />
<link rel="alternate" hreflang="en-us"...
0
votes
0
answers
143
views
I can't upload images beyond 3.5mb
I'm setting up a Drupal 8 website and I can't seem to upload images beyond 3.5mb on my production server. My local development environment has no issue with uploading images to the 16mb limit I set in ...
3
votes
1
answer
597
views
Is it bad for SEO to create a website without a domain (just on an IP address)?
I'd like to create a Drupal 8.x.x website without a domain.
The website is on a quite non-competitive field (only 4-5 competitors if at all)
The website generally follows any standard of (Google's) ...
1
vote
2
answers
307
views
Why does the SDTT tell me that the image field is missing?
I created a recipe on Drupal 8. When I test my page with Google Structured Data Testing Tool, it tells me that the image field is missing:
Yet when I open the link of the image in my internet browser, ...
2
votes
1
answer
4k
views
How to redirect all url to https except one?
# Go to https if not on firmware
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !^/firmware$ [NC]
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
# Go to http if you are on firmware
...
2
votes
0
answers
167
views
Infinite redirect loop with IIS 8.5 Drupal
After configuring my website, i stuck in a infinite redirect loop.
I have 6 domains, example.com is main domain. example1.com, ..., example5.com are forwarding to example.com.
Doesn't matter which ...
0
votes
1
answer
59
views
Associate a domain with a site in such a way that a security certificate can be installed on IIS 8.5
I can not publish my website (created with Drupal 7) with IIS 8.5 (windows server 2012 r2). I'm forwarding my domain example.com as a frame to http://192.0.2.4/mywebsite (i got static ip).
Everything ...
1
vote
0
answers
32
views
What is the equivalent of WordPress category in Drupal websites for the purpose of SEO?
In WordPress website you can assign a category to each article to boost ranking for the category's keyword. How can I do this in Drupal websites?
0
votes
1
answer
66
views
shrinking image sizes from the server command line?
I have a directory with 22,902 images.
Average size is 2.237 megabytes. I know this because I used ls -l | awk '{ total += $5; count++ } END { print total/count }' to get the average file size.
This ...
0
votes
1
answer
1k
views
Facebook thumbnail of my wordpress website disappear after a while. Any idea why?
I have a page with OpenGraph meta tags and when I first published the page it worked like a charm:
https://stargazerrock.com/stargazer-definition/
Now, after a few weeks, somehow my post does not ...