duplicate content issues for login page [closed] - magento

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 12 months ago.
Improve this question
I am using SEOmoz to evaluate my store from an SEO perspective. It is throwing Duplicate Content errors for the customer login page. A typical URL will look like this:
www.site.com/customer/account/login/referer/aHR0cDovL3d3dy5tbW1zcGVjaW9zYS5jb20vcmV2aWV3L3Byb2R1Y3QvbGlzdC9pZC8xOTYvY2F0ZWdvcnkvNC8jcmV2aWV3LWZvcm0%2C/
I have configured the header links including login to use "rel=nofollow", but perhaps I need to add the "canonical" tag to the login page. How would I go about doing this in XML?

You should really just add that to your disallow list in your robots.txt file. That's the easiest method.
User-agent: *
Disallow: /customer/
More information on RogerBot.

Related

What is the list of requirements of this laravel questions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I am learning Laravel, You can say totally beginner.
Now, I got this question:
https://hackmd.io/#DVDk95AlS3CX53FGzfJXZA/r1bWEs3CH
Can someone tell me what is the list of requirement's of this question? How can I solve it?
wait
I am not asking the actual code, just tell me the resources and list of tasks list.
Your help would be much more appreciated.
You have to use Routing in order to create all the routes you need that can communicate with your controllers : Routing documentation and Controllers documentation.
For the JSON responses, you can use this method: Json Response documentation .
For access to the incoming Http parameters you can use these methods:
Http requests parameters documentation

why need to change url when we are working with ajax [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
why it's need to change URL when we are working with AJAX ? as example when google translate start translate phrase or word change URL? whereas all information are sending and receiving using AJAX.
URL is not required to change. Google does this for convenience so that you can share the link to the translation with another person.

How to send email notification bfquiz plus? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Improve this question
I am using bf quiz plus plugin for Joomla.
Now i had sent an email notification to the user who give the test quiz. So one email notification is sent to the user.
Now there is by default from field for email is set which is <admin#joomla3.abs.com>
So I want to set this from field for email notification to donotreply#guru99.com
i have searched this on internet and on the documentation of bf quz plus but did not find any help. You can check here which plugin I am talking about - http://www.tamlynsoftware.com/products/bf-quiz-plus.html
And here you can check which from field I am talking about - http://screencast.com/t/3apKCJWm2fo3
So how to do this.
Please help
You can do one thing. Just search for the email in the files and replace it with your ID.

Ajax / Deep linking and Google indexing / SEO - Is it a bad idea? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm about to embark on building a music oriented website for a friend's band and I want to build something like this template. It uses ajax and deep linking.
My worry is that this site will not be crawlable by Google. Is there anything I can do or can code I can adjust to make it crawlable?
Many thanks in advance!
That template doesn't look crawlable to me. Googlebot will never find your content. If I go to the page for the template and view source, then search for "Gigs schedule with filter", I can't find it in the page source. That is because that particular content is loaded with AJAX and not part of the page source.
That template does not use Google's crawlable AJAX standard with #! in the url. https://developers.google.com/webmasters/ajax-crawling/ Googlebot will not be index the content on your site if you use that template.
Furthermore, there appear that there are some url issues. I see these two very similar URLS http://radykal.de/themeforest/stylico/features.html and http://radykal.de/themeforest/stylico/?page=features.html. As a user, if I visit that second url, I get the content, but I don't see the navigation. It seems likely that if googbot were to find the content, it would index that second url and use it as the landing page for your visitors. Missing navigation in that case would not be a good user experience, as users would not be able to navigate your site.

recomendations for spring SEO [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a site made with SPRING mvc and jstl. It has a product catalog on it. Can any one give me some recomendations for making it SEO friendly ? I understand that google's spiders searches in the html pages. However, how do i help them index on what it´s on the database (mysql), like the products and some content ? should i read/do something extra ?
Thank you!
Open account with google webmasters: http://www.google.com/webmasters
Make your URIs SEO friendly Best way to create SEO friendly URI string
Write service that will create sitemap.xml file for your site. Sitemap should include all the pages that are not obvious to the indexing spider bots.

Resources