Mobile app version of vmapp.org
Login or Join
Dunderdale272

: How long does Google Webmaster Tools take to index a website? How much time does Google Webmaster Tools take to index a page? Analytics took around 24 hours to get info from the site, but

@Dunderdale272

Posted in: #GoogleSearchConsole #Htaccess #Indexing #SearchEngines

How much time does Google Webmaster Tools take to index a page? Analytics took around 24 hours to get info from the site, but since this is indexing, I guess it might take a little bit more than that. I would like to know though, an estimate so that I can start working on redirecting traffic with search engines to my sites so that it gets indexed much better.

EDIT

I just tried indexing with bingbot and the following messaged appeared when I hit on fetch as bingbot:


REDIRECTION LIMIT REACHED


What does that mean?

According to the code it brings back, only a a few parts of the site are returned, then it goes away to God knows where.

Inside my .htaccess file I wrote the following rules:

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ %{HTTP_HOST}%{REQUEST_URI} [L,R=301]

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ .php [NC,L]
</IfModule>


Could it be possible that something of my .htaccess file could be redirecting the bot or something like that?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Dunderdale272

2 Comments

Sorted by latest first Latest Oldest Best

 

@Lee4591628

First check if your post is index and is added in SERP. If not try to do this:

If you go to Crawl then Fetch as Google, do Fetch the page then Submit to Index.

Check after a minute, then your page is index and included in SERP. Based from my own experience. I hope you too will have this experience.

10% popularity Vote Up Vote Down


 

@Megan663

There is no estimated time for Google Webmaster Tools to index a website.

It mainly depends upon the following factors


Popularity of the site (Whether it has any
links to it)
Whether the content is crawl-able (Server Responses and Content
type)
Site structure (how pages interlinked)


If you submit a sitemap of the website in GWT, it would allow Google to easily index your website but there is no exact time period for indexing a website.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme