• Hi, i have website https://www.thexperiaz5.com/ which is an expired domain… i have purchased the domain but the site is not indexing on Google search engine. I have checked site with site:www.thexperiaz5.com but google is showing 0 results.

    Here’s some more information about domain..
    1) the site is indexed on Bing. (with 1 results)
    2) I have submitted the Sitemap for this site and configured it with Google, Bing and Yandex webmaster. All the shoeing No error!

    What i have checked till now:
    >> checked site for NOINDEX meta tag but it doesn’t have any.
    >> checked Robots.txt (working fine)
    >> tried htaccess but not able to understand the code.

    Here’s is the htaccess code for my site (please check it if any error here)

    # BEGIN W3TC Browser Cache
    <IfModule mod_deflate.c>
        <IfModule mod_headers.c>
            Header append Vary User-Agent env=!dont-vary
        </IfModule>
            AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
        <IfModule mod_mime.c>
            # DEFLATE by extension
            AddOutputFilter DEFLATE js css htm html xml
        </IfModule>
    </IfModule>
    # END W3TC Browser Cache
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    This site has 301 redirect.

    Please help me with this..

    Thanks in advance…

  • The topic ‘Website is not indexing even after 1 month..(Need help)’ is closed to new replies.