Show Posts


Messages - marshasarv

Pages: [1]
1
General Discussion / Re: How to change url
« on: May 08, 2018, 07:11:41 AM »
The solution of the URL Changing-

WINDOWS + WAMP solution

Step 1

Go to C:(Back Slash)wamp(Back Slash)bin(Back Slash)apache(Back Slash)Apache2.2.17(Back Slash)conf(Back Slash)
open httpd.conf file and change
#Include conf(Back Slash)extra(Back Slash)httpd-vhosts.conf
to
Include conf(Back Slash)extra(Back Slash)httpd-vhosts.conf
i.e. uncomment the line so that it can includes the virtual hosts file.

Step 2

Go to C:(Back Slash)wamp(Back Slash)bin(Back Slash)apache(Back Slash)Apache2.2.17(Back Slash)conf(Back Slash)extra
and open httpd-vhosts.conf file and add the following code

<VirtualHost myWebsite.local>
    DocumentRoot "C:(Back Slash)wamp(Back Slash)www(Back Slash)myWebsite(Back Slash)"
    ServerName myWebsite.local
    ServerAlias myWebsite.local
    <Directory "C:(Back Slash)wamp(Back Slash)www(Back Slash)myWebsite(Back Slash)">
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
change myWebsite.local and C:(Back Slash)wamp(Back Slash)www(Back Slash)myWebsite(Back Slash) as per your requirements.

Step 3

Open hosts file in C:(Back Slash)Windows(Back Slash)System32(Back Slash)drivers(Back Slash)etc(Back Slash) and add the following line ( Don't delete anything )

127.0.0.1 myWebsite.local
change myWebsite.local as per your name requirements

Step 4

restart your server. That's it

WINDOWS + XAMPP solution

Same steps as that of WAMP just change the paths according to XAMPP which corresponds to a path in WAMP


2
SEO / Re: Rich Snippets Greatly Improve Rankings
« on: May 03, 2018, 06:52:57 AM »
Rich Snippets provide a small sample of a site's content on Search Engine Result Pages (SERPs) of search engines such as Google, Yahoo, and Bing. They enhance your search listing, making it more enticing for users to click on and easier for search engines to extract information.

In the beginning, Rich Snippets were mostly used for:

Organizations
Reviews
People
Recipes
Events

3
SEO / Re: SEO and sitemap
« on: May 01, 2018, 07:12:04 AM »
A site map (or sitemap) is a list of pages of a website.

There are three primary kinds of sitemap:

Sitemaps used during the planning of a Web site by its designers.
Human-visible listings, typically hierarchical, of the pages on a site.
Structured listings intended for web crawlers such as search engines.

4
How-to questions / Re: Edit front end URLs
« on: April 25, 2018, 08:17:56 AM »
You can try mannual Slag option to change the URL according to your need.

5
SEO / Re: Avoiding Keyword Spamming
« on: April 24, 2018, 02:07:55 AM »
Yes, avoiding keyword spamming the most important part of SEO. Great tip thanks for sharing on this platform to learn.

6
SEO / Re: Blocking Unwanted Spider Crawls
« on: April 23, 2018, 01:04:16 AM »
The file robot.txt can be used for this purpose. Using robot.txt file you can allow or disallow crawler for crawling your site.

The format of the robot.txt is -

User-agent: * (you can insert the search engine names which you want to crawl your site. Here * means all the search engines can crawl your website.)

Disallow: /filename/ (put the file name which you don't want to be crawl by the crawlers.)

7
SEO / Re: what are the best seo tools in 2018?
« on: April 20, 2018, 03:18:54 AM »
The best tools for the SEO in 2018 are-
  • Ahref
  • MOZ
  • KWFinder
  • SEMRUSH
  • Spyfu
  • Majestic

8
SEO / Re: Techniques of On page SEO.
« on: April 20, 2018, 03:16:01 AM »
The On-Page SEO of the site are must part the factor you have to use for doing on-page SEO are-
  • Meta Title
  • URL Structure
  • Meta tags
  • Meta Description
  • Keyword Density
  • Sitemap
  • robot.txt
  • site must be responsive
  • Internal linking
  • Image SEO

9
SEO / Re: Image site map
« on: April 18, 2018, 05:43:04 AM »
It depends if you have the very high quality of images with the unique keyword targets so you can use image sitemaps. It's up to you. But its definitely be an SEO factor for your website ranking. For small sites, there are lots of free tools for generation image sitemap and for large websites, there are paid generators.I would like to prefer ScreamingFrog (paid) for large websites.

Pages: [1]

Powered by SMFPacks Social Login Mod