NoIndex tag, canonical tag or automatically generated H1's for automatically generated enquiry pages?
-
What would be better for automatically generated accommodation enquiry pages for a travel company?
NoIndex tag, canonical tag, automatically generated H1's or another solution?
This is the homepage: https://www.discoverqueensland.com.au/
You would enquire from a page like this: https://www.discoverqueensland.com.au/accommodation/sunshine-coast/twin-waters/the-sebel-twin-waters
This is the enquiry form: https://www.discoverqueensland.com.au/accommodation-enquiry.php?name=The+Sebel+Twin+Watersion_name=Sunshine+Coast
-
Hi Tom,
This is fantastic, thank you especially for being so thorough. I was aware of the redirect issue, but this will help me take it to my IT team with an easy to follow solution.
I do have to admit, I'm not 100% clear on the suggested solution for the automatically generated enquiry forms.
Were you saying once the redirect issue is amended the enquiry pages do not need further attention?
Thanks again,
Kim -
- Hi
Your website is not doing a proper 301 redirect from https:// to https://www.
I believe that is what’s causing your problem. And you do not have a self referencing canonical on your route domain which is very important to have.
(For example, search crawlers might be able to reach your homepage in all of the following ways:
- http://www.example.com
- https://www.example.com
- http://example.com
- http://example.com/index.php
- http://example.com/index.php?r...)
you can use a 301 redirect generator like this
https://www.aleydasolis.com/htaccess-redirects-generator/page-to-page/
https://moz.com/learn/seo/canonicalization
You want to fix this right away
Google doesn’t like automatically generated pages Content page's we very seldomly does google reward them with any rankings if you’re talking about waiting on me to Content.
but regardless to answer your question
This is the homepage: https://www.discoverqueensland.com.au/
URL Canonicalization Test https://www.discoverqueensland.com.au and https://discoverqueensland.com.au should resolve to the same URL, but currently do not.
In order to pass this test you must consider using a 301 re-write rule in your .htaccess file so that both addresses (https://www.discoverqueensland.com.au/ and https://discoverqueensland.com.au resolve to the same URL.
You want to redirect https://www.discoverqueensland.au to https://discoverqueensland.com.au, you can use this:
read
https://ahrefs.com/blog/301-redirects/Redirect entire domain from non-www to www and HTTPto HTTPS
1 RewriteEngine On 2 RewriteCond %{HTTP_HOST} !^www. [NC] 3 RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 4 RewriteCond %{HTTP:X-Forwarded-Proto} !https 5 RewriteCond %{HTTPS} off 6 RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
1 https://www.discoverqueensland.com.au/accommodation/sunshine-coast/twin-waters/the-sebel-twin-waters https://www.discoverqueensland.com.au/accommodation/sunshine-coast/twin-waters/the-sebel-twin-waters
if you’re using Nginx use One of the two converters below
https://winginx.com/en/htaccess
https://www.digitalocean.com/community/questions/convert-htaccess-to-nginx
This is the enquiry form: https://www.discoverqueensland.com.au/accommodation-enquiry.php?name=The+Sebel+Twin+Watersion_name=Sunshine+Coast
The
CANONICAL is right on your last URL Result Input URL Canonical 1 https://www.discoverqueensland.com.au/accommodation-enquiry.php?name=The+Sebel+Twin+Watersion_name=Sunshine+Coast https://www.discoverqueensland.com.au/accommodation-enquiry.phphope this was of help,
read
https://ahrefs.com/blog/301-redirects/
Tom
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Can a page that's 301 redirected get indexed / show in search results?
Hey folks, have searched around and haven't been able to find an answer to this question. I've got a client who has very different search results when including his middle initial. His bio page on his company's website has the slug /people/john-smith; I'm wondering if we set up a duplicate bio page with his middle initial (e.g. /people/john-b-smith) and then 301 redirect it to the existent bio page, whether the latter page would get indexed by google and show in search results for queries that use the middle initial (e.g. "john b smith"). I've already got the metadata based on the middle initial version but I know the slug is a ranking signal and since it's a direct match to one of his higher volume branded queries I thought it might help to get his bio page ranking more highly. Would that work or does the 301'd page effectively cease to exist in Google's eyes?
Technical SEO | | Greentarget0 -
Should I noindex pages on my website that are pulled from an API integration
SEO/Moz newbie here! My organisation's website (dyob.com.au), uses an API integration to pull through listings that are shown in the site search. There is a high volume of these, all of which only contain a title, image and contact information for the business. I can see these pages coming up on my Moz accounts with issues such as duplicate content (even if they are different) or no description. We don't have the capacity to fill these pages with content. Here's an example: https://www.dyob.com.au/products/nice-buns-by-yomg I am looking for a recommendation on how to treat these pages. Are they likely to be hurting the sites SEO? We do rank for some of these pages. Should they be noindex pages? TIA!
Technical SEO | | monica.arklay0 -
What's best practice for cart pages?
i don't mean e-commerce site in general, but the actual cart page itself. What's best practice for the links that customers click to add products to the cart, and the cart page itself? Also, I use vanity URLs for my cart links which redirect to the actual cart page with the parameters applied. Should I use use 301 or 302 redirects for the links? Do I make the cart page's canonical tag point back to the store home page so that I'm not accruing link juice to a page that customers don't actually want to land on from search? I'm kinda surprised at the dearth of information out there on this, or maybe I'm not looking in the right places?
Technical SEO | | VM-Oz0 -
Hiding h1 tags in Magento
Hi Moz Community, I know that hiding h1 tags isn't a good practice for SEO and google, but we have banners that look much nicer than the stock text Magento uses for its titles. The banners have the same text and the h1 is in the source code, just not visible on front end. The option Magento gives is "hide title on the page." So I'm not sure if this is actually the bad way to hide it or if it's fine for search engines. Thanks,
Technical SEO | | IceIcebaby
-Reed0 -
Should I use a canonical tag or 301 with Wordpress posts?
Hi all, I'm trying to determine if canonical or 301 is a better way of handling an issue on my site. The Background I've got a Wordpress website where pages are in-depth reference articles and the posts are for short news blurbs. When I produce a new resource page, I also make a short post telling readers about the new resource. I use Yoast's Wordpress SEO plug in. Sometimes, Google will rank the 200 word post higher than the 2000 word resource page. I suspect that is because of the order in which they were crawled by Google, but I do not know for sure. The Question To make sure that the resource page is seen as the most important location on the site for the topic, should I use the canonical section in the Yoast plugin on the post to point to the page? Or should I wait, and after a few days (when the news blurb is off of the first page) just 301 the post to the page? Are there any link juice considerations when using the canonical option? Thanks for the help! Richard
Technical SEO | | RichardInFlorida0 -
Joomla creating duplicate pages, then the duplicate page's canonical points to itself - help!
Using Joomla, every time I create an article a subsequent duplicate page is create, such as: /latest-news/218-image-stabilization-task-used-to-develop-robot-brain-interface and /component/content/article?id=218:image-stabilization-task-used-to-develop-robot-brain-interface The latter being the duplicate. This wouldn't be too much of a problem, but the canonical tag on the duplicate is pointing to itself.. creating mayhem in Moz and Webmaster tools. We have hundreds of duplicates across our website and I'm very concerned with the impact this is having on our SEO! I've tried plugins such as sh404SEF and Styleware extensions, however to no avail. Can anyone help or know of any plugins to fix the canonicals?
Technical SEO | | JamesPearce0 -
Should I include A Description Tag for an article page
Hi, I am wondering if i should include a description tag for an article page where the news on that page will change around five times a day. I am not sure if to fill a description in for local news or to leave it blank so the search engines pick up the latest local news and then the next day they show the latest local news again in the search engines instead of having a static description of the news page. any help would be great
Technical SEO | | ClaireH-1848860 -
Mask links with JS that point to noindex'ed paged
Hi, in an effort to prepare our page for the Panda we dramatically reduced the number of pages that can be indexed (from 100k down to 4k). All the remaining pages are being equipped with unique and valuable content. We still have the other pages around, since they represent searches with filter combination which we deem are less interesting to the majority of users (hence they are not indexed). So I am wondering if we should mask links to these non-indexed pages with JS, such that Link-Juice doesn't get lost to those. Currently the targeted pages are non-index via "noindex, follow" - we might de-index them with robots.txt though, if the "site:" query doesn't show improvements. Thanks, Sebastian
Technical SEO | | derderko0