Okay, so I changed my Music Site from Joomla to Wordpress and accidentally forgot to un-tick the "I would like to block search engines, but allow normal visitors" in the WP privacy settings. (originally, I checked the box because I knew it was going to be a few days until I could add some fresh content.) How long will it be until Google will reindexes my site? The domain is over 7 years old. I added my sites link in the footer of my other site (which is a fairly good size site that Google likes and will cache about ever hour) and I submitted stories to digg and yahoo buzz. What else can I do to speed up the process? It's been almost 2 days and still no luck.
I see a lot of pages indexed in Google from your site that are all 404 error, you need to do some 301 redirects!!
thats the main idea. Don't spam though. Add useful posts. Maybe you can start at the site review section
Your content is easily found in other sites. Try to use some 100% unique articles on home page and wait for 1-2 days...it will get indexed
Create 301 redirect code;add googlexml-sitemap plugin and resubmit to google;last and most important-useful content
Yeah, that pisses me off. I feed my news to twitter, digg and Yahoo! Buzz and other sites that pickup on my stories copy & paste my story to their site without link backs. I'm sure this makes me look bad in google since my site isn't indexed and theirs is, google probably thinks they are the original author and I stole their story those sites. Catch 22, I guess
The new blog, front page, isn't indexed, nor is any of the new content that was recently published. All those old pages you see is from the old joomla and forum that no longer exists. (except the forum, I haven't deleted it off the database yet -- but consider it gone) How do I do a 301 redirect?
Now I destroyed my entire site trying to do the .htaccess 301. My god, can I mess it up anymore??? It's not worth the hassle, I'm so frustrated!
Here is a cool trick Add this to your .htaccess file ErrorDocument 404 /404.php Then make an error 404.php page that does a 301 redirects to / That way no more 404 error pages.... but rather funnel all the PR you might have gotten into the home page
What's odd is there isn't a .htaccess file in wordpress. When I created one it destroyed the entire site and had to hire someone to get it fixed. I am not sure if it is worth the hassle. I can't have my site breaking like that
use this for your .htaccess in wordpress # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress Code (markup):
Thanks for your input. I decided to pay someone to help me fix this. I am not confident enough doing this on my own. I made an ad here on DP willing to pay someone to teach me how to do this http://forums.digitalpoint.com/showthread.php?p=12330147#post12330147 Thanks for all of your help
Oh yeah, Your frustration is natural for switching an un-necessary thing in the initial process to diagnose the set backs, so here is the time to get start with google site map and then submissions.....this is enough to do right now! “Desperate you are, far you away from PR†Digital Contents. Fixmehealthy blogspot com
I finally got all the 404 redirected to the rightful pages. Thanks for all the help guys & gals. And I also learned how to edit my .htaccess file