hello ravi, my website in search engine searches shows old content preview of my website which is currently not present and i used xml sitemap and used in all search engine webmaster but then also show old content search and not give good rank to my site.
old content in search engine
(10 posts) (3 voices)-
Posted 2 years ago #
-
a google xml sitemap is not a guarantee that google will crawl us immediately.
1. Wait for some days giving google its time.
2. Try to get fresh links to articles in your new site from your other sites, friend's sites which are already in google.
3. Redirect your old files to new articles.
Posted 2 years ago # -
thanks ravi, I moved my site from bloggger to self host wordpress(but new posts) then what i have to do move only posts or entire website by Redirect 301 / http://www.new-site.com/ tell me in detail with example.
Posted 2 years ago # -
since you have the same domain name now, you need not / cannot redirect the whole site.
can you give the google search page where you find your site's old content? I couldn't find any when i searched.
Posted 2 years ago # -
showing old preview in bing.com, and yahoo.com
and due to this my website is not in google.com and in my google webmaster tool, from more than 10 days it is showing that "google has successfully accessed your homepage and pages are indexed in google and sitemap is right" this is due old content i think
Posted 2 years ago # -
can i have to submit redirect 301 for each posts please reply soon and how please explain me.
Posted 2 years ago # -
redirect 301 /old/old.htm http://www.you.com/new.htm
what to put in place of old and new here
Redirect 301 /oldpage.html http://www.example.com/newpage.html
Posted 2 years ago # -
I downloaded .htaccess file from my cpanel by filezilla,it is showing these commands
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Posted 2 years ago # -
where it says /oldpage.html give the URL of the old pages you see in search engines. If you have a corresponding new page with the same content, then give it as the new page url. if you don't have similar content, just give the homepage url.
add redirect 301 command for each old post you see in search engine results.
start adding the redirect command after # END WordPress. after you add the commands save and upload.
Posted 2 years ago # -
thanks
Posted 2 years ago #
Topic Closed
This topic has been closed to new replies.