Google says if you want to show the ajax content of your page to google, you need to put #! in your link . then google will replace it with _escaped_fragment_ when it visits the site. then you can show them the preloaded page. but what about the root of the site ? we have a websites made with angularjs which has ajax content in the root page. while the address of the root page of every website is www.****.*** with no '#!', how can we manipulate seo for that page ?
Related
I have a problem. I activated https on my ecommerce website prestashop and made all the settings and the security lock appears on all pages of the site except the home page. voci the link of the site: https://ivoirehorloge.com/index.php
The two CMS content on the right side of the page "Découvrez nos horloges" isn't using https for the two images :
http://ivoirehorloge.com/img/cms/4_1.jpg
http://ivoirehorloge.com/img/cms/5_1.jpg
If you look at your browser debug console, you will see a message like :
Mixed Content: The page at 'https://ivoirehorloge.com/index.php' was loaded over HTTPS, but requested an insecure image 'http://ivoirehorloge.com/img/cms/5_1.jpg'. This content should also be served over HTTPS."
I have created a About us page from backend and trying to link that page to the About-us at the footer. I am using:
After clicking on About Us It's working. URL: http://localhost/magento2/about-us but there is a blank page, no header and footer.
you can do it by using Mage:
About Us
Use this code to call your page in cms content to call URL directly
{{store direct_url=about-us}}
I have a simple question...I had an old store and people bookmarked specific product pages in their browsers as well as Google search points to some specific pages. I have now installed a new version of Magento (1.9.1) and some of these URLs will not longer work (they will show the standard 404 not found Magento page).
What would be the best way to forward all these hits to the front page?
Thank you for any suggestions!
Allysin :-*
Login to the admin, go to System>Configuration>Web and change the drop-down value for CMS No Route Page in the Default Pages section. You should be able to select your CMS Home Page.
Here is a reference with images
If manual setting doesnt help,you can try this.
We have multiple sites indexed in our GSA. For site abc.com, everything works perfectly. The start URL is the home page, and links from there are followed properly by GSA and the entire site is indexed.
For site def.com, the setup is the same (start URL, follow patterns) and the links are valid. The home page gets indexed but the links from there are not followed. But if I index a linked page directly by recrawling it, it gets added. License limit is not the issue - the number of crawled documents is well below the limit. I have also made sure the pages are not skipped due to "do not follow patterns". The site does not have a robots.txt file, so no exclusions there either. There are no noindex/nofollow/googleon/googleoff tags.
So why is GSA unable to follow links?
It depends on how def.com renders the content. If the links are built in run time for the site def.com at the browser end, GSA would not be able to replicate it to understand the links on the page.
Hit the def.com home page on your browser and look for anchor tags.<a href= />.
If it is present obviously GSA will follow the urls and index the same.
You can also check the crawl diagnostics (Number of links on this page to crawled pages) of the def.com home page to know whether GSA is able to discover links from your home page.
If GSA is not discovering links from the home page then go ahead and create jump page for def.com website and index that with noindex robots meta tag.
Hope it helps.
i am trying to remove magento controller url in browser address bar.
for example my site have URL WWW.test.com/ - this page is a home page for my site.
But but i have redirected to login page for customer login. once user type www.test.com site will be redirect to WWW.test.com/customer/account/login display login page.
So for Seo purpose i am trying to set "WWW.test.com/" as a login content with parent URL (WWW.test.com/) . I tried all the ways using ht access. but not reflect.
Can any one able to give me better solution for this problem
(Sorry for bad English)
Thanks all
The easiest approach is to insert login form HTML into your CMS page.