Skip to main content

Creating placeholder pages and establishing redirects: 301 or 302?

I had a client recently demand I update a particular topics page in a peculiar way. They have a bunch of topics that they want to show on there, but have no dedicated content for it yet. Their thinking is to list the topics on the page, then link them to other topic pages where they're referenced.

Problem with this is, it's a page hosting a post type in WordPress. So the topics have to exist as actual pages, otherwise they won't appear on it. (Not to mention that editing the page to hard-code new links is impossible for me, since the client's web dev black-boxed the Theme Editor for some reason) My workaround solution to this is to create placeholder pages that just have the topic name, and preemptively create redirects for them to these other topic pages before I publish. That way, when I publish, they just automatically redirect to these other pages without Google indexing them. Then, when the client has the time and resources to do so, update the page, and then drop the redirect.

Does this make sense as a solution? And if so, would it make more sense to use a 301 or 302 redirect? It's worth noting the client has no ETA on when they'll actually supply these pages with actual content. Any thoughts on this would be helpful, thanks.

submitted by /u/lostcolonnade
[link] [comments]

from Search Engine Optimization: The Latest SEO News https://ift.tt/IQsV1fG

Comments

Popular posts from this blog

Local seo vs. natiowide seo?

I've done SEO for local businesses but I recently got my first client that sells an item nation wide. ​ Any suggestions for doing nationwide SEO? ​ I am used to making geopages for local towns. I was going to do the same with some input from the client about what cities or towns he would like to show up in? submitted by /u/Letmeinterviewyou [link] [comments] from Search Engine Optimization: The Latest SEO News http://bit.ly/2JHy0k0

Clients site has a weird issue with 302 redirects that I haven't seen before.

Site is in Drupal, hosted on Amazon CDN & Cloudflare. So here's a quick breakdown: The site itself works normally. It's a bit dated, but you can click on links and navigate around as you'd expect. Seeing no obvious issues, I run a Screaming Frog crawl to begin my audit. Only 5 pages were picked up by the crawl which was super weird, since all internal links are regular html and there shouldn't be any issues. So I go through the site and manually collect a bunch of URLs, which I submit to SF again as a list. Every single link bar the 5 originally crawled return a 302, with the 'redirect' pointing back to the home page. Except as I said, those pages don't browser redirect. Browser side, they work fine. I guess they redirect the crawl bot though, since the rest of the site is functionally invisible. Other tools I've looked at say that the pages return simultaneous 302 and 200s, which doesn't make too much sense. These 302s are also old enough ...