Do you think it will be a good idea to delete old blog pages off the server
-
I paid somebody to build my website using Dreamweaver, and at one point I didn't know how to use the template which automatically updates every page in the menu section so I stupidly broke the template on every new page when I made the websites blog and put the pages into a subfolder. I realised this was a silly thing to do and now and I now know how to use the template correctly I've copied every single page over from the subfolder and put it into the main template.
Now I can update the template menu and every page changes automatically. The only problem is I've now got two versions of every page of my blog on the website.
For some reason when I do a sitemap it comes up with a links to the old blog pages I, don't know why when I've removed the links from the blog page? and also the new copies also. I have basically got a copys of all blog pages.
Do you think it will be a good idea to delete old indexed blog pages off the server so that when Google spiders the site it will pick up only the new links to the copy pages?
-
The 301 redirects was quite easy to set up, but I've actually found a better solution using Dreamweaver for my problem. I replaced all the old pages where I'd broken the template in the sub folder with new versions which are attached to the template with the correct copy and paste the content and title tags. So all the pages which are indexed and now the new looking version.
The one thing I've learnt from this episode is that if you don't know how to operate a particular piece of software and you can't get the answers you require immediately, be patient until you know how to do things correctly.
It saves time in the long run..............
-
A good description of how to solve your www vs non-www problem can be found here.
My .htaccess code looks like this...
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]===============================================
Redirecting an old page to a new page is described here.
My .htaccess code looks like this.....
redirect 301 /old/old.htm http://www.you.com/new.htm
-
I have no idea what htaccess files are, but I guess I will have to learn.
If a 301 redirect can simply transfer the old webpage directly through to the new one that surely must be the simple answer. Along of course within the incoming link juice.
Is that the case and if so that it will be my project for tomorrow morning as it's 2 AM in the UK
-
The 301 redirect will be very valuable.
You also have some canonical problems......
Both of these URLs display.
http://www.endeavourcottage.co.uk/Whitby-lifeboats.html
http://endeavourcottage.co.uk/Whitby-lifeboats.html
Do you know if your server can use .htaccess files?
-
I have just deleted the name of the subdirectory and kept the new blog webpages within the template of the website the same url.
It's very likely that there will be some back links coming into the old blog pages so would it be worthwhile to in the redirect 301?
or just deete the old indexed pages ..
Old
http://www.endeavourcottage.co.uk/whitby-blog/Whitby-lifeboats.htmlNew
-
In my opinion, it is very important to delete anything that might be a duplicate.
Also, if the old URLs have any external links their value can be transferred to your new page - making your site compete better almost immediately.
-
The original blog webpages were created about six months ago and they are indexed if you search etc.
I have just today updated the blog entirely so that it is part of the Dreamweaver template by copying the content from the old pages to the new, painful boring!
So the online website blog now has links going to the new pages moved from the subfolder address.
To people that drop into the blog page now see only the new version only, which matches the rest of the website design and template. I forgot to mention the updated in design recently to list other holiday cottages that are clients and that is why I primarily wanted to change these old blog posts to match the new template which now advertises the new holiday cottages I represent as a letting agent.
If I leave the updated blog page now will Google update the URLs of the blog posts links to the new URLs of the blog posts?
Or should redirect the old original blog posts with a 301 the redirect? I've never done a 301 redirects is it difficult?
-
Question: How long ago did you do this? Was your site established and pulling traffic when the change was done?
Question: If you grab a unique sentence from one of those pages and search for it do you see two copies on google? or bing?
If this was my site I would do 301 redirects of the old URLs to the new URLs and delete the old pages.
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
-
Avg Page Load Time Increase After Responsive Web Design
The Avg. Page Load Time has been steadily increasing after our website went responsive. What could have cause this?
Web Design | | JMSCC1 -
Infinite Scroll and SEO - Is it enough to only link to the previous and next page in the pagination?
Hi all, We are implementing an eCommerce site where the results pages of the products will be visibile on one page (always loading new products when you scroll down the page). Now, I have read that the Google spiders cannot "load" new products scrolling down the page, hence the spider only sees the first few products of the results page. Our developer wants to implement a system where a users sees the first products on example.com/products Then scrolling down, he will see new products with the URL changing to example.com/page/2 and so on. Is it enough that we add a pagination link that goes from example.com/products to example.com/page/2 Then another link that goes from example.com/page/2 to example.com/page/3 and so on, so the Google spider can make his way through all the pages? Or is that too much deep linking and the spider wouldn't even crawl all the results pages? Any recommendations how to go about this? Many thanks in advance!
Web Design | | Gabriele_Layoutweb0 -
Google tag manager on blocked beta site - will it phone home to Google and cause site to get indexed?
We want to develop a beta site, in a directory with the robots.txt blocking bots. We want to include the Google Tag Manager tags and event layer tracking code on this beta site. My question is that by including the Google Tag Manager code, that phones home to Google, will it cause Google to index this beta site when we don't want it indexed?
Web Design | | CFSSEO0 -
Sitemap Question - Very Old Ecommerce Site, Never Used A Map
I help manage a family website, that has about 10,000 products... It was top ranked since 1996, then got smacked by Penguin and recovered but its still receiving only a fraction of the natural traffic it used to get. Something we have never used... Is a sitemap. I'm curious if anyone knows reliable software that will generate a sitemap? My cart is custom built, website uses html pages across the board. Dynamic content and parameters are set up properly, onsite seo is in the excellent range. The only thing that I haven't been utilizing is a sitemap. Because the cart was hand built, it would a huge convenience to use a lightweight program thats compatible with any website, has parameter settings, exclusions and anything else useful to negate any duplicate content. I have a few highly dynamic pages as well... If anyone knows a product or a possible solution, it would be much appreciated. Working it up myself would be very time consuming. Thx
Web Design | | Southbay_Carnivorous_Plants0 -
301 Redirect from Old Domain to New Domain
I am building a new website and I plan to 301 Redirect my Old Domain (olddomain.com) to a brand new Domain (newdomain.com) in the upcoming months. To do this I was planning to update the htaccess file on both the old and new domains. The htaccess file on the old domain would look to 301 redirect all pages on the old domain to the new domain. The htaccess file on the new domain would detail any specific URL redirects I want to implement (ie. olddomain.com/EXAMPLE/TEST will redirect to newdomain/TEST) - this will ensure link equity is retained and bounce rates are kept at a lower level. Does this sound like the right approach? Also, what do I need to do with the old domain going forward? Do I need to keep this forever in order for the 301 redirect to work or can I eventually just forward the domain to the new one permanently?
Web Design | | DHS_SH0 -
Should I create a microsite or will 301 be sufficient?
We have a client http://www.shedfinders.com/, new site and we are slowly building DA & PA for. However they have another domain industrialpropertyscotland (one of the keywords they want to rank for) Should we create a little microsite attached to the main site - Say "Your guide to buying industrial property in Scotland" or should we just stick to a 301 redirect and keep working on the main Shedfinders site? Thanks, Laura
Web Design | | lauratagdigital0 -
Sites went from page 1 to page 40 + in results
Hello all We are looking for any insight we can get as to why all (except 1) of our sites were effected very badly in the rankings by Google since the Panda updates. Several of our sites londonescape.com dublinescape.com and prague, paris, florence, delhi, dubai and a few others (all escape.com urls) have had major drop in their rankings. LondonEscape.net (now.com (changed after rank drop) ), was ranked between 4th & 6th but is now down around 400th and DelhiEscape.net and MunichEscape.com were both number 1 for several years for our main key words We also had two Stay sites number 1 , AmsterdamStay and NewYorkstay both .com ranked number 1 for years , NewYork has dropped to 10th place so far the Amsterdam site has not been effected. We are not really sure what we did wrong. MunichEscape and DelhiEcape should never have been page 1 sites ) just 5 pages and a click thru to main site WorldEscape) but we never did anything to make them number 1. London, NewYork and Amsterdam sites have had regular new content added, all is checked to make sure its original. **Since the rankings drop ** LondonEscape.com site We have redirected the.net to the .com url Added a mountain of new articles and content Redesigned the site / script Got a fair few links removed from sites, any with multiple links to us. A few I have not managed yet to get taken down. So far no result in increased rankings. We contacted Google but they informed us we have NOT had a manual ban imposed on us, we received NO mails from Google informing us we had done anything wrong. We were hoping it would be a 6 month ban but we are way past that now. Anyone any ideas ?
Web Design | | WorldEscape0 -
What else should you call the Home page?
In the menu bar and footer the main page is called Home. Would it confuse people to rename it to Business Name Home or Business Name? How do you handle this?
Web Design | | CFSSEO0