Dynamically populated content
-
We are developing a website for a school that has 19 campuses divided into 8 districts. Ideally, we would like to have one search page that dynamically populates when people search WHILE on the site. The question is what happens when someone does an organic search, will the search engine populate with the schools in that district. For instance, if i search on Google "Austin Schools", will the Austin district-that does not have a unique URL- show up in a Google search? What the generated page looks like is on this link http://imgur.com/stCQcP6. If yes, any special type of coding we need to add to the backend?
-
The Austin district won't show up in search results unless it has a unique URL. Will search parameters show in the URL when the visitor submits a search? If so, you can create an XML sitemap with precise URLs (including search parameters) for each district and submit it to Google. Unfortunately, I can also see the potential for duplicate content if more than one URL (different parameters) could be created with the same page content, and I don't see how you could solve the problem with canonical tags if the pages are dynamically generated. You may be able to use the URL Parameters tool in Google Search Console to exclude duplicates, but that could add even more complexity to the problem.
If you were my client (and we've worked with preschool franchises), I would make sure there was a dedicated landing page for each individual location, regardless of how many there are. A search function is fine for users, but a local landing page with a unique user-friendly URL that can easily be crawled is best for search engines.
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
-
Optimizing shop content for desktop and mobile users
When arranging content on a shop category page I place a descriptive optimized opening paragraph of text above products. On desktop this shows both the opening text and the products above the fold (visible here https://www.scamblermusic.com/royalty-free-music-downloads/ - also shown on the screen grab below). The text may well be ignored by most visitors (who will likely be drawn straight to product images) but it still serves a purpose. dekstop.png When it comes to smaller mobile screens I have started to disable the opening paragraph of text (above the products) and instead place a copy of it below the products, (screen grab below). This keeps the optimized text on the page, but it means that mobile users instantly see products rather than having to scroll past text that they may see as inconvenient. mobile.png I'm conscious of the fact that Google indexes mobile content first, and it also doesn't like duplicate content. I therefore have three questions relating to this: Will moving the optimized text content below all the products to the bottom of the page devalue it (I understand important content should be as near to the top of page as possible)? Although the optimized paragraph of text only displays once on desktop (at the top of the page) and once on mobile (at the bottom of the page) it is actually visible twice in the source code - does this count as duplication, and could it therefore hurt the performance of the page in SERPs? If this practice does cause issues, is there an ideal way to optimize content on pages (especially shop category pages) that doesn't require mobile users to scroll through text before seeing products? Lastly, on topic optimized landing pages that feature product promotions such as this one - https://www.scamblermusic.com/royalty-free-music-downloads/music-licensing-scotland/ - I wonder if it is best to lead with an optimized text introduction above product images, or better to place the products right at the top of the page for immediate impact, then follow this with the content/article/blog post? Many thanks for any advice offered.
On-Page Optimization | | JCN-SBWD0 -
Duplicate content in Shopify reported by Moz
According to Moz crawl report, there are hundreds of duplicate pages in our Shopify store ewatchsale.com. The main duplicate pages are:
On-Page Optimization | | ycnetpro101
https://ewatchsale.com/collections/seiko-watches?page=2
https://ewatchsale.com/collections/all/brand_seiko
(the canonical page should be https://ewatchsale.com/collections/seiko-watches) https://ewatchsale.com/collections/seiko-watches/gender_mens
(the canonical page should be https://ewatchsale.com/collections/seiko-watches/mens-watches) Also, I want to exclude indexing of pages URLs with "filter parameters" like https://ewatchsale.com/collections/seiko-watches/color_black+mens-watches+price_us-100-200 Shopify advised we can't access our robots.txt file. How can we exclude SE crawling of the page URLs with filter names?
How can we access the robots.txt file?
How can we add canonical code to the preferred collection pages? Which templates and what codes to add? Thanks for your advice in advance!0 -
How to solve duplicate content issue???
I have 5 websites with different domain names, every website have same content, same pages, same website design. Kindly let me know how to solve this issue.
On-Page Optimization | | ross254sidney0 -
Duplicate Page Content Should we 301 - Best Practices?
What would be the best way to avoid a Duplicate Page Content for these type of pages. Our website generates user friendly urls, for each page..
On-Page Optimization | | 365ToursSafaris
So it is the same exact page, just both versions of the url work.. Example: http://www.safari365.com/about-africa/wildebeest-migration http://www.safari365.com/wildebeest-migration I don't think adding code to the page will work because its the same page for the incorrect and correct versions of the page. I don't think i can use the URL parameter setting because the version with /about-africa/ is the correct (correct as it it follows the site navigation) I was thinking of using the htaccess to redirect to the correct version.. Will that work ? and does it follow best Practices ? any other suggestions that would work better ?0 -
Dealing with thin content/95% duplicate content - canonical vs 301 vs noindex
My client's got 14 physical locations around the country but has a webpage for each "service area" they operate in. They have a Croydon location. But a separate page for London, Croydon, Essex, Luton, Stevenage and many other places (areas near Croydon) that the Croydon location serves. Each of these pages is a near duplicate of the Croydon page with the word Croydon swapped for the area. I'm told this was a SEO tactic circa 2001. Obviously this is an issue. So the question - should I 301 redirect each of the links to the Croydon page? Or (what I believe to be the best answer) set a rel=canonical tag on the duplicate pages). Creating "real and meaningful content" on each page isn't quite an option, sorry!
On-Page Optimization | | JamesFx0 -
Silo and content
I'm about to launch my site but I have a question regarding content and silo structure. If I don't have enough content to fill 4 subpages, could it be better to have only a content-keyword-rich landing page for a silo instead of multiple pages with poor content? Thank you!
On-Page Optimization | | mediodigital0 -
Prevent indexing of dynamic content
Hi folks! I discovered bit of an issue with a client's site. Primarily, the site consists of static html pages, however, within one page (a car photo gallery), a line of php coding: dynamically generates a 100 or so pages comprising the photo gallery - all with the same page title and meta description. The photo gallery script resides in the /gallery folder, which I attempted to block via robots.txt - to no avail. My next step will be to include a: within the head section of the html page, but I am wondering if this will stop the bots dead in their tracks or will they still be able to pick-up on the pages generated by the call to the php script residing a bit further down on the page? Dino
On-Page Optimization | | SCW0 -
Is there any benefit in on-site duplicate content?
I have about 50 internal pages on my site that I want to add a "Do it yourself tutorial" to in an effort to build the quality of the pages. Is this going to de-value the content if I put it on all 50 pages? It's difficult to write similar content 50 different ways.
On-Page Optimization | | BradBorst0