HAX-73a73y.73oy
New Member
What Should I do if I stop my 1000 services and I want to remove those 1000 pages from my website? Any other better option to redirecting all of them on Home page? If you've got significant backlinks and frequent traffic to those pages, I would use 301 redirects to direct to whichever page you so choose, but removing them could be harmful if you lose those backlinks/traffic Advise to keep track with Google webmaster tool, as long as detect any broken link, perform 301 redirection to new landing page. You have 1000 services that you won't be offering anymore? If you have good traffic to them, I would charge people that do the same service to advertise on each page and leave the pages in tact. Just an idea... Please teach me how to create redirect 301 I use wordpress. Thank you Not sure about wordpress, for html we use something like this
<meta http-equiv="refresh" content="0; url=http://www.htmlf1.com/" /> Quote: Originally Posted by joomblaster Please teach me how to create redirect 301 I use wordpress. Thank you There are lots of other threads about creating 301 permanent redirects in the forum. Please use the search function to find them.
Quote: Originally Posted by ivedtara Not sure about wordpress, for html we use something like this
<meta http-equiv="refresh" content="0; url=http://www.htmlf1.com/" /> This is terrible advise. The proper way to redirect is to use a 301 permanent redirect in your .htaccess file (on an Apache server). The method above could be considered sneaky by the search engines (even if it wasn't meant to look like that).
Back to orignial question,
You had 1000 services? Wow, what made you drop them?
Quote: Before you delete a single post make sure you have multiple backups of all of your posts. You want the ability to bring your posts back if you delete one by accident. If you use WordPress, you can trash a page/post and it
<meta http-equiv="refresh" content="0; url=http://www.htmlf1.com/" /> Quote: Originally Posted by joomblaster Please teach me how to create redirect 301 I use wordpress. Thank you There are lots of other threads about creating 301 permanent redirects in the forum. Please use the search function to find them.
Quote: Originally Posted by ivedtara Not sure about wordpress, for html we use something like this
<meta http-equiv="refresh" content="0; url=http://www.htmlf1.com/" /> This is terrible advise. The proper way to redirect is to use a 301 permanent redirect in your .htaccess file (on an Apache server). The method above could be considered sneaky by the search engines (even if it wasn't meant to look like that).
Back to orignial question,
You had 1000 services? Wow, what made you drop them?
Quote: Before you delete a single post make sure you have multiple backups of all of your posts. You want the ability to bring your posts back if you delete one by accident. If you use WordPress, you can trash a page/post and it